From: Marcus Boerger Date: Fri, 24 Sep 2004 22:00:47 +0000 (+0000) Subject: BFN X-Git-Tag: php-4.3.10RC1~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98b81c2a4e60940280de267b745fa73e2efa8990;p=php BFN --- diff --git a/NEWS b/NEWS index a4621b6ada..d5beb4b8b4 100644 --- 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)