From: Ilia Alshanetsky Date: Thu, 4 Feb 2010 12:48:44 +0000 (+0000) Subject: Fixed typo X-Git-Tag: php-5.2.13RC2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e2b84faca30506ea649b048db84c1d6e36ef85d;p=php Fixed typo --- diff --git a/NEWS b/NEWS index 808b27868d..c9d9f385c2 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ PHP NEWS - Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long). (Ilia) -- Fixed bug #50727 (Accesing mysqli->affected_rows on no connection causes +- Fixed bug #50727 (Accessing mysqli->affected_rows on no connection causes segfault). (Andrey, Johannes) - Fixed bug #48667 (Implementing Iterator and IteratorAggregate). (Etienne)