[PHP-DOC] cvs: phpdoc /en/reference/curl constants.xml

2007-08-02 Thread Philip Olson
philip  Fri Aug  3 05:23:25 2007 UTC

  Modified files:  
/phpdoc/en/reference/curl   constants.xml 
  Log:
  Refer to curl_setopt() and curl_getinfo() for uses of these constants.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/curl/constants.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/reference/curl/constants.xml
diff -u phpdoc/en/reference/curl/constants.xml:1.15 
phpdoc/en/reference/curl/constants.xml:1.16
--- phpdoc/en/reference/curl/constants.xml:1.15 Fri Aug  3 05:15:15 2007
+++ phpdoc/en/reference/curl/constants.xml  Fri Aug  3 05:23:25 2007
@@ -1,5 +1,5 @@
 
-
+
 http://docbook.org/ns/docbook";>
  
   Constants
@@ -9,6 +9,11 @@
  
  &reftitle.constants;
  &extension.constants;
+ 
+  Descriptions and uses for these constants are described within the 
+  curl_setopt and curl_getinfo 
+  documentation.
+ 
  
   



[PHP-DOC] cvs: phpdoc /en/reference/curl constants.xml /en/reference/curl/functions curl-getinfo.xml

2007-08-02 Thread Philip Olson
philip  Fri Aug  3 05:15:16 2007 UTC

  Modified files:  
/phpdoc/en/reference/curl   constants.xml 
/phpdoc/en/reference/curl/functions curl-getinfo.xml 
  Log:
  CURLINFO_HEADER_OUT is available since PHP 5.1.3 (it was backported)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/curl/constants.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/curl/constants.xml
diff -u phpdoc/en/reference/curl/constants.xml:1.14 
phpdoc/en/reference/curl/constants.xml:1.15
--- phpdoc/en/reference/curl/constants.xml:1.14 Wed Jul  4 13:38:31 2007
+++ phpdoc/en/reference/curl/constants.xml  Fri Aug  3 05:15:15 2007
@@ -1,5 +1,5 @@
 
-
+
 http://docbook.org/ns/docbook";>
  
   Constants
@@ -1568,7 +1568,7 @@


 
- Available since PHP 6.0.0
+ Available since PHP 5.1.3
 

   
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/curl/functions/curl-getinfo.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/curl/functions/curl-getinfo.xml
diff -u phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.14 
phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.15
--- phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.14Wed Jun 20 
22:24:17 2007
+++ phpdoc/en/reference/curl/functions/curl-getinfo.xml Fri Aug  3 05:15:16 2007
@@ -1,5 +1,5 @@
 
-
+
 http://docbook.org/ns/docbook";>
  
   curl_getinfo
@@ -101,7 +101,7 @@
 
 
  
-  CURLINFO_HEADER_OUT - The request string sent. 
Available since PHP 6.0.0
+  CURLINFO_HEADER_OUT - The request string sent. 
Available since PHP 5.1.3
  
 
 


[PHP-DOC] cvs: phpdoc /en/reference/curl constants.xml

2007-07-04 Thread Antony Dovgal
tony2001Wed Jul  4 13:38:31 2007 UTC

  Modified files:  
/phpdoc/en/reference/curl   constants.xml 
  Log:
  add two new constants
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/curl/constants.xml?r1=1.13&r2=1.14&diff_format=u
Index: phpdoc/en/reference/curl/constants.xml
diff -u phpdoc/en/reference/curl/constants.xml:1.13 
phpdoc/en/reference/curl/constants.xml:1.14
--- phpdoc/en/reference/curl/constants.xml:1.13 Wed Jun 20 22:24:17 2007
+++ phpdoc/en/reference/curl/constants.xml  Wed Jul  4 13:38:31 2007
@@ -1,5 +1,5 @@
 
-
+
 http://docbook.org/ns/docbook";>
  
   Constants
@@ -125,6 +125,19 @@
  

  
+   CURLOPT_PRIVATE
+   (integer)
+ 
+ 
+   
+ Available since PHP 5.2.4
+   
+ 
+   
+ 
+ 
+   
+ 
CURLOPT_FTPSSLAUTH
(integer)
  
@@ -1511,6 +1524,19 @@
  
   

+CURLINFO_PRIVATE
+(integer)
+   
+   
+
+ Available since PHP 5.2.4
+
+   
+  
+ 
+ 
+  
+   
 CURLINFO_EFFECTIVE_URL
 (integer)



[PHP-DOC] cvs: phpdoc /en/reference/curl constants.xml /en/reference/image constants.xml /en/reference/imap constants.xml /en/reference/mbstring constants.xml

2007-05-24 Thread Hannes Magnusson
bjori   Thu May 24 13:40:51 2007 UTC

  Modified files:  
/phpdoc/en/reference/curl   constants.xml 
/phpdoc/en/reference/image  constants.xml 
/phpdoc/en/reference/imap   constants.xml 
/phpdoc/en/reference/mbstring   constants.xml 
  Log:
  Add few constants
  
  http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/curl/constants.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/curl/constants.xml
diff -u phpdoc/en/reference/curl/constants.xml:1.11 
phpdoc/en/reference/curl/constants.xml:1.12
--- phpdoc/en/reference/curl/constants.xml:1.11 Tue May 22 19:28:13 2007
+++ phpdoc/en/reference/curl/constants.xml  Thu May 24 13:40:51 2007
@@ -1,5 +1,5 @@
 
-
+
 
  
   Constants
@@ -361,6 +361,19 @@
  
   

+CURLOPT_FTP_CREATE_MISSING_DIRS
+(integer)
+   
+   
+
+ 
+
+   
+  
+ 
+ 
+  
+   
 CURLOPT_NETRC
 (integer)

@@ -1771,6 +1784,45 @@
  
   

+CURL_TIMECOND_IFMODSINCE
+(integer)
+   
+   
+
+
+
+   
+  
+ 
+ 
+  
+   
+CURL_TIMECOND_IFUNMODSINCE
+(integer)
+   
+   
+
+
+
+   
+  
+ 
+ 
+  
+   
+CURL_TIMECOND_LASTMOD
+(integer)
+   
+   
+
+
+
+   
+  
+ 
+ 
+  
+   
 CURL_VERSION_IPV6
 (integer)

http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/constants.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/image/constants.xml
diff -u phpdoc/en/reference/image/constants.xml:1.7 
phpdoc/en/reference/image/constants.xml:1.8
--- phpdoc/en/reference/image/constants.xml:1.7 Tue Jan 23 01:48:23 2007
+++ phpdoc/en/reference/image/constants.xml Thu May 24 13:40:51 2007
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.constants;
  &extension.constants;
@@ -182,6 +182,193 @@
   
   

+IMG_GD2_RAW 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_GD2_COMPRESSED 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_EFFECT_REPLACE 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_EFFECT_ALPHABLEND 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_EFFECT_NORMAL 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_EFFECT_OVERLAY 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_FILTER_NEGATE 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_FILTER_GRAYSCALE 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_FILTER_BRIGHTNESS 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_FILTER_CONTRAST 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_FILTER_COLORIZE 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_FILTER_EDGEDETECT 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_FILTER_GAUSSIAN_BLUR 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_FILTER_SELECTIVE_BLUR 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_FILTER_EMBOSS 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_FILTER_MEAN_REMOVAL 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMG_FILTER_SMOOTH 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
 IMAGETYPE_GIF 
 (integer)

http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/imap/constants.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/imap/constants.xml
diff -u phpdoc/en/reference/imap/constants.xml:1.3 
phpdoc/en/reference/imap/constants.xml:1.4
--- phpdoc/en/reference/imap/constants.xml:1.3  Mon Mar  8 09:18:35 2004
+++ phpdoc/en/reference/imap/constants.xml  Thu May 24 13:40:51 2007
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.constants;
  &extension.constants;
@@ -644,6 +644,94 @@
 

   
+  
+   
+IMAP_OPENTIMEOUT 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMAP_READTIMEOUT 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMAP_WRITETIMEOUT 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+IMAP_CLOSETIMEOUT 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+LATT_REFERRAL 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+LATT_HASCHILDREN 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+LATT_HASNOCHILDREN 
+(integer)
+   
+   
+
+ 
+
+   
+  
+  
+   
+TYPEMODEL 
+(integer)
+   
+   
+
+ 
+
+   
+  
  
 
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mbstring/constants.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/mbstring/constants.xml
diff -u phpdoc/en/reference/mbstring/constants.xml:1.2 
phpdoc/en/reference/mbstring/constants.xml:1.3
--- phpdoc/en/reference/mbstring/constants.xml:1.2  Wed May 28 23:03:08 2003
+++ phpdoc/en/reference/mbstring/constants.xml  Thu May 24 13:40:51 2007
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.constants;
  &extension.constants;
@@ -37,6 +37,39 @@
 

   
+  
+   
+

Re: [PHP-DOC] cvs: phpdoc /en/reference/curl constants.xml reference.xml

2007-03-06 Thread Philip Olson


  Moved cURL constants to their own page, possibly a model for all  
extensions.


You probably didn't notice that you broke all translations with own
curl/reference.xml but without own curl/constants.xml (cs at least):


I just now tested all the others and they are fine, so luckily only  
CS broke due to this change.


/usr/bin/openjade:/dat/dev/php/phpdoc/en/reference/curl/ 
constants.xml:3:29:E: document type does not allow element  
"refentry" here


Please check the translations before applying this model to other
extensions.


Will do!

Regards,
Philip


Re: [PHP-DOC] cvs: phpdoc /en/reference/curl constants.xml reference.xml

2007-03-06 Thread Jakub Vrana
Philip Olson wrote:
>   Moved cURL constants to their own page, possibly a model for all extensions.
  
You probably didn't notice that you broke all translations with own
curl/reference.xml but without own curl/constants.xml (cs at least):

[EMAIL PROTECTED] wrote:
> /usr/bin/openjade:/dat/dev/php/phpdoc/en/reference/curl/constants.xml:3:29:E: 
> document type does not allow element "refentry" here

Please check the translations before applying this model to other
extensions.

Jakub Vrana


[PHP-DOC] cvs: phpdoc /en/reference/curl constants.xml reference.xml

2007-03-04 Thread Philip Olson
philip  Sun Mar  4 09:22:06 2007 UTC

  Modified files:  
/phpdoc/en/reference/curl   reference.xml constants.xml 
  Log:
  Moved cURL constants to their own page, possibly a model for all extensions.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/curl/reference.xml?r1=1.16&r2=1.17&diff_format=u
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.16 
phpdoc/en/reference/curl/reference.xml:1.17
--- phpdoc/en/reference/curl/reference.xml:1.16 Sat Mar  3 22:12:00 2007
+++ phpdoc/en/reference/curl/reference.xml  Sun Mar  4 09:22:06 2007
@@ -1,5 +1,5 @@
 
-
+
 
 
 
@@ -46,8 +46,13 @@
  handle.
 

-
-   &reference.curl.constants;
+   
+   
+&reftitle.constants;
+
+ See also the cURL Predefined 
Constants
+
+   


 &reftitle.examples;
@@ -86,6 +91,8 @@
 
   
 
+  &reference.curl.constants;
+
   &reference.curl.functions;
 
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/curl/constants.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/curl/constants.xml
diff -u phpdoc/en/reference/curl/constants.xml:1.8 
phpdoc/en/reference/curl/constants.xml:1.9
--- phpdoc/en/reference/curl/constants.xml:1.8  Tue Nov 14 13:01:32 2006
+++ phpdoc/en/reference/curl/constants.xml  Sun Mar  4 09:22:06 2007
@@ -1,6 +1,12 @@
 
-
-
+
+
+ 
+  Constants
+  Curl Predefined Constants
+ 
+ 
+ 
  &reftitle.constants;
  &extension.constants;
  
@@ -2861,7 +2867,8 @@

   
  
-
+
+
 
 

[PHP-DOC] cvs: phpdoc /en/reference/curl constants.xml /en/reference/curl/functions curl-getinfo.xml

2006-08-12 Thread Nuno Lopes
nlopess Sat Aug 12 17:21:09 2006 UTC

  Modified files:  
/phpdoc/en/reference/curl   constants.xml 
/phpdoc/en/reference/curl/functions curl-getinfo.xml 
  Log:
  document CURLINFO_HEADER_OUT
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/curl/constants.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/curl/constants.xml
diff -u phpdoc/en/reference/curl/constants.xml:1.6 
phpdoc/en/reference/curl/constants.xml:1.7
--- phpdoc/en/reference/curl/constants.xml:1.6  Sun Jul 17 15:44:47 2005
+++ phpdoc/en/reference/curl/constants.xml  Sat Aug 12 17:21:09 2006
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.constants;
  &extension.constants;
@@ -1408,6 +1408,19 @@
  
   

+CURLINFO_HEADER_OUT
+(integer)
+   
+   
+
+ Available since PHP 6.0.0
+
+   
+  
+ 
+ 
+  
+   
 CURLINFO_HEADER_SIZE
 (integer)

http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/curl/functions/curl-getinfo.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/curl/functions/curl-getinfo.xml
diff -u phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.8 
phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.9
--- phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.8 Thu Jun 23 
16:53:19 2005
+++ phpdoc/en/reference/curl/functions/curl-getinfo.xml Sat Aug 12 17:21:09 2006
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -90,6 +90,11 @@
   
   

+"CURLINFO_HEADER_OUT" - The request string sent. Available since PHP 
6.0.0
+   
+  
+  
+   
 "CURLINFO_REQUEST_SIZE" - Total size of issued requests, currently 
only for HTTP requests

   


[PHP-DOC] cvs: phpdoc /en/reference/curl constants.xml /en/reference/curl/functions curl-setopt.xml

2005-07-17 Thread Nuno Lopes
nlopess Sun Jul 17 11:44:50 2005 EDT

  Modified files:  
/phpdoc/en/reference/curl   constants.xml 
/phpdoc/en/reference/curl/functions curl-setopt.xml 
  Log:
  add CURLOPT_AUTOREFERER and CURLOPT_COOKIESESSION
  
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/constants.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/curl/constants.xml
diff -u phpdoc/en/reference/curl/constants.xml:1.5 
phpdoc/en/reference/curl/constants.xml:1.6
--- phpdoc/en/reference/curl/constants.xml:1.5  Mon Nov 15 09:38:31 2004
+++ phpdoc/en/reference/curl/constants.xml  Sun Jul 17 11:44:47 2005
@@ -1,11 +1,33 @@
 
-
+
 
  &reftitle.constants;
  &extension.constants;
  
   

+CURLOPT_AUTOREFERER
+(integer)
+   
+   
+
+ Available since PHP 5.1.0
+
+   
+  
+  
+   
+CURLOPT_COOKIESESSION
+(integer)
+   
+   
+
+ Available since PHP 5.1.0
+
+   
+  
+  
+   
 CURLOPT_DNS_USE_GLOBAL_CACHE
 (integer)

http://cvs.php.net/diff.php/phpdoc/en/reference/curl/functions/curl-setopt.xml?r1=1.19&r2=1.20&ty=u
Index: phpdoc/en/reference/curl/functions/curl-setopt.xml
diff -u phpdoc/en/reference/curl/functions/curl-setopt.xml:1.19 
phpdoc/en/reference/curl/functions/curl-setopt.xml:1.20
--- phpdoc/en/reference/curl/functions/curl-setopt.xml:1.19 Wed Jul  6 
17:04:54 2005
+++ phpdoc/en/reference/curl/functions/curl-setopt.xml  Sun Jul 17 11:44:49 2005
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -34,6 +34,16 @@


 
+ CURLOPT_AUTOREFERER
+ 
+  &true; to automatically set the Referer: field in
+  requests where it follows a Location: redirect.
+ 
+ 
+  Available since PHP 5.1.0.
+ 
+
+
  CURLOPT_BINARYTRANSFER
  
   &true; to return the raw output when
@@ -43,6 +53,20 @@
  
 
 
+ CURLOPT_COOKIESESSION
+ 
+  &true; to mark this as a new cookie "session". It will force libcurl
+  to ignore all cookies it is about to load that are "session cookies"
+  from the previous session. By default, libcurl always stores and
+  loads all cookies, independent if they are session cookies are not.
+  Session cookies are cookies without expiry date and they are meant
+  to be alive and existing for this "session" only.
+ 
+ 
+  Available since PHP 5.1.0.
+ 
+
+
  CURLOPT_CRLF
  
   &true; to convert Unix newlines to CRLF newlines


[PHP-DOC] cvs: phpdoc /en/reference/curl constants.xml /en/reference/curl/functions curl-setopt.xml

2004-11-15 Thread Nuno Lopes
nlopess Mon Nov 15 09:38:33 2004 EDT

  Modified files:  
/phpdoc/en/reference/curl   constants.xml 
/phpdoc/en/reference/curl/functions curl-setopt.xml 
  Log:
  document new curl constants about FTP auth
  
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/constants.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/curl/constants.xml
diff -u phpdoc/en/reference/curl/constants.xml:1.4 
phpdoc/en/reference/curl/constants.xml:1.5
--- phpdoc/en/reference/curl/constants.xml:1.4  Wed Aug 18 23:24:01 2004
+++ phpdoc/en/reference/curl/constants.xml  Mon Nov 15 09:38:31 2004
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.constants;
  &extension.constants;
@@ -32,6 +32,19 @@
  
   

+CURLOPT_FTPSSLAUTH
+(integer)
+   
+   
+
+ Available since PHP 5.1.0
+
+   
+  
+ 
+ 
+  
+   
 CURLOPT_PORT
 (integer)

@@ -2517,6 +2530,45 @@
  
   

+CURLFTPAUTH_DEFAULT
+(integer)
+   
+   
+
+ Available since PHP 5.1.0
+
+   
+  
+ 
+ 
+  
+   
+CURLFTPAUTH_SSL
+(integer)
+   
+   
+
+ Available since PHP 5.1.0
+
+   
+  
+ 
+ 
+  
+   
+CURLFTPAUTH_TLS
+(integer)
+   
+   
+
+ Available since PHP 5.1.0
+
+   
+  
+ 
+ 
+  
+   
 CURLPROXY_HTTP
 (integer)

http://cvs.php.net/diff.php/phpdoc/en/reference/curl/functions/curl-setopt.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/curl/functions/curl-setopt.xml
diff -u phpdoc/en/reference/curl/functions/curl-setopt.xml:1.14 
phpdoc/en/reference/curl/functions/curl-setopt.xml:1.15
--- phpdoc/en/reference/curl/functions/curl-setopt.xml:1.14 Sun Aug 29 
00:18:58 2004
+++ phpdoc/en/reference/curl/functions/curl-setopt.xml  Mon Nov 15 09:38:32 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -382,6 +382,18 @@
  
 
 
+ CURLOPT_FTPSSLAUTH
+ 
+  The FTP authentication method (when is activated):
+  CURLFTPAUTH_SSL (try SSL first),
+  CURLFTPAUTH_TLS (try TLS first), or
+  CURLFTPAUTH_DEFAULT (let CURL decide).
+ 
+ 
+  Added in CURL 7.12.2 and available since PHP 5.1.0
+ 
+
+
  CURLOPT_HTTP_VERSION
  
   CURL_HTTP_VERSION_NONE (default, lets CURL


[PHP-DOC] cvs: phpdoc /en/reference/curl constants.xml

2004-08-18 Thread Dave Barr
daveWed Aug 18 23:24:01 2004 EDT

  Modified files:  
/phpdoc/en/reference/curl   constants.xml 
  Log:
  - Add missing constant. (bug #29727).
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/constants.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/curl/constants.xml
diff -u phpdoc/en/reference/curl/constants.xml:1.3 
phpdoc/en/reference/curl/constants.xml:1.4
--- phpdoc/en/reference/curl/constants.xml:1.3  Fri Aug  6 20:06:16 2004
+++ phpdoc/en/reference/curl/constants.xml  Wed Aug 18 23:24:01 2004
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.constants;
  &extension.constants;
@@ -1257,6 +1257,19 @@
   

 CURLAUTH_ANYSAFE
+(integer)
+   
+   
+
+ 
+
+   
+  
+ 
+ 
+  
+   
+CURLOPT_PROXYAUTH
 (integer)




[PHP-DOC] cvs: phpdoc /en/reference/curl constants.xml

2002-04-19 Thread Gabor Hojtsy

gobaFri Apr 19 11:06:27 2002 EDT

  Added files: 
/phpdoc/en/reference/curl   constants.xml 
  Log:
  Adding new constants info
  
  


Index: phpdoc/en/reference/curl/constants.xml
+++ phpdoc/en/reference/curl/constants.xml



 &reftitle.constants;
 &extension.constants;
 
  
   
CURLOPT_PORT 
(integer)
   
   

 

   
  
  
   
CURLOPT_FILE 
(integer)
   
   

 

   
  
  
   
CURLOPT_INFILE 
(integer)
   
   

 

   
  
  
   
CURLOPT_INFILESIZE 
(integer)
   
   

 

   
  
  
   
CURLOPT_URL 
(integer)
   
   

 

   
  
  
   
CURLOPT_PROXY 
(integer)
   
   

 

   
  
  
   
CURLOPT_VERBOSE 
(integer)
   
   

 

   
  
  
   
CURLOPT_HEADER 
(integer)
   
   

 

   
  
  
   
CURLOPT_HTTPHEADER 
(integer)
   
   

 

   
  
  
   
CURLOPT_NOPROGRESS 
(integer)
   
   

 

   
  
  
   
CURLOPT_NOBODY 
(integer)
   
   

 

   
  
  
   
CURLOPT_FAILONERROR 
(integer)
   
   

 

   
  
  
   
CURLOPT_UPLOAD 
(integer)
   
   

 

   
  
  
   
CURLOPT_POST 
(integer)
   
   

 

   
  
  
   
CURLOPT_FTPLISTONLY 
(integer)
   
   

 

   
  
  
   
CURLOPT_FTPAPPEND 
(integer)
   
   

 

   
  
  
   
CURLOPT_NETRC 
(integer)
   
   

 

   
  
  
   
CURLOPT_FOLLOWLOCATION 
(integer)
   
   

 

   
  
  
   
CURLOPT_FTPASCII 
(integer)
   
   

 

   
  
  
   
CURLOPT_PUT 
(integer)
   
   

 

   
  
  
   
CURLOPT_MUTE 
(integer)
   
   

 

   
  
  
   
CURLOPT_USERPWD 
(integer)
   
   

 

   
  
  
   
CURLOPT_PROXYUSERPWD 
(integer)
   
   

 

   
  
  
   
CURLOPT_RANGE 
(integer)
   
   

 

   
  
  
   
CURLOPT_TIMEOUT 
(integer)
   
   

 

   
  
  
   
CURLOPT_POSTFIELDS 
(integer)
   
   

 

   
  
  
   
CURLOPT_REFERER 
(integer)
   
   

 

   
  
  
   
CURLOPT_USERAGENT 
(integer)
   
   

 

   
  
  
   
CURLOPT_FTPPORT 
(integer)
   
   

 

   
  
  
   
CURLOPT_LOW_SPEED_LIMIT 
(integer)
   
   

 

   
  
  
   
CURLOPT_LOW_SPEED_TIME 
(integer)
   
   

 

   
  
  
   
CURLOPT_RESUME_FROM 
(integer)
   
   

 

   
  
  
   
CURLOPT_COOKIE 
(integer)
   
   

 

   
  
  
   
CURLOPT_SSLCERT 
(integer)
   
   

 

   
  
  
   
CURLOPT_SSLCERTPASSWD 
(integer)
   
   

 

   
  
  
   
CURLOPT_WRITEHEADER 
(integer)
   
   

 

   
  
  
   
CURLOPT_SSL_VERIFYHOST 
(integer)
   
   

 

   
  
  
   
CURLOPT_COOKIEFILE 
(integer)
   
   

 

   
  
  
   
CURLOPT_SSLVERSION 
(integer)
   
   

 

   
  
  
   
CURLOPT_TIMECONDITION 
(integer)
   
   

 

   
  
  
   
CURLOPT_TIMEVALUE 
(integer)
   
   

 

   
  
  
   
CURLOPT_CUSTOMREQUEST 
(integer)
   
   

 

   
  
  
   
CURLOPT_STDERR 
(integer)
   
   

 

   
  
  
   
CURLOPT_TRANSFERTEXT 
(integer)
   
   

 

   
  
  
   
CURLOPT_RETURNTRANSFER 
(integer)
   
   

 

   
  
  
   
CURLOPT_QUOTE 
(integer)
   
   

 

   
  
  
   
CURLOPT_POSTQUOTE 
(integer)
   
   

 

   
  
  
   
CURLOPT_INTERFACE 
(integer)
   
   

 

   
  
  
   
CURLOPT_KRB4LEVEL 
(integer)
   
   

 

   
  
  
   
CURLOPT_HTTPPROXYTUNNEL 
(integer)
   
   

 

   
  
  
   
CURLOPT_FILETIME 
(integer)
   
   

 

   
  
  
   
CURLOPT_WRITEFUNCTION 
(integer)
   
   

 

   
  
  
   
CURLOPT_READFUNCTION 
(integer)
   
   

 

   
  
  
   
CURLOPT_PASSWDFUNCTION 
(integer)
   
   

 

   
  
  
   
CURLOPT_HEADERFUNCTION 
(integer)
   
   

 

   
  
  
   
CURLOPT_MAXREDIRS 
(integer)
   
   

 

   
  
  
   
CURLOPT_MAXCONNECTS 
(integer)
   
   

 

   
  
  
   
CURLOPT_CLOSEPOLICY 
(integer)
   
   

 

   
  
  
   
CURLOPT_FRESH_CONNECT 
(integer)
   
   

 

   
  
  
   
CURLOPT_FORBID_REUSE 
(integer)
   
   

 

   
  
  
   
CURLOPT_RANDOM_FILE 
(integer)
   
   

 

   
  
  
   
CURLOPT_EGDSOCKET 
(integer)
   
   

 

   
  
  
   
CURLOPT_CONNECTT