? allow_url_include.patch ? functions.xml ? reference/monetra/functions.xml ? reference/mysqli/mysqli/functions.xml ? reference/statistics/functions.xml Index: appendices/ini.xml =================================================================== RCS file: /repository/phpdoc/en/appendices/ini.xml,v retrieving revision 1.40 diff -u -r1.40 ini.xml --- appendices/ini.xml 13 Dec 2006 19:33:08 -0000 1.40 +++ appendices/ini.xml 19 Dec 2006 22:03:08 -0000 @@ -36,7 +36,7 @@ PHP_INI_ALL in PHP <= 4.3.4. Available since PHP 4.0.4. - allow_url_include + allow_url_include "0" PHP_INI_SYSTEM Available since PHP 5.2.0. Index: appendices/wrappers.xml =================================================================== RCS file: /repository/phpdoc/en/appendices/wrappers.xml,v retrieving revision 1.66 diff -u -r1.66 wrappers.xml --- appendices/wrappers.xml 21 Oct 2006 22:45:08 -0000 1.66 +++ appendices/wrappers.xml 19 Dec 2006 22:03:09 -0000 @@ -50,7 +50,7 @@ - Restricted by allow_url_fopen. + Restricted by allow_url_fopen No @@ -259,7 +259,7 @@ - Restricted by allow_url_fopen. + Restricted by allow_url_fopen Yes @@ -489,7 +489,7 @@ - Restricted by allow_url_fopen. + Restricted by allow_url_fopen Yes Yes @@ -788,10 +788,17 @@ - Restricted by allow_url_fopen. + Restricted by allow_url_fopen No + Restricted by allow_url_include + + php://input + php://stdin + + + Allows Reading php://stdin, @@ -894,7 +901,7 @@ - Restricted by allow_url_fopen. + Restricted by allow_url_fopen No @@ -996,6 +1003,10 @@ No + Restricted by allow_url_include + Yes + + Allows Reading Yes @@ -1099,7 +1110,7 @@ - Restricted by allow_url_fopen. + Restricted by allow_url_fopen Yes Yes Yes @@ -1314,7 +1325,7 @@ - Restricted by allow_url_fopen. + Restricted by allow_url_fopen No @@ -1457,7 +1468,7 @@ - Restricted by allow_url_fopen. + Restricted by allow_url_fopen No Index: reference/filesystem/ini.xml =================================================================== RCS file: /repository/phpdoc/en/reference/filesystem/ini.xml,v retrieving revision 1.12 diff -u -r1.12 ini.xml --- reference/filesystem/ini.xml 20 Jul 2005 19:10:31 -0000 1.12 +++ reference/filesystem/ini.xml 19 Dec 2006 22:03:13 -0000 @@ -23,6 +23,12 @@ PHP_INI_ALL in PHP <= 4.3.4. Available since PHP 4.0.4. + allow_url_include + "0" + PHP_INI_SYSTEM + Available since PHP 5.2.0. + + user_agent NULL PHP_INI_ALL @@ -95,6 +101,25 @@ + + + allow_url_include + boolean + + + + This option allows the use of URL-aware fopen wrappers with the following + functions: include, include_once, + require, require_once. + + + + This setting requires allow_url_fopen to be on. + + + + + user_agent