From: Ilia Alshanetsky Date: Thu, 6 Nov 2003 20:34:57 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.5RC1~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=812f7748a66c0c129045f1bbd7e10772f8e98a19;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index e75fdfb7e9..77458111e6 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP 4 NEWS ?? ??? 2003, Version 4.3.5 - 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 #26148 (Print the notice before modifying variable on type + mismatch). (morten-bugs dot php dot net at afdelingp dot dk, Ilia) - Fixed bug #26128 (mbstring prints out wrong information on phpinfo()). (Moriyoshi) - Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_get fails).