Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-07-01 Thread Jani Taskinen
Uwe Schindler wrote: I had the same this morning when I compiled PHP on my solaris machine. The php.ini from my system-wide lib folder was used for the tests. In my case it claimed about the deprecated *_long_arrays setting (or something like that). Almost no test worked until I edited my global

Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-07-01 Thread Hannes Magnusson
On Wed, Jul 1, 2009 at 08:05, Kalle Sommer Nielsen wrote: > 2009/6/30 Hannes Magnusson : >> Like I warned about; if you enable any of these features in your >> php.ini and then run the test suite.. there are only a handful of >> tests that actually pass. > > I can see us passing -n parameter to the

Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-06-30 Thread Kalle Sommer Nielsen
2009/6/30 Hannes Magnusson : > > Now that 5.3.0 is out, are you looking into fixing run-tests.php or all tests? run-tests.php seems most reasonable to fix, and then those tests that fail (aka. those who havnt been updated to catch these warnings). > > Like I warned about; if you enable any of the

RE: [PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-06-30 Thread Uwe Schindler
, 2009 11:31 PM > To: Hannes Magnusson > Cc: Kalle Sommer Nielsen; Internals > Subject: Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup > > On Tue, Jun 30, 2009 at 16:30, Hannes > Magnusson wrote: > > > > Now that 5.3.0 is out, are you looking into fixing run-tests

Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-06-30 Thread Daniel Brown
On Tue, Jun 30, 2009 at 16:30, Hannes Magnusson wrote: > > Now that 5.3.0 is out, are you looking into fixing run-tests.php or all tests? > > Like I warned about; if you enable any of these features in your > php.ini and then run the test suite.. there are only a handful of > tests that actually pa

Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-06-30 Thread Hannes Magnusson
On Tue, May 5, 2009 at 21:34, Kalle Sommer Nielsen wrote: > 2009/2/6 Kalle Sommer Nielsen : >> G'day >> >> I'd like to propose a change for when PHP starts to throw an >> E_DEPRECATED notice for each of the deprecated ini directives (such as >> register_globals, safe_mode ect.) like in HEAD where t

[PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-05-05 Thread Kalle Sommer Nielsen
2009/2/6 Kalle Sommer Nielsen : > G'day > > I'd like to propose a change for when PHP starts to throw an > E_DEPRECATED notice for each of the deprecated ini directives (such as > register_globals, safe_mode ect.) like in HEAD where they just throw a > warning (more about that below). I have attach

Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-02-06 Thread Kenan R Sulayman
All right!I think, there win't be any rejections. Let's deploy it ;-D 2009/2/6 Kalle Sommer Nielsen > 2009/2/6 Kalle Sommer Nielsen : > > G'day > > > > [snip] > > > > -- > > Kalle Sommer Nielsen > > > > Resending the patch, as Felipe said it wasn't there for some odd > reason because of the file

[PHP-DEV] Re: Throwing E_DEPRECATED on startup

2009-02-06 Thread Kalle Sommer Nielsen
2009/2/6 Kalle Sommer Nielsen : > G'day > > [snip] > > -- > Kalle Sommer Nielsen > Resending the patch, as Felipe said it wasn't there for some odd reason because of the file extension and for the sake of sanity: http://paste2.org/p/142865 - PHP_5_3 http://paste2.org/p/142866 - HEAD -- Kalle