diff --git a/features/remote-files.xml b/features/remote-files.xml index 73fff580a6..b562b48765 100644 --- a/features/remote-files.xml +++ b/features/remote-files.xml @@ -1,5 +1,5 @@ - + Using remote files @@ -10,6 +10,8 @@ used with the include, include_once, require and require_once statements. + See for more information about the protocols + supported by PHP. @@ -21,10 +23,12 @@ - The Windows version of PHP currently does not support - remote file accessing for the following functions: + The Windows versions of PHP earlier than PHP 4.3 + did not support remote file accessing for the following functions: include, include_once, - require, and require_once. + require, require_once, + and the imagecreatefromXXX functions in the + extension. @@ -63,7 +67,7 @@ fclose($file); You can also write to files on an FTP server (provided that you have connected as a user with the correct access rights). You can only create new files using this method; if you try to overwrite - a file that already exists, the fopen will + a file that already exists, the fopen call will fail.