From: Yasuo Ohgaki Date: Wed, 23 Oct 2002 01:21:04 +0000 (+0000) Subject: Fixed buffring issue again. X-Git-Tag: php-4.3.0pre2~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dfba15201336c164640b61bd8a09a547aaadf6a;p=php Fixed buffring issue again. --- diff --git a/Makefile.global b/Makefile.global index 29e9a551ad..99050b739d 100644 --- a/Makefile.global +++ b/Makefile.global @@ -49,7 +49,7 @@ install-su: install-pear install-tester 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