From: foobar Date: Fri, 2 Sep 2005 21:11:11 +0000 (+0000) Subject: BFN X-Git-Tag: php-4.4.1RC1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7420158d7816f28a5ee73555402e8b5411ddb7dc;p=php BFN --- diff --git a/NEWS b/NEWS index e61fb1abbd..4b664f877a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2005, Version 4.4.1 +- Fixed bug #34307 (on_modify handler not called to set the default value if + case setting from php.ini was invalid). (Andrei) - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9). (Derick) - Fixed bug #34277 (array_filter() crashes with references and objects).