From: Stanislav Malyshev Date: Tue, 5 Aug 2008 21:24:42 +0000 (+0000) Subject: add bugfix X-Git-Tag: php-5.2.7RC1~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ce390f2c2b73c10c27e4f878c4f483bbcd6be72;p=php add bugfix --- diff --git a/NEWS b/NEWS index a2cdeb5e0f..97ea83bd02 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,7 @@ PHP NEWS functions. (Andrey) - Fixed a regression when using strip_tags() and < is within an attribute. (Scott) +- Fixed memnstr bug by Laurent Gaffie (Stas) - Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address parameter). (Jani)