summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-01-08 15:01:59 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-01-08 15:01:59 +0000
commitd20ee838f08b51c877dbd4108bcf3dc2f95fe92e (patch)
treea2e23a2f158f7ccf4c501e10317b399b69f735e4
parentc687f71c5abe0708c586983a584106f469c4b722 (diff)
downloadphp-git-d20ee838f08b51c877dbd4108bcf3dc2f95fe92e.tar.gz
Bug fixing news.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7f47f9b928..18430e3f56 100644
--- 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)