colder Mon Dec 22 14:19:47 2008 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: MFH: Fix #46646 (Implement zend functions to restrict serialization or internal classes) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.421&r2=1.2027.2.547.2.965.2.422&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.421 php-src/NEWS:1.2027.2.547.2.965.2.422 --- php-src/NEWS:1.2027.2.547.2.965.2.421 Mon Dec 22 13:24:47 2008 +++ php-src/NEWS Mon Dec 22 14:19:47 2008 @@ -21,6 +21,8 @@ given bad data). (Ilia) - Fixed bug #46738 (Segfault when mb_detect_encoding() fails). (Scott) - Fixed bug #46681 (mkdir() fails silently on PHP 5.3). (Hannes) +- Fixed bug #46646 (Restrict serialization on some internal classes like + Closure and SplFileInfo using exceptions). (Etienne) - Fixed bug #46268 (DateTime::modify() does not reset relative time values). (Derick) - Fixed bug #45989 (json_decode() doesn't return NULL on certain
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php