From: Felipe Pena Date: Tue, 3 Jun 2008 17:17:29 +0000 (+0000) Subject: BFN X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b368d3401851c050839740b35c96116f69751551;p=php BFN --- diff --git a/NEWS b/NEWS index e8c0233bb5..44a7c0c0e2 100644 --- a/NEWS +++ b/NEWS @@ -173,6 +173,7 @@ PHP NEWS - Fixed an issue in date() where a : was printed for the O modifier after a P modifier was used. (Derick) +- Fixed bug #44769 (declaring private magic methods should throw error). (Felipe) - Fixed bug #44913 (Segfault when using return in combination with nested loops and continue 2). (Dmitry) - Fixed bug #44899 (__isset usage changes behavior of empty()) (Etienne)