]> granicus.if.org Git - php/commitdiff
Bug fixing news.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 8 Jan 2003 15:01:59 +0000 (15:01 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 8 Jan 2003 15:01:59 +0000 (15:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7f47f9b9286bf5cc9df18af3567c40cc38e1ba87..18430e3f567b37c90b8e755aa4a36b6929f4f64d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,13 @@ PHP 4                                                                      NEWS
   . Disallow linkage of Berkeley db submodules against libraries with
     different major version.
   . Disallow configuring of more than one Berkeley db handler. 
+- Fixed bug #21498 (mysql_pconnect connection problems). (Georg)
+- Fixed bug #21443 (improper handling of ? surrounded by spaces in
+  get_browser()). (Ilia)
+- Fixed bug #21297 (in CLI/CGI sapis on the #! it would leave a \n when the
+  the code encounters \r\n). (Ilia)
+- Fixed bug #21453 (improper handling of non-terminated < by strip_tags()).
+  (Ilia)
 - Fixed bug #17098 (make Apache2 aware that PHP scripts represent dynamic data
   and should not be cached). (Ilia)
 - Fixed bug #21445 (gd unable to open fonts). (Ilia)