jani            Fri Sep 28 02:09:05 2007 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS 
  Log:
  BFN
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.7&r2=1.2027.2.547.2.965.2.8&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.7 php-src/NEWS:1.2027.2.547.2.965.2.8
--- php-src/NEWS:1.2027.2.547.2.965.2.7 Thu Sep 27 18:15:22 2007
+++ php-src/NEWS        Fri Sep 28 02:09:05 2007
@@ -1,22 +1,36 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 20??, PHP 5.3.0
+- Added support for dynamic access of static members using $foo::myFunc().
+  (Etienne Kneuss)
+
+- Improved php.ini handling: (Jani)
+  . Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI
+  . Added support for special [PATH=/opt/httpd/www.example.com/] sections.
+    All directives set in these sections will not be able to be overridden
+    in user-defined ini-files or during runtime in the specified path
+  . Added better error reporting for php.ini syntax errors
+  . Allowed "ini-variables" to be used almost everywhere ini php.ini files
+  . Allowed using alphanumeric/variable indexes in "array" ini options
+  . Fixed get_cfg_var() to be able to return "array" ini options
+
 - Improved memory usage by moving constants to read only memory.
-  (Dmitry,Pierre)
+  (Dmitry, Pierre)
 - Improved ext/soap to support element names in context of XMLShema's <any>.
   (Dmitry)
-- Improved ext/openssl (Dmitry)
+- Improved ext/openssl: (Dmitry)
   . Added support for OpenSSL digest functions
   . Added support for OpenSSL cipher functions
   . Added access to internal values of DSA, RSA and DH keys
 - Improved and cleaned CGI code. FastCGI is now always enabled and can not be
   disabled. See sapi/cgi/CHANGES for more details. (Dmitry)
 
-- Added support for dynamic access of static members using $foo::myFunc().
-  (Etienne Kneuss)
-
 - Fixed bug #42657 (ini_get() returns incorrect value when default is NULL).
   (Jani)
+- Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric
+  characters). (Jani)
+- Fixed bug #27372 (parse error loading browscap.ini at apache startup).
+  (Jani)
 
 30 Aug 2007, PHP 5.2.4
 - Removed --enable-versioning configure option. (Jani)

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

Reply via email to