hholzgra Sat Jan 14 21:44:23 2006 UTC
Modified files:
/phpdoc/en/internals/zendapi/macros ZEND_MOD_CONFLICTS.xml
ZEND_MOD_CONFLICTS_EX.xml
ZEND_MOD_OPTIONAL.xml
ZEND_MOD_OPTIONAL_EX.xml
ZEND_MOD_REQUIRED.xml
ZEND_MOD_REQUIRED_EX.xml
Log:
manual prototype fixes for newly added macros from zend_modules.h
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/zendapi/macros/ZEND_MOD_CONFLICTS.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/zendapi/macros/ZEND_MOD_CONFLICTS.xml
diff -u phpdoc/en/internals/zendapi/macros/ZEND_MOD_CONFLICTS.xml:1.1
phpdoc/en/internals/zendapi/macros/ZEND_MOD_CONFLICTS.xml:1.2
--- phpdoc/en/internals/zendapi/macros/ZEND_MOD_CONFLICTS.xml:1.1 Sat Jan
14 21:29:19 2006
+++ phpdoc/en/internals/zendapi/macros/ZEND_MOD_CONFLICTS.xml Sat Jan 14
21:44:22 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-MOD-CONFLICTS">
<refnamediv>
<refname>ZEND_MOD_CONFLICTS</refname>
@@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>???</type><methodname>ZEND_MOD_CONFLICTS</methodname>
- <methodparam><type>???</type><parameter>name</parameter></methodparam>
+ <void/><methodname>ZEND_MOD_CONFLICTS</methodname>
+ <methodparam><type>char *</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/zendapi/macros/ZEND_MOD_CONFLICTS_EX.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/zendapi/macros/ZEND_MOD_CONFLICTS_EX.xml
diff -u phpdoc/en/internals/zendapi/macros/ZEND_MOD_CONFLICTS_EX.xml:1.1
phpdoc/en/internals/zendapi/macros/ZEND_MOD_CONFLICTS_EX.xml:1.2
--- phpdoc/en/internals/zendapi/macros/ZEND_MOD_CONFLICTS_EX.xml:1.1 Sat Jan
14 21:29:19 2006
+++ phpdoc/en/internals/zendapi/macros/ZEND_MOD_CONFLICTS_EX.xml Sat Jan
14 21:44:22 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-MOD-CONFLICTS-EX">
<refnamediv>
<refname>ZEND_MOD_CONFLICTS_EX</refname>
@@ -9,10 +9,10 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>???</type><methodname>ZEND_MOD_CONFLICTS_EX</methodname>
- <methodparam><type>???</type><parameter>name</parameter></methodparam>
- <methodparam><type>???</type><parameter>rel</parameter></methodparam>
- <methodparam><type>???</type><parameter>ver</parameter></methodparam>
+ <void/><methodname>ZEND_MOD_CONFLICTS_EX</methodname>
+ <methodparam><type>char *</type><parameter>name</parameter></methodparam>
+ <methodparam><type>char *</type><parameter>rel</parameter></methodparam>
+ <methodparam><type>char *</type><parameter>ver</parameter></methodparam>
</methodsynopsis>
<para>
...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/zendapi/macros/ZEND_MOD_OPTIONAL.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/zendapi/macros/ZEND_MOD_OPTIONAL.xml
diff -u phpdoc/en/internals/zendapi/macros/ZEND_MOD_OPTIONAL.xml:1.1
phpdoc/en/internals/zendapi/macros/ZEND_MOD_OPTIONAL.xml:1.2
--- phpdoc/en/internals/zendapi/macros/ZEND_MOD_OPTIONAL.xml:1.1 Sat Jan
14 21:29:19 2006
+++ phpdoc/en/internals/zendapi/macros/ZEND_MOD_OPTIONAL.xml Sat Jan 14
21:44:22 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-MOD-OPTIONAL">
<refnamediv>
<refname>ZEND_MOD_OPTIONAL</refname>
@@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>???</type><methodname>ZEND_MOD_OPTIONAL</methodname>
- <methodparam><type>???</type><parameter>name</parameter></methodparam>
+ <void/><methodname>ZEND_MOD_OPTIONAL</methodname>
+ <methodparam><type>char *</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/zendapi/macros/ZEND_MOD_OPTIONAL_EX.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/zendapi/macros/ZEND_MOD_OPTIONAL_EX.xml
diff -u phpdoc/en/internals/zendapi/macros/ZEND_MOD_OPTIONAL_EX.xml:1.1
phpdoc/en/internals/zendapi/macros/ZEND_MOD_OPTIONAL_EX.xml:1.2
--- phpdoc/en/internals/zendapi/macros/ZEND_MOD_OPTIONAL_EX.xml:1.1 Sat Jan
14 21:29:19 2006
+++ phpdoc/en/internals/zendapi/macros/ZEND_MOD_OPTIONAL_EX.xml Sat Jan 14
21:44:22 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-MOD-OPTIONAL-EX">
<refnamediv>
<refname>ZEND_MOD_OPTIONAL_EX</refname>
@@ -9,10 +9,10 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>???</type><methodname>ZEND_MOD_OPTIONAL_EX</methodname>
- <methodparam><type>???</type><parameter>name</parameter></methodparam>
- <methodparam><type>???</type><parameter>rel</parameter></methodparam>
- <methodparam><type>???</type><parameter>ver</parameter></methodparam>
+ <void/><methodname>ZEND_MOD_OPTIONAL_EX</methodname>
+ <methodparam><type>char *</type><parameter>name</parameter></methodparam>
+ <methodparam><type>char *</type><parameter>rel</parameter></methodparam>
+ <methodparam><type>char *</type><parameter>ver</parameter></methodparam>
</methodsynopsis>
<para>
...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/zendapi/macros/ZEND_MOD_REQUIRED.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/zendapi/macros/ZEND_MOD_REQUIRED.xml
diff -u phpdoc/en/internals/zendapi/macros/ZEND_MOD_REQUIRED.xml:1.1
phpdoc/en/internals/zendapi/macros/ZEND_MOD_REQUIRED.xml:1.2
--- phpdoc/en/internals/zendapi/macros/ZEND_MOD_REQUIRED.xml:1.1 Sat Jan
14 21:29:19 2006
+++ phpdoc/en/internals/zendapi/macros/ZEND_MOD_REQUIRED.xml Sat Jan 14
21:44:22 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-MOD-REQUIRED">
<refnamediv>
<refname>ZEND_MOD_REQUIRED</refname>
@@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>???</type><methodname>ZEND_MOD_REQUIRED</methodname>
- <methodparam><type>???</type><parameter>name</parameter></methodparam>
+ <void/><methodname>ZEND_MOD_REQUIRED</methodname>
+ <methodparam><type>char *</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/zendapi/macros/ZEND_MOD_REQUIRED_EX.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/zendapi/macros/ZEND_MOD_REQUIRED_EX.xml
diff -u phpdoc/en/internals/zendapi/macros/ZEND_MOD_REQUIRED_EX.xml:1.1
phpdoc/en/internals/zendapi/macros/ZEND_MOD_REQUIRED_EX.xml:1.2
--- phpdoc/en/internals/zendapi/macros/ZEND_MOD_REQUIRED_EX.xml:1.1 Sat Jan
14 21:29:19 2006
+++ phpdoc/en/internals/zendapi/macros/ZEND_MOD_REQUIRED_EX.xml Sat Jan 14
21:44:22 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.ZEND-MOD-REQUIRED-EX">
<refnamediv>
<refname>ZEND_MOD_REQUIRED_EX</refname>
@@ -9,10 +9,10 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>???</type><methodname>ZEND_MOD_REQUIRED_EX</methodname>
- <methodparam><type>???</type><parameter>name</parameter></methodparam>
- <methodparam><type>???</type><parameter>rel</parameter></methodparam>
- <methodparam><type>???</type><parameter>ver</parameter></methodparam>
+ <void/><methodname>ZEND_MOD_REQUIRED_EX</methodname>
+ <methodparam><type>char *</type><parameter>name</parameter></methodparam>
+ <methodparam><type>char *</type><parameter>rel</parameter></methodparam>
+ <methodparam><type>char *</type><parameter>ver</parameter></methodparam>
</methodsynopsis>
<para>
...