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 are just failing now)
>   Fixed SAPI and VERSION output.

Additional comments.

If you build CGI and "make test", tests does not run well.
(Older behavior is using CLI always)

./php run-tests.php
will results in better test results.

Some test scripts are written work well for CLI only,
some are work only with CGI. Test script writers are
better to run tests for both CLI and CGI.

When will new test suite be available?
I hope it's soon.

--
Yasuo Ohgaki






-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to