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.he...@gmail.com
To: Bobby Pejman
Cc: php-general@lists.php.net
Subject: Re: [PHP] 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

Reply via email to