hholzgra                Sun Jan 15 01:35:48 2006 UTC

  Modified files:              
    /phpdoc/en/internals/tsrm/functions virtual_chdir_file.xml 
  Log:
  proto fix (the generator script is not clever enough to deal with function 
pointer types
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_chdir_file.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_chdir_file.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_chdir_file.xml:1.3 
phpdoc/en/internals/tsrm/functions/virtual_chdir_file.xml:1.4
--- phpdoc/en/internals/tsrm/functions/virtual_chdir_file.xml:1.3       Sun Jan 
15 00:44:47 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_chdir_file.xml   Sun Jan 15 
01:35:48 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="zend-api.virtual-chdir-file">
  <refnamediv>
   <refname>virtual_chdir_file</refname>
@@ -12,7 +12,7 @@
   <methodsynopsis>
    <type>int</type><methodname>virtual_chdir_file</methodname>
     <methodparam><type>const 
char*</type><parameter>path</parameter></methodparam>
-    <methodparam><type>int (*p_chdir)(const char 
*path</type><parameter>TSRMLS_DC)</parameter></methodparam>
+    <methodparam><type>int (*p_chdir)(const char *path 
TSRMLS_DC)</type><parameter>chdir_func</parameter></methodparam>
     
<methodparam><type>magic</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -33,7 +33,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>TSRMLS_DC)</parameter></term>
+     <term><parameter>chdir_func</parameter></term>
      <listitem>
       <para>
        ...

Reply via email to