hholzgra                Sun Jan 15 01:35:12 2006 UTC

  Modified files:              
    /phpdoc/en/internals/tsrm/macros    VCWD_ACCESS.xml VCWD_CHDIR.xml 
                                        VCWD_CHDIR_FILE.xml VCWD_CHMOD.xml 
                                        VCWD_CHOWN.xml VCWD_CREAT.xml 
                                        VCWD_FOPEN.xml VCWD_GETCWD.xml 
                                        VCWD_GETWD.xml VCWD_LCHOWN.xml 
                                        VCWD_LSTAT.xml VCWD_MKDIR.xml 
                                        VCWD_OPEN.xml VCWD_OPENDIR.xml 
                                        VCWD_OPEN_MODE.xml VCWD_POPEN.xml 
                                        VCWD_REALPATH.xml VCWD_RENAME.xml 
                                        VCWD_RMDIR.xml VCWD_STAT.xml 
                                        VCWD_UNLINK.xml VCWD_UTIME.xml 
  Log:
  parameter types added manually
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_ACCESS.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_ACCESS.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_ACCESS.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_ACCESS.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_ACCESS.xml:1.1 Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_ACCESS.xml     Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-ACCESS">
  <refnamediv>
   <refname>VCWD_ACCESS</refname>
@@ -9,9 +9,9 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_ACCESS</methodname>
-    <methodparam><type>???</type><parameter>pathname</parameter></methodparam>
-    <methodparam><type>???</type><parameter>mode</parameter></methodparam>
+   <type>int</type><methodname>VCWD_ACCESS</methodname>
+    <methodparam><type>const char 
*</type><parameter>pathname</parameter></methodparam>
+    <methodparam><type>mode_t</type><parameter>mode</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_CHDIR.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_CHDIR.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_CHDIR.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_CHDIR.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_CHDIR.xml:1.1  Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_CHDIR.xml      Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-CHDIR">
  <refnamediv>
   <refname>VCWD_CHDIR</refname>
@@ -9,8 +9,8 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_CHDIR</methodname>
-    <methodparam><type>???</type><parameter>path</parameter></methodparam>
+   <type>int</type><methodname>VCWD_CHDIR</methodname>
+    <methodparam><type>char *</type><parameter>path</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_CHDIR_FILE.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_CHDIR_FILE.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_CHDIR_FILE.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_CHDIR_FILE.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_CHDIR_FILE.xml:1.1     Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_CHDIR_FILE.xml Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-CHDIR-FILE">
  <refnamediv>
   <refname>VCWD_CHDIR_FILE</refname>
@@ -9,8 +9,8 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_CHDIR_FILE</methodname>
-    <methodparam><type>???</type><parameter>path</parameter></methodparam>
+   <type>inttype><methodname>VCWD_CHDIR_FILE</methodname>
+    <methodparam><type>char *</type><parameter>path</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_CHMOD.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_CHMOD.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_CHMOD.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_CHMOD.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_CHMOD.xml:1.1  Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_CHMOD.xml      Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-CHMOD">
  <refnamediv>
   <refname>VCWD_CHMOD</refname>
@@ -9,9 +9,9 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_CHMOD</methodname>
-    <methodparam><type>???</type><parameter>path</parameter></methodparam>
-    <methodparam><type>???</type><parameter>mode</parameter></methodparam>
+   <type>int</type><methodname>VCWD_CHMOD</methodname>
+    <methodparam><type>char *</type><parameter>path</parameter></methodparam>
+    <methodparam><type>mode_t</type><parameter>mode</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_CHOWN.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_CHOWN.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_CHOWN.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_CHOWN.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_CHOWN.xml:1.1  Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_CHOWN.xml      Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-CHOWN">
  <refnamediv>
   <refname>VCWD_CHOWN</refname>
@@ -9,10 +9,10 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_CHOWN</methodname>
-    <methodparam><type>???</type><parameter>path</parameter></methodparam>
-    <methodparam><type>???</type><parameter>owner</parameter></methodparam>
-    <methodparam><type>???</type><parameter>group</parameter></methodparam>
+   <type>int</type><methodname>VCWD_CHOWN</methodname>
+    <methodparam><type>char *</type><parameter>path</parameter></methodparam>
+    <methodparam><type>uid_t</type><parameter>owner</parameter></methodparam>
+    <methodparam><type>gid_t</type><parameter>group</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_CREAT.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_CREAT.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_CREAT.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_CREAT.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_CREAT.xml:1.1  Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_CREAT.xml      Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-CREAT">
  <refnamediv>
   <refname>VCWD_CREAT</refname>
@@ -9,9 +9,9 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_CREAT</methodname>
-    <methodparam><type>???</type><parameter>path</parameter></methodparam>
-    <methodparam><type>???</type><parameter>mode</parameter></methodparam>
+   <type>int</type><methodname>VCWD_CREAT</methodname>
+    <methodparam><type>char *</type><parameter>path</parameter></methodparam>
+    <methodparam><type>mode_t</type><parameter>mode</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_FOPEN.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_FOPEN.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_FOPEN.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_FOPEN.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_FOPEN.xml:1.1  Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_FOPEN.xml      Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-FOPEN">
  <refnamediv>
   <refname>VCWD_FOPEN</refname>
@@ -9,9 +9,9 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_FOPEN</methodname>
-    <methodparam><type>???</type><parameter>path</parameter></methodparam>
-    <methodparam><type>???</type><parameter>mode</parameter></methodparam>
+   <type>FILE *</type><methodname>VCWD_FOPEN</methodname>
+    <methodparam><type>char *</type><parameter>path</parameter></methodparam>
+    <methodparam><type>char *</type><parameter>mode</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_GETCWD.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_GETCWD.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_GETCWD.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_GETCWD.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_GETCWD.xml:1.1 Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_GETCWD.xml     Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-GETCWD">
  <refnamediv>
   <refname>VCWD_GETCWD</refname>
@@ -9,9 +9,9 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_GETCWD</methodname>
-    <methodparam><type>???</type><parameter>buff</parameter></methodparam>
-    <methodparam><type>???</type><parameter>size</parameter></methodparam>
+   <type>char *</type><methodname>VCWD_GETCWD</methodname>
+    <methodparam><type>char *</type><parameter>buff</parameter></methodparam>
+    <methodparam><type>size_t</type><parameter>size</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_GETWD.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_GETWD.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_GETWD.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_GETWD.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_GETWD.xml:1.1  Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_GETWD.xml      Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-GETWD">
  <refnamediv>
   <refname>VCWD_GETWD</refname>
@@ -9,8 +9,8 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_GETWD</methodname>
-    <methodparam><type>???</type><parameter>buf</parameter></methodparam>
+   <type>char *</type><methodname>VCWD_GETWD</methodname>
+    <methodparam><type>char *</type><parameter>buf</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_LCHOWN.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_LCHOWN.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_LCHOWN.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_LCHOWN.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_LCHOWN.xml:1.1 Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_LCHOWN.xml     Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-LCHOWN">
  <refnamediv>
   <refname>VCWD_LCHOWN</refname>
@@ -9,10 +9,10 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_LCHOWN</methodname>
-    <methodparam><type>???</type><parameter>path</parameter></methodparam>
-    <methodparam><type>???</type><parameter>owner</parameter></methodparam>
-    <methodparam><type>???</type><parameter>group</parameter></methodparam>
+   <type>int</type><methodname>VCWD_LCHOWN</methodname>
+    <methodparam><type>char *</type><parameter>path</parameter></methodparam>
+    <methodparam><type>uid_t</type><parameter>owner</parameter></methodparam>
+    <methodparam><type>gid_t</type><parameter>group</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_LSTAT.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_LSTAT.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_LSTAT.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_LSTAT.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_LSTAT.xml:1.1  Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_LSTAT.xml      Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-LSTAT">
  <refnamediv>
   <refname>VCWD_LSTAT</refname>
@@ -9,9 +9,9 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_LSTAT</methodname>
-    <methodparam><type>???</type><parameter>path</parameter></methodparam>
-    <methodparam><type>???</type><parameter>buff</parameter></methodparam>
+   <type>int</type><methodname>VCWD_LSTAT</methodname>
+    <methodparam><type>char *</type><parameter>path</parameter></methodparam>
+    <methodparam><type>struct stat 
*</type><parameter>buff</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_MKDIR.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_MKDIR.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_MKDIR.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_MKDIR.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_MKDIR.xml:1.1  Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_MKDIR.xml      Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-MKDIR">
  <refnamediv>
   <refname>VCWD_MKDIR</refname>
@@ -9,9 +9,9 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_MKDIR</methodname>
-    <methodparam><type>???</type><parameter>pathname</parameter></methodparam>
-    <methodparam><type>???</type><parameter>mode</parameter></methodparam>
+   <type>int</type><methodname>VCWD_MKDIR</methodname>
+    <methodparam><type>char 
*</type><parameter>pathname</parameter></methodparam>
+    <methodparam><type>mode_t</type><parameter>mode</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_OPEN.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_OPEN.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_OPEN.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_OPEN.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_OPEN.xml:1.1   Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_OPEN.xml       Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-OPEN">
  <refnamediv>
   <refname>VCWD_OPEN</refname>
@@ -9,9 +9,9 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_OPEN</methodname>
-    <methodparam><type>???</type><parameter>path</parameter></methodparam>
-    <methodparam><type>???</type><parameter>flags</parameter></methodparam>
+   <type>int</type><methodname>VCWD_OPEN</methodname>
+    <methodparam><type>char *</type><parameter>path</parameter></methodparam>
+    <methodparam><type>int</type><parameter>flags</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_OPENDIR.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_OPENDIR.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_OPENDIR.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_OPENDIR.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_OPENDIR.xml:1.1        Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_OPENDIR.xml    Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-OPENDIR">
  <refnamediv>
   <refname>VCWD_OPENDIR</refname>
@@ -9,8 +9,8 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_OPENDIR</methodname>
-    <methodparam><type>???</type><parameter>pathname</parameter></methodparam>
+   <type>DIR *</type><methodname>VCWD_OPENDIR</methodname>
+    <methodparam><type>char 
*</type><parameter>pathname</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_OPEN_MODE.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_OPEN_MODE.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_OPEN_MODE.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_OPEN_MODE.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_OPEN_MODE.xml:1.1      Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_OPEN_MODE.xml  Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-OPEN-MODE">
  <refnamediv>
   <refname>VCWD_OPEN_MODE</refname>
@@ -9,10 +9,10 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_OPEN_MODE</methodname>
-    <methodparam><type>???</type><parameter>path</parameter></methodparam>
-    <methodparam><type>???</type><parameter>flags</parameter></methodparam>
-    <methodparam><type>???</type><parameter>mode</parameter></methodparam>
+   <type>int</type><methodname>VCWD_OPEN_MODE</methodname>
+    <methodparam><type>char *</type><parameter>path</parameter></methodparam>
+    <methodparam><type>int</type><parameter>flags</parameter></methodparam>
+    <methodparam><type>mode_t</type><parameter>mode</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_POPEN.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_POPEN.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_POPEN.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_POPEN.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_POPEN.xml:1.1  Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_POPEN.xml      Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-POPEN">
  <refnamediv>
   <refname>VCWD_POPEN</refname>
@@ -9,9 +9,9 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_POPEN</methodname>
-    <methodparam><type>???</type><parameter>command</parameter></methodparam>
-    <methodparam><type>???</type><parameter>type</parameter></methodparam>
+   <type>FILE *</type><methodname>VCWD_POPEN</methodname>
+    <methodparam><type>char 
*</type><parameter>command</parameter></methodparam>
+    <methodparam><type>char *</type><parameter>type</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_REALPATH.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_REALPATH.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_REALPATH.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_REALPATH.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_REALPATH.xml:1.1       Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_REALPATH.xml   Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-REALPATH">
  <refnamediv>
   <refname>VCWD_REALPATH</refname>
@@ -9,9 +9,9 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_REALPATH</methodname>
-    <methodparam><type>???</type><parameter>path</parameter></methodparam>
-    <methodparam><type>???</type><parameter>real_path</parameter></methodparam>
+   <type>char *</type><methodname>VCWD_REALPATH</methodname>
+    <methodparam><type>char *</type><parameter>path</parameter></methodparam>
+    <methodparam><type>char 
*</type><parameter>real_path</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_RENAME.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_RENAME.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_RENAME.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_RENAME.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_RENAME.xml:1.1 Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_RENAME.xml     Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-RENAME">
  <refnamediv>
   <refname>VCWD_RENAME</refname>
@@ -9,9 +9,9 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_RENAME</methodname>
-    <methodparam><type>???</type><parameter>oldname</parameter></methodparam>
-    <methodparam><type>???</type><parameter>newname</parameter></methodparam>
+   <type>int</type><methodname>VCWD_RENAME</methodname>
+    <methodparam><type>char 
*</type><parameter>oldname</parameter></methodparam>
+    <methodparam><type>char 
*</type><parameter>newname</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_RMDIR.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_RMDIR.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_RMDIR.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_RMDIR.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_RMDIR.xml:1.1  Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_RMDIR.xml      Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-RMDIR">
  <refnamediv>
   <refname>VCWD_RMDIR</refname>
@@ -9,8 +9,8 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_RMDIR</methodname>
-    <methodparam><type>???</type><parameter>pathname</parameter></methodparam>
+   <type>int</type><methodname>VCWD_RMDIR</methodname>
+    <methodparam><type>char 
*</type><parameter>pathname</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_STAT.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_STAT.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_STAT.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_STAT.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_STAT.xml:1.1   Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_STAT.xml       Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-STAT">
  <refnamediv>
   <refname>VCWD_STAT</refname>
@@ -9,9 +9,9 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_STAT</methodname>
-    <methodparam><type>???</type><parameter>path</parameter></methodparam>
-    <methodparam><type>???</type><parameter>buff</parameter></methodparam>
+   <type>int</type><methodname>VCWD_STAT</methodname>
+    <methodparam><type>char *</type><parameter>path</parameter></methodparam>
+    <methodparam><type>struct stat 
*</type><parameter>buff</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_UNLINK.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_UNLINK.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_UNLINK.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_UNLINK.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_UNLINK.xml:1.1 Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_UNLINK.xml     Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-UNLINK">
  <refnamediv>
   <refname>VCWD_UNLINK</refname>
@@ -9,8 +9,8 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_UNLINK</methodname>
-    <methodparam><type>???</type><parameter>path</parameter></methodparam>
+   <type>int</type><methodname>VCWD_UNLINK</methodname>
+    <methodparam><type>char *</type><parameter>path</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_UTIME.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_UTIME.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_UTIME.xml:1.1 
phpdoc/en/internals/tsrm/macros/VCWD_UTIME.xml:1.2
--- phpdoc/en/internals/tsrm/macros/VCWD_UTIME.xml:1.1  Sat Jan 14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_UTIME.xml      Sun Jan 15 01:35:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-macro.VCWD-UTIME">
  <refnamediv>
   <refname>VCWD_UTIME</refname>
@@ -9,9 +9,9 @@
  <refsect1 role="description">
   &reftitle.description;          
   <methodsynopsis>
-   <type>???</type><methodname>VCWD_UTIME</methodname>
-    <methodparam><type>???</type><parameter>path</parameter></methodparam>
-    <methodparam><type>???</type><parameter>time</parameter></methodparam>
+   <type>int</type><methodname>VCWD_UTIME</methodname>
+    <methodparam><type>char *</type><parameter>path</parameter></methodparam>
+    <methodparam><type>struct utimebuf 
*</type><parameter>time</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...

Reply via email to