Index: appendices/ini.xml
===================================================================
RCS file: /repository/phpdoc/en/appendices/ini.xml,v
retrieving revision 1.48
diff -u -r1.48 ini.xml
--- appendices/ini.xml 9 Feb 2007 15:56:07 -0000 1.48
+++ appendices/ini.xml 17 Feb 2007 16:40:25 -0000
@@ -30,6 +30,12 @@
PHP_INI_ALL in PHP <= 4.0.0.
+ allow_url_include
+ "Off"
+ PHP_INI_SYSTEM
+ Available since PHP 5.2.0.
+
+
allow_url_fopen
"1"
PHP_INI_SYSTEM
@@ -1686,6 +1692,18 @@
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"
PHP_INI_ALL
@@ -1932,6 +1950,12 @@
+ session.cookie_httponly
+ NULL
+ PHP_INI_ALL
+ Available since PHP 5.2.0.
+
+
session.cookie_lifetime
"0"
PHP_INI_ALL