From bfea989d21fdd26816ffdb365992ec339163b4c4 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 30 Dec 2002 19:48:24 +0000 Subject: [PATCH] Bug fixing news. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.40.0