From: Ilia Alshanetsky Date: Fri, 30 Nov 2007 00:12:18 +0000 (+0000) Subject: Fixed a typo X-Git-Tag: php-5.2.6RC1~278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83156cf04dcfb368d512df5e3382de382d37fbfb;p=php Fixed a typo --- diff --git a/NEWS b/NEWS index c9addfbc6f..2ac5ec4ff5 100644 --- a/NEWS +++ b/NEWS @@ -18,7 +18,7 @@ PHP NEWS - Fixed bug #43248 (backward compatibility break in realpath()). (Dmitry) - Fixed bug #43221 (SimpleXML adding default namespace in addAttribute). (Rob) - Fixed bug #43216 (stream_is_local() returns false on "file://"). (Dmitry) -- Fixed bug #43201 (Crash on using unitialized vals and __get/__set). (Dmitry) +- Fixed bug #43201 (Crash on using uninitialized vals and __get/__set). (Dmitry) - Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on file truncation). (Ilia) - Fixed bug #43175 (__destruct() throwing an exception with __call() causes