Re: [PHP-DEV] detecting bad --CLEAN-- sections

2009-04-21 Thread zoe
Greg Beaver wrote: hi, I've noticed that it is very difficult to tell if your --CLEAN-- sections are actually working, so I wonder if it might be possible to brainstorm ways of fixing this. Yes, I found the same thing and fixed 40 tests under ext/standard/tests last week - in PHP53. Tedious

[PHP-DEV] Re: [PECL-DEV] Re: [PDO] Breaking the PDO API

2009-04-21 Thread Johannes Schlüter
On Thu, 2009-04-16 at 01:58 +0200, Matteo Beccati wrote: > Wez Furlong ha scritto: > > Any objection to fixing this in the drivers themselves (as I suggested)? > > It seems like the easiest fix, and doesn't introduce a massive change to > > the code. > > Fine to me. I'll try and get back with a sm

Re: [PHP-DEV] Re: [PATCH] double to long conversion change

2009-04-21 Thread Johannes Schlüter
On Fri, 2009-04-10 at 14:45 -0500, Matt Wilmas wrote: > Hi Dmitry, > > I finally updated the patches: > http://realplain.com/php/dval_to_lval.diff > http://realplain.com/php/dval_to_lval_5_3.diff Has anybody (Dmitry?) reviewed this or other feedback? johannes -- PHP Internals - PHP Runtime D

Re: [PHP-DEV] detecting bad --CLEAN-- sections

2009-04-21 Thread Johannes Schlüter
On Thu, 2009-04-16 at 08:25 -0500, Greg Beaver wrote: > - add a --REMOVEFILES--/--REMOVEDIRS-- section where one can specify > relative paths to files or whole directories that should be nixed, and > have run-tests do the removal Then the filename might still be wrong, and I think a more flexible

Re: [PHP-DEV] Throwing E_DEPRECATED on startup

2009-04-21 Thread Johannes Schlüter
On Fri, 2009-02-06 at 20:06 +0100, Kalle Sommer Nielsen wrote: > 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

Re: [PHP-DEV] Throwing E_DEPRECATED on startup

2009-04-21 Thread Hannes Magnusson
2009/4/22 Johannes Schlüter : > On Fri, 2009-02-06 at 20:06 +0100, Kalle Sommer Nielsen wrote: >> 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