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] 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] detecting bad --CLEAN-- sections

2009-04-16 Thread Greg Beaver
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. A couple of options come to mind that could be considered - append this code to the end of the .clean.php file: ?> and captur