msopacua                Mon Feb 10 13:58:49 2003 EDT

  Modified files:              
    /php4       Makefile.global 
  Log:
  MFB: disable output buffering
  
  
Index: php4/Makefile.global
diff -u php4/Makefile.global:1.42 php4/Makefile.global:1.43
--- php4/Makefile.global:1.42   Thu Jan  2 08:01:33 2003
+++ php4/Makefile.global        Mon Feb 10 13:58:49 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

Reply via email to