]> granicus.if.org Git - php/commitdiff
BFN
authorMarcus Boerger <helly@php.net>
Fri, 24 Sep 2004 22:00:47 +0000 (22:00 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 24 Sep 2004 22:00:47 +0000 (22:00 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a4621b6ada5933aa23d97a5e9e319b7a05451ece..d5beb4b8b48b3c97217399370bcbede2ffab6801 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,10 @@ PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, Version 4.3.10
 - Backported Marcus' foreach() speedup patch from PHP 5.x. (Derick)
+- Fixed potential problems with unserializing invalid serialize data. (Marcus)
 - Fixed bug #29805 (HTTP Authentication Issues). (Uwe Schindler)
+- Fixed bug #28325 (Circular references not properly serialised). (Moriyoshi)
+- Fixed bug #27469 (serialize() objects of incomplete class). (Dmitry)
 
 22 Sep 2004, Version 4.3.9
 - GPC input processing fixes (Stefano Di Paola, Rasmus, Stefan)