From: Ilia Alshanetsky Date: Mon, 30 Dec 2002 19:48:24 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: PHP_5_0_dev_before_13561_fix~556 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfea989d21fdd26816ffdb365992ec339163b4c4;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 7c236b297f..8da084054a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 4.4.0 +- Fixed bug #21229 (missing 3rd argument to php_module_startup). (Ilia) +- Fixed bug #21267 (opening URLs that result in redirection to a relative + path was failing). (Ilia) +- Fixed bug #21226 (parse_url handling of urls without a path). (Ilia) +- Fixed bug #21228 (broken check for ob_gzhandler) & made ob_start() return + the correct value. (Ilia) +- Fixed bug #21268 (session_decode() returned FALSE on success). (Ilia) - Improved dba extension (Marcus) . Made handler parameter of dba_(p)open() optional. . Added php.ini option 'dba.default_handler' to specify a default handler.