From f6777cea254807ed9c1b94e809fd90540a1f9764 Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Tue, 24 Sep 2002 21:36:47 +0000 Subject: [PATCH] php.ini entity and comma git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96740 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/remote-files.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.