summaryrefslogtreecommitdiff
path: root/ext/session/tests/013.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/013.phpt')
-rw-r--r--ext/session/tests/013.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/session/tests/013.phpt b/ext/session/tests/013.phpt
index ad6c14e13e..e67a115604 100644
--- a/ext/session/tests/013.phpt
+++ b/ext/session/tests/013.phpt
@@ -5,7 +5,6 @@ redefining SID should not cause warnings
--INI--
session.use_cookies=0
session.cache_limiter=
-register_globals=1
session.bug_compat_42=1
session.bug_compat_warn=0
session.serialize_handler=php
@@ -24,5 +23,4 @@ session_destroy();
print "I live\n";
?>
--EXPECT--
-Warning: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0
I live