msopacua Mon Feb 10 13:49:02 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 Makefile.global
Log:
Make sure we're not buffering stuff
Index: php4/Makefile.global
diff -u php4/Makefile.global:1.40.2.2 php4/Makefile.global:1.40.2.3
--- php4/Makefile.global:1.40.2.2 Wed Jan 15 04:31:41 2003
+++ php4/Makefile.global Mon Feb 10 13:49:02 2003
@@ -50,7 +50,7 @@
@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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php