diff --git a/features/remote-files.xml b/features/remote-files.xml index f5ef108260..73fff580a6 100644 --- a/features/remote-files.xml +++ b/features/remote-files.xml @@ -1,11 +1,11 @@ - + Using remote files As long as allow_url_fopen is enabled in - php.ini, you can use HTTP and FTP URLs with most of the functions + &php.ini;, you can use HTTP and FTP URLs with most of the functions that take a filename as a parameter. In addition, URLs can be used with the include, include_once, require and @@ -24,7 +24,7 @@ The Windows version of PHP currently does not support remote file accessing for the following functions: include, include_once, - require and require_once. + require, and require_once.