]> granicus.if.org Git - php/commitdiff
BFN
authorFelipe Pena <felipe@php.net>
Tue, 3 Jun 2008 17:17:29 +0000 (17:17 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 3 Jun 2008 17:17:29 +0000 (17:17 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e8c0233bb509d20f0a05827482ced8b7c12e0829..44a7c0c0e2f12c88d9fa0d6864f0830b36642c52 100644 (file)
--- 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)