From: Antony Dovgal Date: Fri, 6 Feb 2009 10:42:54 +0000 (+0000) Subject: fix typo X-Git-Tag: php-5.2.9RC2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0136b5cec6c67a5db844ef87828e0484334e7698;p=php fix typo --- diff --git a/NEWS b/NEWS index 9eb31dc698..f86efb924e 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Feb 2009, PHP 5.2.9 -- Fixed bug #47322 (sscanf %d does't work). (Felipe) +- Fixed bug #47322 (sscanf %d doesn't work). (Felipe) 02 Feb 2009, PHP 5.2.9RC1 - Changed __call() to be invoked on private/protected method access, similar to