summaryrefslogtreecommitdiff
path: root/ext/session/tests/008-php4.2.3.phpt
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-08-06 05:53:31 +0000
committerJani Taskinen <jani@php.net>2008-08-06 05:53:31 +0000
commit525f3c4793a6026cc314a706ff68e18d9bba5b24 (patch)
tree824d563c00cd7abe6e8355ff36fd0f9f03dc604d /ext/session/tests/008-php4.2.3.phpt
parent5e06d51ea211b5636d86732d82d711c41dbc1e57 (diff)
downloadphp-git-525f3c4793a6026cc314a706ff68e18d9bba5b24.tar.gz
MFH: General sync. WS / CS / etc. crap some people didn't bother to merge
MFH: before this commit..bunnies thank you all.. [DOC] - Added ext/hash support to ext/session's ID generator. (Sara) [DOC] Ask Sara for explanation..
Diffstat (limited to 'ext/session/tests/008-php4.2.3.phpt')
-rw-r--r--ext/session/tests/008-php4.2.3.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/008-php4.2.3.phpt b/ext/session/tests/008-php4.2.3.phpt
index b6485b3b46..7d31f2e3de 100644
--- a/ext/session/tests/008-php4.2.3.phpt
+++ b/ext/session/tests/008-php4.2.3.phpt
@@ -59,7 +59,7 @@ session_destroy();
?>
--EXPECTF--
NULL
-session_write_close(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively.
+session_write_close(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively
array(1) {
["c"]=>
float(3.14)