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

2002-04-15 Thread Stig S. Bakken
On Sun, 2002-04-14 at 22:30, Marcus Börger wrote: [snip] Interesting is that i can call the test manually and when i add -C it works. [marcus@zaphod php4]$ /usr/src/php4/php -q ext/exif/tests/004.php /usr/src/php4/ext/exif/tests/004.php(8) : Warning - Unable to open

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

2002-04-14 Thread Marcus Börger
I think we must do something to the tests. We have either cgi (only this could test post/get) and cli which is available for whatever target you build. But they behave different: cli coes not change the execution directory cgi does whether i add -C or not. The problem is that all tests must have

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

2002-04-14 Thread James Cox
I am working on tests. -- james -Original Message- From: Marcus Borger [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 14, 2002 9:30 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Re: cvs: php4 / run-tests.php I think we must do something to the tests. We have either cgi (only

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

2002-04-11 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: yohgaki Thu Apr 11 21:34:07 2002 EDT Modified files: /php4 run-tests.php Log: Enable CGI binary for testing. CGI binary should be used when it's available, since some tests cannot be performed by CLI. (And many of them

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

2002-03-11 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: yohgaki Tue Mar 12 00:33:12 2002 EDT Modified files: /php4 run-tests.php Log: Do not search php binary in search path, since we are not testing older builds. Print SAPI used. There is problem with version and sapi name,

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

2002-03-11 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Yasuo Ohgaki wrote: yohgakiTue Mar 12 00:33:12 2002 EDT Modified files: /php4run-tests.php Log: Do not search php binary in search path, since we are not testing older builds. Print SAPI used. There is problem with version