Re: [PHP-CVS] cvs: php4 / run-tests.php

2001-03-21 Thread André Langhorst
> run-tests.php will still need more than 30 seconds (default) on some > systems. If not now, then when more tests are added, etc. > > IMHO it should be in there. ok. maybe a good idea to put it there, but set_time_limit(900) will be sufficient andré -- · André Langhorstt: +49 33

Re: [PHP-CVS] cvs: php4 / run-tests.php

2001-03-21 Thread Sebastian Bergmann
André Langhorst wrote: > in case you did not notice... it was not in there before, Sebastian > added it due to a misbehaviour I introduced with pathnames containing > spaces, but it is fixed now and is not needed anymore run-tests.php will still need more than 30 seconds (default) on some syste

Re: [PHP-CVS] cvs: php4 / run-tests.php

2001-03-21 Thread André Langhorst
>> -set_time_limit(0); > > > out of curiousity - why is removing set_time_limit(0) needed? in case you did not notice... it was not in there before, Sebastian added it due to a misbehaviour I introduced with pathnames containing spaces, but it is fixed now and is not needed anymore andré

Re: [PHP-CVS] cvs: php4 / run-tests.php

2001-03-21 Thread Thies C. Arntzen
On Wed, Mar 21, 2001 at 12:52:33PM -, André Langhorst wrote: > andre Wed Mar 21 04:52:33 2001 EDT > > Modified files: > /php4 run-tests.php > Log: > win32 fixes again > > Index: php4/run-tests.php > diff -u php4/run-tests.php:1.18 php4/run-tests.php:1.1