iliaa           Tue Dec 31 13:39:35 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4       NEWS 
  Log:
  Added bug fix entries.
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.37 php4/NEWS:1.1247.2.38
--- php4/NEWS:1.1247.2.37       Tue Dec 31 07:12:30 2002
+++ php4/NEWS   Tue Dec 31 13:39:31 2002
@@ -7,6 +7,13 @@
   . Disallow linkage of Berkeley db submodules against libraries with
     different major version.
   . Disallow configuring of more than one Berkeley db handler. 
+- 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)
 
 27 Dec 2002, Version 4.3.0
 - If you don't specify building any other SAPI "make install" will install the



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to