wez             Thu Sep 26 07:40:49 2002 EDT

  Modified files:              
    /phpdoc/en/features remote-files.xml 
  Log:
  include/require and GD imagecreatefromXXX functions now work with remote
  files under win32.
  
  # NB: at my school, we were taught that "item, item and item" was correct
  # while "item, item, and item" was incorrect grammar.
  
  
Index: phpdoc/en/features/remote-files.xml
diff -u phpdoc/en/features/remote-files.xml:1.20 
phpdoc/en/features/remote-files.xml:1.21
--- phpdoc/en/features/remote-files.xml:1.20    Tue Sep 24 17:36:47 2002
+++ phpdoc/en/features/remote-files.xml Thu Sep 26 07:40:49 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
  <chapter id="features.remote-files">
   <title>Using remote files</title>
 
@@ -10,6 +10,8 @@
    used with the <function>include</function>,
    <function>include_once</function>, <function>require</function> and
    <function>require_once</function> statements.
+   See <xref linkend="wrappers"/> for more information about the protocols
+   supported by <literal>PHP</literal>.
   </para>
   <note>
    <para>
@@ -21,10 +23,12 @@
   <para>
    <note>
     <para>
-     The Windows version of <literal>PHP</literal> currently does not support
-     remote file accessing for the following functions:
+     The Windows versions of <literal>PHP</literal> earlier than PHP 4.3
+     did not support remote file accessing for the following functions:
      <function>include</function>, <function>include_once</function>,
-     <function>require</function>, and <function>require_once</function>.
+     <function>require</function>, <function>require_once</function>,
+     and the imagecreatefromXXX functions in the <xref linkend="ref.image"/>
+     extension.
     </para>
    </note>
   </para>
@@ -63,7 +67,7 @@
    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 <function>fopen</function> will
+   a file that already exists, the <function>fopen</function> call will
    fail.
   </para>
   <para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to