sniper          Mon Mar 17 10:19:31 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4       NEWS 
  Log:
  BFN
  
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.144 php4/NEWS:1.1247.2.145
--- php4/NEWS:1.1247.2.144      Mon Mar 17 05:00:46 2003
+++ php4/NEWS   Mon Mar 17 10:19:30 2003
@@ -1,6 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Mar 2003, Version 4.3.2
+- Replaced the old Apache2 module (sapi/apache2filter) with new and improved 
+  version (sapi/apache2handler). (Ian Holsman, Justin Erenkrantz)
 - Syncronized bundled GD library with GD 2.0.11. (Ilia)
 - Removed support for GDLIB version 1.x.x (php_gd.dll) on Windows. (Edin)
 - Enabled read-only GIF support in the bundled GDLIB (php_gd2.dll) on Windows.
@@ -11,8 +13,6 @@
   . Disallow linkage of Berkeley db submodules against libraries with
     different major version.
   . Disallow configuring of more than one Berkeley db handler. 
-- Replaced the old Apache2 module (sapi/apache2filter) with new and improved 
-  version (sapi/apache2handler). (Ian Holsman, Justin Erenkrantz)
 - Added "disable_classes" php.ini option to allow administrators to disable
   certain classes for security reasons. (Harald)
 - Added man page for CLI version of PHP. (Marcus)
@@ -124,6 +124,8 @@
 - Fixed bug #21410 (fixed handling of NULL or "" files on Win32). (Ilia)
 - Fixed bug #21378 (COM code crashes after update 4.2.1 to 4.3.0). (Harald)
 - Fixed bug #21338 (html_entity_decode() crashed when "" is passed). (Ilia)
+- Fixed bug #21310 (Solaris has issues with getcwd() needing read permissions
+  on directories instead of just execute). (Wez, jflemer)
 - Fixed bug #21297 (in CLI/CGI sapis on the #! it would leave a \n when the
   the code encounters \r\n). (Ilia)
 - Fixed bug #21268 (session_decode() returned FALSE on success). (Ilia)



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

Reply via email to