]> granicus.if.org Git - php/commitdiff
MFB: disable output buffering
authorMelvyn Sopacua <msopacua@php.net>
Mon, 10 Feb 2003 18:58:49 +0000 (18:58 +0000)
committerMelvyn Sopacua <msopacua@php.net>
Mon, 10 Feb 2003 18:58:49 +0000 (18:58 +0000)
Makefile.global

index 230b7675ae0a0220438fa8b627f76755951b8949..e286980e2a82fc093d74373a672b62f26b53ac67 100644 (file)
@@ -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