Re: PHP6 Stable Release Schedule

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

 



On Sat, 2009-09-05 at 16:11 +0100, Richard Heyes wrote:
> Hi (again),
> 
> > <?php
> >  error_reporting(E_STRICT);
> > ?>
> 
> This might work better:
> 
> <?php
>   error_reporting(E_ALL | E_STRICT);
> ?>

E_STRICT is now part of E_ALL

Kevin


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[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