Re: PHP6 Stable Release Schedule

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Very nice!  Use of E_STRICT notifies the user of deprecated functions.  Thanks for the note. :)

I read that E_ALL forces variable declaration, though I have yet to get that working in my code.

------Original Message------
From: Richard Heyes
Sender: richard.heyes@xxxxxxxxx
To: Bobby Pejman
Cc: php-general@xxxxxxxxxxxxx
Subject: Re:  PHP6 Stable Release Schedule
Sent: Sep 5, 2009 8:11 AM

Hi (again),

> <?php
>  error_reporting(E_STRICT);
> ?>

This might work better:

<?php
  error_reporting(E_ALL | E_STRICT);
?>

-- 
Richard Heyes
HTML5 graphing: RGraph - www.rgraph.net (updated 5th September)
Lots of PHP and Javascript code - http://www.phpguru.org
50% reseller discount on licensing now available - ideal for web designers



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux