ali             Sat Dec 13 15:49:01 2003 EDT

  Modified files:              
    /phpdoc/en/reference/curl/functions curl-setopt.xml 
  Log:
   - added <parameter>
   - changed TIMECONDITION to TIMEVALUE once
  
  
Index: phpdoc/en/reference/curl/functions/curl-setopt.xml
diff -u phpdoc/en/reference/curl/functions/curl-setopt.xml:1.5 
phpdoc/en/reference/curl/functions/curl-setopt.xml:1.6
--- phpdoc/en/reference/curl/functions/curl-setopt.xml:1.5      Thu Aug 21 20:27:34 
2003
+++ phpdoc/en/reference/curl/functions/curl-setopt.xml  Sat Dec 13 15:49:01 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/curl.xml, last change in rev 1.1 -->
   <refentry id="function.curl-setopt">
    <refnamediv>
@@ -125,7 +125,8 @@
        <simpara>
         <parameter>CURLOPT_PUT</parameter>: Set this option to a non-zero
         value to HTTP PUT a file.  The file to PUT must be set with
-        the CURLOPT_INFILE and CURLOPT_INFILESIZE.
+        the <parameter>CURLOPT_INFILE</parameter> and
+        <parameter>CURLOPT_INFILESIZE</parameter>.
        </simpara>
       </listitem>
       <listitem>
@@ -147,15 +148,16 @@
         <parameter>CURLOPT_LOW_SPEED_LIMIT</parameter>: Pass a long as
         a parameter that contains the transfer speed in bytes per
         second that the transfer should be below during
-        CURLOPT_LOW_SPEED_TIME seconds for PHP to consider it too slow
-        and abort.
+        <parameter>CURLOPT_LOW_SPEED_TIME</parameter> seconds for PHP to
+        consider too slow and abort.
        </simpara>
       </listitem>
       <listitem>
        <simpara>
         <parameter>CURLOPT_LOW_SPEED_TIME</parameter>: Pass a long as
         a parameter that contains the time in seconds that the
-        transfer should be below the CURLOPT_LOW_SPEED_LIMIT for PHP
+        transfer should be below the
+        <parameter>CURLOPT_LOW_SPEED_LIMIT</parameter> for PHP
         to consider it too slow and abort.
        </simpara>
       </listitem>
@@ -170,8 +172,8 @@
        <simpara>
         <parameter>CURLOPT_CAINFO</parameter>: Pass a filename of a file
         holding one or more certificates to verify the peer with.  This only
-        makes sense when used in combination with the <parameter>
-        CURLOPT_SSL_VERIFYPEER</parameter> option.
+        makes sense when used in combination with the 
+        <parameter>CURLOPT_SSL_VERIFYPEER</parameter> option.
        </simpara>
       </listitem>
       <listitem>
@@ -208,7 +210,8 @@
       <listitem>
        <simpara>
         <parameter>CURLOPT_TIMECONDITION</parameter>: Pass a long as a
-        parameter that defines how the CURLOPT_TIMEVALUE is treated.
+        parameter that defines how the
+        <parameter>CURLOPT_TIMEVALUE</parameter> is treated.
         You can set this parameter to TIMECOND_IFMODSINCE or
         TIMECOND_ISUNMODSINCE.  This is a HTTP-only feature.
        </simpara>
@@ -217,7 +220,8 @@
        <simpara>
         <parameter>CURLOPT_TIMEVALUE</parameter>: Pass a long as a
         parameter that is the time in seconds since January 1st, 1970.
-        The time will be used as specified by the CURLOPT_TIMEVALUE
+        The time will be used as specified by the
+        <parameter>CURLOPT_TIMECONDITION</parameter>
         option, or by default the TIMECOND_IFMODSINCE will be used.
        </simpara>
       </listitem>
@@ -311,8 +315,8 @@
       <listitem>
        <simpara>
         <parameter>CURLOPT_SSLCERTPASSWD</parameter>: Pass a string
-        containing the password required to use the CURLOPT_SSLCERT
-        certificate.
+        containing the password required to use the
+        <parameter>CURLOPT_SSLCERT</parameter> certificate.
        </simpara>
       </listitem>
       <listitem>

Reply via email to