]> granicus.if.org Git - php/commit
Fix #63379 - Don't reset mod_user_is_open in destroy
authorArpad Ray <arraypad@gmail.com>
Thu, 13 Dec 2012 23:51:43 +0000 (23:51 +0000)
committerArpad Ray <arraypad@gmail.com>
Thu, 13 Dec 2012 23:51:43 +0000 (23:51 +0000)
commit6566ea61732a1ab42c1a57e60adc96788cb0feb2
treefdac3cf4cb2ce63bf057b308d26500488a188145
parentef37055c344da33f6f42b4cdbf9c1a928a52063a
Fix #63379 - Don't reset mod_user_is_open in destroy

The parent handler is still open so the reset here was in error.
ext/session/mod_user_class.c
ext/session/tests/bug63379.phpt [new file with mode: 0644]
ext/session/tests/bug63379_nodestroy.phpt [new file with mode: 0644]