diff options
author | Nikita Popov <nikic@php.net> | 2014-09-10 17:30:25 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2015-01-17 18:26:45 +0100 |
commit | a60efc5e11b65083ef4cc8a132df620e1642dd76 (patch) | |
tree | a20a581d517a6b956fd27382c7aed500b77b91a8 /run-tests.php | |
parent | 4c115b6b71e31a289d84f72f8664943497b9ee31 (diff) | |
download | php-git-a60efc5e11b65083ef4cc8a132df620e1642dd76.tar.gz |
Remove set_magic_quotes_runtime
And the alias magic_quotes_runtime
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/run-tests.php b/run-tests.php index 15b7fe2093..9d1a78c1e4 100755 --- a/run-tests.php +++ b/run-tests.php @@ -114,7 +114,6 @@ if (ob_get_level()) echo "Not all buffers were deleted.\n"; error_reporting(E_ALL); if (PHP_MAJOR_VERSION < 6) { - ini_set('magic_quotes_runtime',0); // this would break tests by modifying EXPECT sections if (ini_get('safe_mode')) { echo <<< SAFE_MODE_WARNING @@ -236,7 +235,6 @@ $ini_overwrites = array( 'error_append_string=', 'auto_prepend_file=', 'auto_append_file=', - 'magic_quotes_runtime=0', 'ignore_repeated_errors=0', 'precision=14', 'memory_limit=128M', |