From: Ilia Alshanetsky Date: Thu, 25 Dec 2003 18:58:30 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.5RC1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2307f162314f01806ea5d124d46cfd98e113ca5;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index e316d8c3cb..5ada6b259d 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ PHP 4 NEWS - Added a warning when creating temp stream fails with ftp_(n)list(). (Sara) - Fixed header handler in NSAPI SAPI module (header->replace was ignored, send_default_content_type now sends value from php.ini). (Uwe Schindler) +- Fixed Bug #26703 (Certain characters inside strings incorrectly treated as + keywords). (vrana [at] php [dot] net, Ilia) - Fixed bug #26667 (Added safety checks to ip2long()). (Ilia) - Fixed bug #26639 (mb_convert_variables() clutters variables beyond the references). (Moriyoshi)