sander          Sat Jun 15 04:41:37 2002 EDT

  Modified files:              
    /phpdoc/en/reference/curl/functions curl-close.xml curl-errno.xml 
                                        curl-error.xml curl-exec.xml 
                                        curl-getinfo.xml curl-init.xml 
                                        curl-setopt.xml 
  Log:
  cURL uses resources, not ints
  
  
Index: phpdoc/en/reference/curl/functions/curl-close.xml
diff -u phpdoc/en/reference/curl/functions/curl-close.xml:1.2 
phpdoc/en/reference/curl/functions/curl-close.xml:1.3
--- phpdoc/en/reference/curl/functions/curl-close.xml:1.2       Wed Apr 17 02:37:03 
2002
+++ phpdoc/en/reference/curl/functions/curl-close.xml   Sat Jun 15 04:41:36 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/curl.xml, last change in rev 1.1 -->
   <refentry id="function.curl-close">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>void</type><methodname>curl_close</methodname>
-      <methodparam><type>int</type><parameter>ch</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
      </methodsynopsis>
     <para>
      This function closes a CURL session and frees all resources.
Index: phpdoc/en/reference/curl/functions/curl-errno.xml
diff -u phpdoc/en/reference/curl/functions/curl-errno.xml:1.2 
phpdoc/en/reference/curl/functions/curl-errno.xml:1.3
--- phpdoc/en/reference/curl/functions/curl-errno.xml:1.2       Wed Apr 17 02:37:04 
2002
+++ phpdoc/en/reference/curl/functions/curl-errno.xml   Sat Jun 15 04:41:36 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/curl.xml, last change in rev 1.21 -->
   <refentry id='function.curl-errno'>
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>int</type><methodname>curl_errno</methodname>
-      <methodparam><type>int</type><parameter>ch</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
      </methodsynopsis>
     <para>
      &warn.undocumented.func;
Index: phpdoc/en/reference/curl/functions/curl-error.xml
diff -u phpdoc/en/reference/curl/functions/curl-error.xml:1.2 
phpdoc/en/reference/curl/functions/curl-error.xml:1.3
--- phpdoc/en/reference/curl/functions/curl-error.xml:1.2       Wed Apr 17 02:37:04 
2002
+++ phpdoc/en/reference/curl/functions/curl-error.xml   Sat Jun 15 04:41:36 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/curl.xml, last change in rev 1.21 -->
   <refentry id='function.curl-error'>
    <refnamediv>
@@ -12,7 +12,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>string</type><methodname>curl_error</methodname>
-      <methodparam><type>int</type><parameter>ch</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
      </methodsynopsis>
     <para>
      &warn.undocumented.func;
Index: phpdoc/en/reference/curl/functions/curl-exec.xml
diff -u phpdoc/en/reference/curl/functions/curl-exec.xml:1.2 
phpdoc/en/reference/curl/functions/curl-exec.xml:1.3
--- phpdoc/en/reference/curl/functions/curl-exec.xml:1.2        Wed Apr 17 02:37:04 
2002
+++ phpdoc/en/reference/curl/functions/curl-exec.xml    Sat Jun 15 04:41:36 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/curl.xml, last change in rev 1.1 -->
   <refentry id="function.curl-exec">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>curl_exec</methodname>
-      <methodparam><type>int</type><parameter>ch</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
      </methodsynopsis>
     <para>
      This function should be called after you initialize a CURL
Index: phpdoc/en/reference/curl/functions/curl-getinfo.xml
diff -u phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.2 
phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.3
--- phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.2     Wed Apr 17 02:37:05 
2002
+++ phpdoc/en/reference/curl/functions/curl-getinfo.xml Sat Jun 15 04:41:36 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/curl.xml, last change in rev 1.21 -->
   <refentry id='function.curl-getinfo'>
    <refnamediv>
@@ -12,7 +12,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>string</type><methodname>curl_getinfo</methodname>
-      <methodparam><type>int</type><parameter>ch</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
       <methodparam><type>int</type><parameter>opt</parameter></methodparam>
      </methodsynopsis>
     <para>
Index: phpdoc/en/reference/curl/functions/curl-init.xml
diff -u phpdoc/en/reference/curl/functions/curl-init.xml:1.2 
phpdoc/en/reference/curl/functions/curl-init.xml:1.3
--- phpdoc/en/reference/curl/functions/curl-init.xml:1.2        Wed Apr 17 02:37:05 
2002
+++ phpdoc/en/reference/curl/functions/curl-init.xml    Sat Jun 15 04:41:36 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/curl.xml, last change in rev 1.1 -->
   <refentry id="function.curl-init">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>curl_init</methodname>
+      <type>resource</type><methodname>curl_init</methodname>
       <methodparam 
choice="opt"><type>string</type><parameter>url</parameter></methodparam>
      </methodsynopsis>
     <para>
Index: phpdoc/en/reference/curl/functions/curl-setopt.xml
diff -u phpdoc/en/reference/curl/functions/curl-setopt.xml:1.2 
phpdoc/en/reference/curl/functions/curl-setopt.xml:1.3
--- phpdoc/en/reference/curl/functions/curl-setopt.xml:1.2      Wed Apr 17 02:37:05 
2002
+++ phpdoc/en/reference/curl/functions/curl-setopt.xml  Sat Jun 15 04:41:36 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/curl.xml, last change in rev 1.1 -->
   <refentry id="function.curl-setopt">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>curl_setopt</methodname>
-      <methodparam><type>int</type><parameter>ch</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
       <methodparam><type>string</type><parameter>option</parameter></methodparam>
       <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
      </methodsynopsis>


Reply via email to