iliaa Wed Jan 8 10:02:02 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.46 php4/NEWS:1.1247.2.47 --- php4/NEWS:1.1247.2.46 Tue Jan 7 10:28:13 2003 +++ php4/NEWS Wed Jan 8 10:01:59 2003 @@ -9,6 +9,13 @@ . 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php