From c678fe23e5837c8ad92414a2ea90d30b4a5a58f9 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 3 Dec 2007 10:36:07 +0000 Subject: [PATCH] Promote allow_url_include git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247521 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/remote-files.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/features/remote-files.xml b/features/remote-files.xml index 8d424d8591..29821c62a5 100644 --- a/features/remote-files.xml +++ b/features/remote-files.xml @@ -1,5 +1,5 @@ - + Using remote files @@ -10,7 +10,8 @@ that take a filename as a parameter. In addition, URLs can be used with the include, include_once, require and - require_once statements. + require_once statements (since PHP 5.2.0, + ( must be enabled for these). See for more information about the protocols supported by PHP.