]> granicus.if.org Git - php/commitdiff
New INI entrys
authorHannes Magnusson <bjori@php.net>
Tue, 24 Oct 2006 21:32:29 +0000 (21:32 +0000)
committerHannes Magnusson <bjori@php.net>
Tue, 24 Oct 2006 21:32:29 +0000 (21:32 +0000)
php-cli searching php.ini "bc break"

README.UPDATE_5_2

index 92ea99828397674f9c89d6cd6596ea72314209e7..01f89bc162e0ebcd07049b2786d7ab6ad97bab74 100644 (file)
@@ -184,6 +184,7 @@ Misc
 ====
 - $php_errormsg now prepends the function name causing the error
 - $php_errormsg doesn't get populated anymore when using custom error handler
+- PHP-CLI does no longer search in cwd for php.ini
 
 Error messages
 ==============
@@ -559,3 +560,9 @@ New optional parameters:
   - boolean XMLReader::open(string URI [, string encoding [, int options]]) (encoding, options)
   - boolean XMLReader::XML(string source [, string encoding [, int options]]) (encoding, options)
 
+New INI settings:
+=================
+pcre.backtrack_limit PHP_INI_ALL, default: 100000
+pcre.recursion_limit PHP_INI_ALL, default: 100000
+session.cookie_httponly PHP_INI_ALL, default: false
+allow_url_include PHP_INI_SYSTEM, default: false