From 27c06e3a2c74e87c8f8268f93ae8cbbe77c25cb4 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 23 Mar 2007 16:56:30 +0000 Subject: [PATCH] PHP 5.2 directives (bug #40521) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232460 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 5f4f2cf54a..250a355b2e 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -1685,6 +1685,18 @@ PHP_INI_PERDIR Available since PHP 4.0.4. + + pcre.backtrack_limit + "100000" + PHP_INI_ALL + Available since PHP 5.2.0. + + + pcre.recursion_limit + "100000" + PHP_INI_ALL + Available since PHP 5.2.0. + pdo_odbc.connection_pooling "strict" @@ -1931,6 +1943,12 @@ PHP_INI_ALL + + session.cookie_httponly + NULL + PHP_INI_ALL + Available since PHP 5.2.0. + session.cookie_lifetime "0"