summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorMelvyn Sopacua <msopacua@php.net>2003-02-10 18:58:49 +0000
committerMelvyn Sopacua <msopacua@php.net>2003-02-10 18:58:49 +0000
commit63aa8acf02126da6e6f0efd3722575d962e0b6be (patch)
tree7761be0b0ab2657bc01c3dba852d1ad158a0ef30 /Makefile.global
parent447976d8ee8dc57dab55e6800e46e2db25156219 (diff)
downloadphp-git-63aa8acf02126da6e6f0efd3722575d962e0b6be.tar.gz
MFB: disable output buffering
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index 230b7675ae..e286980e2a 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