[EMAIL PROTECTED] wrote: > On Tue, 5 Mar 2002, Yasuo Ohgaki wrote: > > >>[Which "php" executable "make test" look for] >>--------------------------------------------- >> "make test" executes "run-tests.php" script with "./sapi/cli/php". >>Although, "run-tests.php" is executed by CLI SAPI binary, test >>scripts must be executed by CGI SAPI. Therefore, you must build >>PHP with CGI SAPI to perform tests. >> >> "run-tests.php" look for "php" executable in build top directory, >>then look for search path. Therefore, if you have "php" executable >>other than CGI SAPI in your search path or source root, tests may fail. >> > > Isn't it an idea just to modify the scripts so that it uses the cli > version always? >
Thanks for catching this. I should have fix this desription for now. Test script does _NOT_ work with CLI SAPI's php binary. I'll commit fixed version soon. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php