Yasuo Ohgaki wrote: > 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, since it is printing > version and sapi of php binary running run-tests.php script. > i.e.: php binary running each test script may differ > > I didn't change the original code, since there is no way > to write script in command like > > php -e "echo PHP_VERSION" > or > php -e "<?php echo PHP_VERSION ?>" > > Is there way to do that now?
Never mind. CGI version will never support script in command line. I added new file so that run-tests.php print correct PHP version and sapi name always. -- Yasuo Ohgaki [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php