Re: [PHP] PHP6 Stable Release Schedule

2009-09-05 Thread J DeBord
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

Re: [PHP] PHP6 Stable Release Schedule

2009-09-05 Thread Richard Heyes
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

Re: [PHP] PHP6 Stable Release Schedule

2009-09-05 Thread Bobby Pejman
: 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

Re: [PHP] PHP6 Stable Release Schedule

2009-09-05 Thread Kevin Waterson
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,

Re: [PHP] PHP6 Stable Release Schedule

2009-09-05 Thread Richard Heyes
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

Re: [PHP] PHP6 Stable Release Schedule

2009-09-05 Thread Richard Heyes
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

Re: [PHP] PHP6 Stable Release Schedule

2009-09-04 Thread Daniel Brown
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'?

[PHP] PHP6 Stable Release Schedule

2009-09-04 Thread Bobby Pejman
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'? Thanks, Bobby