summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2008-04-29 14:42:38 +0000
committerScott MacVicar <scottmac@php.net>2008-04-29 14:42:38 +0000
commitad86c485cd997f6c8194359ee84d547c80db3694 (patch)
treecc4a0b9557e3d2daf6b22828ce8a3ede21a4cc2f /NEWS
parent597adbfef165a763ed49bd8b146897e2f265cc0a (diff)
downloadphp-git-ad86c485cd997f6c8194359ee84d547c80db3694.tar.gz
MFH Fixed bug #44720 (Prevent infinite recursion within session_register)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1ba2df7f56..75c6377de9 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,10 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? Apr 2008, PHP 5.2.6
- Fixed two possible crashes inside posix extension (Tony)
+- Fixed bug #44742 (timezone_offset_get() causes segmentation faults). (Derick)
+- Fixed bug #44720 (Prevent crash within session_register()). (Scott)
- Fixed bug #44703 (htmlspecialchars() does not detect bad character set
argument). (Andy Wharmby)
-- Fixed bug #44742 (timezone_offset_get() causes segmentation faults). (Derick)
10 Apr 2008, PHP 5.2.6RC5
- Fixed incorrect heredoc handling when label is used within the block.