From: Melvyn Sopacua Date: Mon, 10 Feb 2003 18:49:02 +0000 (+0000) Subject: Make sure we're not buffering stuff X-Git-Tag: php-4.3.2RC1~279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=385729ef2aac98d147910b737af90ce6f77ef98d;p=php Make sure we're not buffering stuff --- diff --git a/Makefile.global b/Makefile.global index 5cb0642690..a0e5bea95b 100644 --- a/Makefile.global +++ b/Makefile.global @@ -50,7 +50,7 @@ test: $(SAPI_CLI_PATH) @TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \ TEST_PHP_SRCDIR=$(top_srcdir) \ CC="$(CC)" \ - $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' $(top_srcdir)/run-tests.php $(TESTS) + $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' $(top_srcdir)/run-tests.php $(TESTS) clean: find . -name \*.lo -o -name \*.o | xargs rm -f