diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-04-17 23:28:02 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-04-17 23:28:02 +0000 |
commit | 76419e13aa959a5deff023ef1247f92f6e875545 (patch) | |
tree | ea9fae4bc22026eb37f0f5fdfa8bd1b9f4c6902a | |
parent | 5fd0994495433a57fcbedd96f3cd62bc32fdde72 (diff) | |
download | php-git-76419e13aa959a5deff023ef1247f92f6e875545.tar.gz |
Fixed Bug #36872 (session_destroy() fails after call to
+ session_regenerate_id(true)).
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ PHP NEWS - Fixed bug #37045 (Fixed check for special chars for http redirects). (Ilia) - Fixed bug #37002 (Have to quote literals in INI when concatenating with vars). (Dmitry) +- Fixed Bug #36872 (session_destroy() fails after call to + session_regenerate_id(true)). (Ilia) - Fixed bug #36513 (comment will be outputed in last line). (Dmitry) 06 Apr 2006, PHP 5.1.3RC3 |