summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-10-31 14:01:58 +0000
committerDerick Rethans <derick@php.net>2002-10-31 14:01:58 +0000
commit55a7590f3de17f3e4592961a8681b035bc0b0854 (patch)
treeae6b8a61cb6507ec59f0307664a8dd6cecb28878 /run-tests.php
parent1fb8331fc076fb6376def1a379fa7b29f364c51c (diff)
downloadphp-git-55a7590f3de17f3e4592961a8681b035bc0b0854.tar.gz
Discuss first!
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/run-tests.php b/run-tests.php
index 036edfd6da..efdeb8f54b 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -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