vrana           Fri Aug 17 09:56:05 2007 UTC

  Modified files:              
    /phpdoc/en/appendices       resources.xml 
  Log:
  opendir() and popen() are return stream (bug #41122)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/resources.xml?r1=1.36&r2=1.37&diff_format=u
Index: phpdoc/en/appendices/resources.xml
diff -u phpdoc/en/appendices/resources.xml:1.36 
phpdoc/en/appendices/resources.xml:1.37
--- phpdoc/en/appendices/resources.xml:1.36     Wed Jun 20 22:24:10 2007
+++ phpdoc/en/appendices/resources.xml  Fri Aug 17 09:56:04 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.36 $ -->
+<!-- $Revision: 1.37 $ -->
 <appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook";>
  <title>List of Resource Types</title>
  <para>
@@ -2154,7 +2154,7 @@
      <entry> </entry>
     </row>
    <row>
-    <entry>dir</entry>
+    <entry>stream</entry>
     <entry>
      <function>opendir</function>
     </entry>
@@ -2198,7 +2198,7 @@
     <entry>File handle</entry>
    </row>
    <row>
-    <entry>pipe</entry>
+    <entry>stream</entry>
     <entry>
      <function>popen</function>
     </entry>

Reply via email to