yohgaki Tue Oct 22 21:21:04 2002 EDT Modified files: /php4 Makefile.global Log: Fixed buffring issue again. Index: php4/Makefile.global diff -u php4/Makefile.global:1.33 php4/Makefile.global:1.34 --- php4/Makefile.global:1.33 Tue Oct 22 14:53:56 2002 +++ php4/Makefile.global Tue Oct 22 21:21:04 2002 @@ -49,7 +49,7 @@ test: $(SAPI_CLI_PATH) @TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \ TEST_PHP_SRCDIR=$(top_srcdir) \ - $(top_builddir)/$(SAPI_CLI_PATH) $(top_srcdir)/run-tests.php $(TESTS) + $(top_builddir)/$(SAPI_CLI_PATH) -c $(top_srcdir)/php.ini-dist +$(top_srcdir)/run-tests.php $(TESTS) clean: find . -name \*.lo -o -name \*.o | xargs rm -f
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php