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

2001-03-20 Thread André Langhorst
andre Tue Mar 20 22:04:37 2001 EDT Modified files: /php4 run-tests.php Log: 1) fixed tests on *both* win32+linux 2) made tests more sophisticated (checking against compiled in modules) 3) minor changes 4) win32 improvements Index: php4/run-tests

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

2001-03-20 Thread Sebastian Bergmann
sbergmann Tue Mar 20 22:33:00 2001 EDT Modified files: /php4 run-tests.php Log: Disable maximum execution time for tests. Index: php4/run-tests.php diff -u php4/run-tests.php:1.17 php4/run-tests.php:1.18 --- php4/run-tests.php:1.17 Tue Mar 20 22

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

2001-03-21 Thread André Langhorst
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.19 --- php4/run-tests.php:1.18 Tue Mar 20 22:33:00 2001 +++ php4/run-tests.p

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

2001-03-21 Thread André Langhorst
andre Wed Mar 21 05:00:34 2001 EDT Modified files: /php4 run-tests.php Log: fighting against the cvs client, it does not want to let the win32 binary safe change go in... Index: php4/run-tests.php diff -u php4/run-tests.php:1.19 php4/run-tests.php:1.20

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

2001-03-21 Thread André Langhorst
andre Wed Mar 21 08:01:53 2001 EDT Modified files: /php4 run-tests.php Log: I don't like to commit this over and over either, but this client definitely seems to dislike branches Index: php4/run-tests.php diff -u php4/run-tests.php:1.20 php4/run-tests.

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

2001-03-29 Thread James Moore
jmoore Thu Mar 29 04:07:38 2001 EDT Modified files: /php4 run-tests.php Log: Output php version at end of tests. Index: php4/run-tests.php diff -u php4/run-tests.php:1.21 php4/run-tests.php:1.22 --- php4/run-tests.php:1.21 Wed Mar 21 08:01:52 2001 ++

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

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 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
> 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

[PHP-CVS] cvs: php4 / run-tests.php /build rules.mk

2001-04-16 Thread Stig Bakken
ssb Mon Apr 16 16:28:58 2001 EDT Modified files: /php4 run-tests.php /php4/build rules.mk Log: * using CGI -C option, you no longer have to specify "full" path to tests Index: php4/run-tests.php diff -u php4/run-tests.php:1.22 php4/run-tests.p