From: Yasuo Ohgaki Date: Tue, 22 Oct 2002 00:03:49 +0000 (+0000) Subject: Hmm. -c options was there, but removed. X-Git-Tag: php-4.3.0pre2~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54fdd7a8f0df60e61ace953e2799bd428546f1bf;p=php Hmm. -c options was there, but removed. It is _needed_ for php.ini users uses buffer by default. --- diff --git a/Makefile.global b/Makefile.global index c684bfe914..8ee68533ec 100644 --- a/Makefile.global +++ b/Makefile.global @@ -48,7 +48,7 @@ install-su: install-pear install-tester test: $(SAPI_CLI_PATH) @TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \ - $(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