diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-22 00:03:49 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-22 00:03:49 +0000 |
commit | 54fdd7a8f0df60e61ace953e2799bd428546f1bf (patch) | |
tree | 9ca4fab1d78fd913ab1b883e09f761d67cb590db /Makefile.global | |
parent | 7d3dc68a7924324cc00a2458b17626cb89aeeed5 (diff) | |
download | php-git-54fdd7a8f0df60e61ace953e2799bd428546f1bf.tar.gz |
Hmm. -c options was there, but removed.
It is _needed_ for php.ini users uses buffer by default.
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 2 |
1 files changed, 1 insertions, 1 deletions
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 |