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.