]> granicus.if.org Git - php/commitdiff
Discuss first!
authorDerick Rethans <derick@php.net>
Thu, 31 Oct 2002 14:01:58 +0000 (14:01 +0000)
committerDerick Rethans <derick@php.net>
Thu, 31 Oct 2002 14:01:58 +0000 (14:01 +0000)
Makefile.global
run-tests.php

index 85189fe3feca6cf0b4e8eaae23402dce4a4464e2..b58ccc34c4d495e328ad2f4bd4864101beb958a3 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' -d 'safe_mode=0' -d 'output_buffering=Off' -d 'auto_prepend_file=' -d 'auto_append_file=' -d 'output_handler=' -d 'register_argv=1' -d 'disable_functions=' $(top_srcdir)/run-tests.php $(TESTS)
+                       $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' $(top_srcdir)/run-tests.php $(TESTS)
 
 clean:
        find . -name \*.lo -o -name \*.o | xargs rm -f
index 036edfd6dafcbe7c810208ee33c1c05efb31e10c..efdeb8f54b231637367ef1f777a3651f7b87f336 100755 (executable)
@@ -44,9 +44,8 @@ if (getenv('TEST_PHP_SRCDIR')) {
 
 $cwd = getcwd();
 set_time_limit(0);
+ob_implicit_flush();
 error_reporting(E_ALL);
-ini_set('magic_quotes_runtime', 0);
-ini_set('memory_limit', '8M');
 
 if (ini_get('safe_mode')) {
        echo <<< SAFE_MODE_WARNING