jani Fri Sep 28 02:14:12 2007 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: One more thing.. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.8&r2=1.2027.2.547.2.965.2.9&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.8 php-src/NEWS:1.2027.2.547.2.965.2.9 --- php-src/NEWS:1.2027.2.547.2.965.2.8 Fri Sep 28 02:09:05 2007 +++ php-src/NEWS Fri Sep 28 02:14:11 2007 @@ -12,6 +12,9 @@ . 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 + . Added 3rd optional parameter to parse_ini_file() to specify the scanning + mode of INI_SCANNER_NORMAL or INI_SCANNER_RAW. In raw mode option values + and section values are treated as-is. . Fixed get_cfg_var() to be able to return "array" ini options - Improved memory usage by moving constants to read only memory.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php