wez             Thu Sep 26 10:32:51 2002 EDT

  Modified files:              
    /phpdoc/en/chapters config.xml 
    /phpdoc/en/reference/filesystem     reference.xml 
  Log:
  More 4.3 updates.
  
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.76 phpdoc/en/chapters/config.xml:1.77
--- phpdoc/en/chapters/config.xml:1.76  Sun Sep 15 11:29:08 2002
+++ phpdoc/en/chapters/config.xml       Thu Sep 26 10:32:50 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.76 $ -->
+<!-- $Revision: 1.77 $ -->
  <chapter id="configuration">
   <title>Configuration</title>
 
@@ -194,10 +194,11 @@
         </note>
         <warning>
          <para> 
-          On Windows, the following functions do not support remote file
-          accesing: <function>include</function>,
-          <function>include_once</function>, <function>require</function> and
-          <function>require_once</function>.
+          On Windows versions prior to PHP 4.3, the following functions do not
+          support remote file accesing: <function>include</function>,
+          <function>include_once</function>, <function>require</function>,
+          <function>require_once</function> and the imagecreatefromXXX
+          functions in the <xref linkend="ref.image"/> extension.
          </para>
         </warning>
 
Index: phpdoc/en/reference/filesystem/reference.xml
diff -u phpdoc/en/reference/filesystem/reference.xml:1.5 
phpdoc/en/reference/filesystem/reference.xml:1.6
--- phpdoc/en/reference/filesystem/reference.xml:1.5    Mon Sep 23 22:53:08 2002
+++ phpdoc/en/reference/filesystem/reference.xml        Thu Sep 26 10:32:51 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -65,6 +65,11 @@
          because people using carriage-returns as item separators under
          Unix systems would experience non-backwards-compatible behaviour.
         </para>
+        <note>
+         <simpara>
+          This configuration option was introduced in PHP 4.3.
+         </simpara>
+        </note>
        </listitem>
       </varlistentry>
      </variablelist>



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

Reply via email to