summaryrefslogtreecommitdiff
path: root/server-tests.php
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2014-09-10 17:30:25 +0200
committerNikita Popov <nikic@php.net>2015-01-17 18:26:45 +0100
commita60efc5e11b65083ef4cc8a132df620e1642dd76 (patch)
treea20a581d517a6b956fd27382c7aed500b77b91a8 /server-tests.php
parent4c115b6b71e31a289d84f72f8664943497b9ee31 (diff)
downloadphp-git-a60efc5e11b65083ef4cc8a132df620e1642dd76.tar.gz
Remove set_magic_quotes_runtime
And the alias magic_quotes_runtime
Diffstat (limited to 'server-tests.php')
-rwxr-xr-xserver-tests.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/server-tests.php b/server-tests.php
index 3c5e36532a..8c2ae8607b 100755
--- a/server-tests.php
+++ b/server-tests.php
@@ -472,7 +472,6 @@ class testHarness {
'error_append_string'=>'',
'auto_prepend_file'=>'',
'auto_append_file'=>'',
- 'magic_quotes_runtime'=>'0',
);
public $env = array();
public $info_params = array();