]> granicus.if.org Git - php/commitdiff
Bug fixing news.
authorIlia Alshanetsky <iliaa@php.net>
Thu, 6 Nov 2003 20:34:57 +0000 (20:34 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 6 Nov 2003 20:34:57 +0000 (20:34 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e75fdfb7e9241c449c8dd78784e5100bb9d404c3..77458111e6ee2ebe37ddb26d0c5ef9a26e2ffa82 100644 (file)
--- 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).