From a7c925d6e1010b10b43239c0585e09e186c3d71a Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 24 Oct 2006 21:32:29 +0000 Subject: [PATCH] New INI entrys php-cli searching php.ini "bc break" --- README.UPDATE_5_2 | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.40.0