From 497179e8efeab059c795892a6b172925d9b911b8 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Thu, 24 May 2007 08:01:35 +0000 Subject: [PATCH] Copy&paste the ini descriptions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236225 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration52.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/appendices/migration52.xml b/appendices/migration52.xml index 3df52f87ca..e2fd2e6b18 100644 --- a/appendices/migration52.xml +++ b/appendices/migration52.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.1.x to PHP 5.2.x @@ -1847,16 +1847,31 @@ $obj->getCommentName(''); pcre.backtrack_limit + + PCRE's backtracking limit. + pcre.recursion_limit + + PCRE's recursion limit. Please note that if you set this value to a high + number you may consume all the available process stack and eventually + crash PHP (due to reaching the stack size limit imposed by the Operating + System). + session.cookie_httponly + + Marks the cookie as accessible only through the HTTP protocol. This means + that the cookie won't be accessible by scripting languages, such as + JavaScript. This setting can effectively help to reduce identity theft + through XSS attacks (although it is not supported by all browsers). +