irchtml         Wed Apr 14 01:28:54 2004 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
    /phpdoc/en/reference/filesystem/functions   file-get-contents.xml 
                                                file.xml fopen.xml 
  Log:
  create entity for context support in PHP 5; add to fopen
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.82&r2=1.83&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.82 phpdoc/en/language-snippets.ent:1.83
--- phpdoc/en/language-snippets.ent:1.82        Mon Apr 12 18:55:33 2004
+++ phpdoc/en/language-snippets.ent     Wed Apr 14 01:28:53 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.82 $ -->
+<!-- $Revision: 1.83 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This extension is
 <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
@@ -50,6 +50,9 @@
 <xref linkend="wrappers"/> for a listing of which wrappers support 
 <function>stat</function> family of functionality.</simpara></tip>'>
 
+<!ENTITY note.context-support '<note><simpara>Context support was added
+with <literal>PHP 5.0.0</literal>.</simpara></note>'>
+
 <!ENTITY return.success 'Returns &true; on success or &false; on failure.'>
 
 <!ENTITY array.resetspointer '<note><simpara>This function will 
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/file-get-contents.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/filesystem/functions/file-get-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.13 
phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.14
--- phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.13 Thu Feb 19 
11:06:56 2004
+++ phpdoc/en/reference/filesystem/functions/file-get-contents.xml      Wed Apr 14 
01:28:54 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.130 -->
   <refentry id="function.file-get-contents">
    <refnamediv>
@@ -26,11 +26,7 @@
     </para>
     &note.bin-safe;
     &tip.fopen-wrapper;
-    <note>
-     <simpara>
-      Context support was added with <literal>PHP 5.0.0</literal>.
-     </simpara>
-    </note>
+    &note.context-support;
     &warn.ssl-non-standard;
     <simpara>
      See also: <function>fgets</function>, <function>file</function>, 
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/file.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/filesystem/functions/file.xml
diff -u phpdoc/en/reference/filesystem/functions/file.xml:1.15 
phpdoc/en/reference/filesystem/functions/file.xml:1.16
--- phpdoc/en/reference/filesystem/functions/file.xml:1.15      Thu Feb 19 11:06:56 
2004
+++ phpdoc/en/reference/filesystem/functions/file.xml   Wed Apr 14 01:28:54 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.file">
    <refnamediv>
@@ -65,11 +65,7 @@
       In PHP 4.3.0 <function>file</function> became binary safe.
      </para>
     </note>
-    <note>
-     <simpara>
-      Context support was added with <literal>PHP 5.0.0</literal>.
-     </simpara>
-    </note>
+    &note.context-support;
     &warn.ssl-non-standard;
     <para> 
      See also <function>readfile</function>,
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fopen.xml?r1=1.22&r2=1.23&ty=u
Index: phpdoc/en/reference/filesystem/functions/fopen.xml
diff -u phpdoc/en/reference/filesystem/functions/fopen.xml:1.22 
phpdoc/en/reference/filesystem/functions/fopen.xml:1.23
--- phpdoc/en/reference/filesystem/functions/fopen.xml:1.22     Thu Feb 19 11:06:56 
2004
+++ phpdoc/en/reference/filesystem/functions/fopen.xml  Wed Apr 14 01:28:54 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.22 $ -->
+<!-- $Revision: 1.23 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fopen">
    <refnamediv>
@@ -55,6 +55,7 @@
       <parameter>zcontext</parameter> parameter , refer to <xref 
linkend="ref.stream"/>.
      </simpara>
     </note>
+    &note.context-support;
     <para>
      The <parameter>mode</parameter> parameter specifies the type of access
      you require to the stream.  It may be any of the following:

Reply via email to