]> granicus.if.org Git - php/commitdiff
Fixed buffring issue again.
authorYasuo Ohgaki <yohgaki@php.net>
Wed, 23 Oct 2002 01:21:04 +0000 (01:21 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Wed, 23 Oct 2002 01:21:04 +0000 (01:21 +0000)
Makefile.global

index 29e9a551ad3665b8abd6ed332b4394fcd31df003..99050b739d4c0f532a5e5c04802d92d445e758c1 100644 (file)
@@ -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