From: foobar Date: Fri, 2 Sep 2005 21:12:31 +0000 (+0000) Subject: typo X-Git-Tag: php-4.4.1RC1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62c5ef476d53ca883f47b8635a86591c8c7435d8;p=php typo --- diff --git a/NEWS b/NEWS index 4b664f877a..e14f2b2ddf 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ 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) + 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).