vrana           Fri Nov 19 05:16:39 2004 EDT

  Modified files:              
    /phpdoc/en/reference/curl/functions curl-setopt.xml 
    /phpdoc/en/reference/ircg/functions ircg-msg.xml 
  Log:
  Fix proto types
  
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/functions/curl-setopt.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/curl/functions/curl-setopt.xml
diff -u phpdoc/en/reference/curl/functions/curl-setopt.xml:1.15 
phpdoc/en/reference/curl/functions/curl-setopt.xml:1.16
--- phpdoc/en/reference/curl/functions/curl-setopt.xml:1.15     Mon Nov 15 
09:38:32 2004
+++ phpdoc/en/reference/curl/functions/curl-setopt.xml  Fri Nov 19 05:16:38 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
 <!-- splitted from ./en/functions/curl.xml, last change in rev 1.1 -->
   <refentry id="function.curl-setopt">
    <refnamediv>
@@ -11,7 +11,7 @@
      <methodsynopsis>
       <type>bool</type><methodname>curl_setopt</methodname>
       <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
-      
<methodparam><type>integer</type><parameter>option</parameter></methodparam>
+      <methodparam><type>int</type><parameter>option</parameter></methodparam>
       <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
      </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/ircg/functions/ircg-msg.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/ircg/functions/ircg-msg.xml
diff -u phpdoc/en/reference/ircg/functions/ircg-msg.xml:1.4 
phpdoc/en/reference/ircg/functions/ircg-msg.xml:1.5
--- phpdoc/en/reference/ircg/functions/ircg-msg.xml:1.4 Thu Feb 13 09:21:44 2003
+++ phpdoc/en/reference/ircg/functions/ircg-msg.xml     Fri Nov 19 05:16:39 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
   <refentry id="function.ircg-msg">
    <refnamediv>
@@ -15,7 +15,7 @@
       
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
       
<methodparam><type>string</type><parameter>recipient</parameter></methodparam>
       
<methodparam><type>string</type><parameter>message</parameter></methodparam>
-      <methodparam 
choice="opt"><type>boolean</type><parameter>suppress</parameter></methodparam>
+      <methodparam 
choice="opt"><type>bool</type><parameter>suppress</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>ircg_msg</function> will send the message to a channel

Reply via email to