diff options
author | Hannes Magnusson <bjori@php.net> | 2006-10-24 21:32:29 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-10-24 21:32:29 +0000 |
commit | a7c925d6e1010b10b43239c0585e09e186c3d71a (patch) | |
tree | e074189602aaaad3dc257bedc83ea5fb7fa1b063 /README.UPDATE_5_2 | |
parent | b5aa4dffbec390799b272d6cb193325c1cac29d3 (diff) | |
download | php-git-a7c925d6e1010b10b43239c0585e09e186c3d71a.tar.gz |
New INI entrys
php-cli searching php.ini "bc break"
Diffstat (limited to 'README.UPDATE_5_2')
-rw-r--r-- | README.UPDATE_5_2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.UPDATE_5_2 b/README.UPDATE_5_2 index 92ea998283..01f89bc162 100644 --- a/README.UPDATE_5_2 +++ b/README.UPDATE_5_2 @@ -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 |