From: Antony Dovgal Date: Fri, 16 Sep 2005 23:56:12 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.1.0RC2~236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3eb6167902ca111a6112075d733b29a1ea25dec5;p=php BFN --- diff --git a/NEWS b/NEWS index bbf4cd9b3e..05e1165f77 100644 --- a/NEWS +++ b/NEWS @@ -84,6 +84,7 @@ PHP NEWS (Ilia) - Fixed bug #33967 (misuse of Exception constructor doesn't display errorfile). (Jani) +- Fixed bug #33966 (Wrong use of reflectionproperty causes a segfault). (Tony) - Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash). (Ilia) - Fixed bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number).