From: Gwynne Raskind Date: Fri, 7 Mar 2008 23:20:54 +0000 (+0000) Subject: Forgot one file in last commit X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~675 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bbef4f940c4df2b319196a8a3d2c6110ac0782b;p=php Forgot one file in last commit --- diff --git a/ext/session/tests/bug32330.phpt b/ext/session/tests/bug32330.phpt new file mode 100644 index 0000000000..c0d3370e01 --- /dev/null +++ b/ext/session/tests/bug32330.phpt @@ -0,0 +1,85 @@ +--TEST-- +Bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler) +--SKIPIF-- + +--INI-- +session.use_trans_sid=0 +session.use_cookies=1 +session.name=sid +session.save_path=/ +session.gc_probability=1 +session.gc_divisor=1 +--FILE-- + +--EXPECTF-- +open: path = /, name = sid +read: id = %s +gc: maxlifetime = %d +write: id = %s, data = A|s:1:"B"; +close +open: path = /, name = sid +read: id = %s +gc: maxlifetime = %d +destroy: id = %s +close +open: path = /, name = sid +read: id = %s +gc: maxlifetime = %d +write: id = %s, data = E|s:1:"F"; +close