summaryrefslogtreecommitdiff
path: root/README.UPDATE_5_2
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2006-10-24 21:32:29 +0000
committerHannes Magnusson <bjori@php.net>2006-10-24 21:32:29 +0000
commita7c925d6e1010b10b43239c0585e09e186c3d71a (patch)
treee074189602aaaad3dc257bedc83ea5fb7fa1b063 /README.UPDATE_5_2
parentb5aa4dffbec390799b272d6cb193325c1cac29d3 (diff)
downloadphp-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_27
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