]> granicus.if.org Git - php/commitdiff
Hmm. -c options was there, but removed.
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 22 Oct 2002 00:03:49 +0000 (00:03 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 22 Oct 2002 00:03:49 +0000 (00:03 +0000)
It is _needed_ for php.ini users uses buffer by default.

Makefile.global

index c684bfe914bc8c7b5eb72a7cbd44ea8db322fc02..8ee68533ec31bba4054411ee0253b6ad1297f4e0 100644 (file)
@@ -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