diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2015-12-16 09:11:44 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2015-12-16 09:15:05 +0900 |
commit | e8f1c29cc96ce333fa808aba126297b77d94abdf (patch) | |
tree | ab42619e983c00fc5641639f8a8cb546e54b1a5c /ext/session/tests/bug32330.phpt | |
parent | 838e4039d7fc8f79fe71091725ab0a13a5f4ad2a (diff) | |
download | php-git-e8f1c29cc96ce333fa808aba126297b77d94abdf.tar.gz |
Fixed bug #71122 Session GC may not remove obsolete session data
Diffstat (limited to 'ext/session/tests/bug32330.phpt')
-rw-r--r-- | ext/session/tests/bug32330.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/session/tests/bug32330.phpt b/ext/session/tests/bug32330.phpt index 98d442ae5c..fe83cc9504 100644 --- a/ext/session/tests/bug32330.phpt +++ b/ext/session/tests/bug32330.phpt @@ -69,17 +69,17 @@ $_SESSION['E'] = 'F'; ?> --EXPECTF-- open: path = /tmp, name = sid -read: id = %s gc: maxlifetime = %d +read: id = %s write: id = %s, data = A|s:1:"B"; close open: path = /tmp, name = sid -read: id = %s gc: maxlifetime = %d +read: id = %s destroy: id = %s close open: path = /tmp, name = sid -read: id = %s gc: maxlifetime = %d +read: id = %s write: id = %s, data = E|s:1:"F"; close |