On Sat, Sep 5, 2009 at 6:19 PM, Richard Heyes wrote:
> Hi,
>
> > E_STRICT is now part of E_ALL
>
>
*In PHP 6
*
> Oopsy. Shows how much PHP I do these days...
>
> --
> Richard Heyes
> HTML5 graphing: RGraph - www.rgraph.net (updated 5th September)
> Lots of PHP and Javascript code - http://www.ph
Hi,
> E_STRICT is now part of E_ALL
Oopsy. Shows how much PHP I do these days...
--
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
: php-general@lists.php.net
Subject: Re: [PHP] PHP6 Stable Release Schedule
Sent: Sep 5, 2009 8:11 AM
Hi (again),
> error_reporting(E_STRICT);
> ?>
This might work better:
--
Richard Heyes
HTML5 graphing: RGraph - www.rgraph.net (updated 5th September)
Lots of PHP and Javascript co
On Sat, 2009-09-05 at 16:11 +0100, Richard Heyes wrote:
> Hi (again),
>
> > > error_reporting(E_STRICT);
> > ?>
>
> This might work better:
>
>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,
Hi (again),
> error_reporting(E_STRICT);
> ?>
This might work better:
--
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
--
PHP
Hi,
> Also, will PHP ever implement the Strict mode similar to Perl's 'using
> Strict'?
Don't know if it's similar having never used Pearl, but there's always
the E_STRICT error level.
--
Richard Heyes
HTML5 graphing: RGraph - www.rgraph.net (updated 5th September)
Lots of PHP and Javascript
On Fri, Sep 4, 2009 at 17:42, Bobby Pejman wrote:
> Hi,
>
> Does anyone know when the stable release of PHP6 be ready for download? I
> hear there's a lot of goodies in version 6 including built-in Caching.
> Yum. Also, will PHP ever implement the Strict mode similar to Perl's 'using
> Strict'?
7 matches
Mail list logo