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

2005-11-03 Thread Michael Wallner
mikeThu Nov  3 08:49:07 2005 EDT

  Modified files:  
/phpdoc/en/reference/curl   reference.xml 
  Log:
  - use libcurl where CURL was used to prevent confusion, requested by Daniel 
Stenberg
  
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/reference.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.13 
phpdoc/en/reference/curl/reference.xml:1.14
--- phpdoc/en/reference/curl/reference.xml:1.13 Sun Sep  4 15:39:09 2005
+++ phpdoc/en/reference/curl/reference.xml  Thu Nov  3 08:49:05 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
 
@@ -28,12 +28,12 @@

 &reftitle.required;
 
- In order to use the CURL functions you need to install the CURL package. PHP requires that you use
- CURL 7.0.2-beta or higher. In PHP 4.2.3, you will need 
- CURL version 7.9.0 or higher.  From PHP 4.3.0, you will need a CURL
+ In order to use PHP's CURL functions you need to install the libcurl package. PHP requires that you use
+ libcurl 7.0.2-beta or higher. In PHP 4.2.3, you will need 
+ libcurl version 7.9.0 or higher.  From PHP 4.3.0, you will need a libcurl
  version that's 7.9.8 or higher.  PHP 5.0.0 requires
- a CURL version 7.10.5 or greater.
+ a libcurl version 7.10.5 or greater.
 




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

2005-07-08 Thread Jakub Vrana
vrana   Fri Jul  8 04:32:18 2005 EDT

  Modified files:  
/phpdoc/en/reference/curl   reference.xml 
  Log:
  PHP 5 requires CURL 7.10.5 (bug #33611)
  Remove duplicate sentence
  
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/reference.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.11 
phpdoc/en/reference/curl/reference.xml:1.12
--- phpdoc/en/reference/curl/reference.xml:1.11 Fri Mar  5 21:40:20 2004
+++ phpdoc/en/reference/curl/reference.xml  Fri Jul  8 04:32:15 2005
@@ -1,5 +1,5 @@
 
-
+
  
   CURL, Client URL Library Functions
   CURL
@@ -27,11 +27,10 @@
 
  In order to use the CURL functions you need to install the CURL package. PHP requires that you use
- CURL 7.0.2-beta or higher. PHP will not work with any version of
- CURL below version 7.0.2-beta. In PHP 4.2.3, you will need 
+ CURL 7.0.2-beta or higher. In PHP 4.2.3, you will need 
  CURL version 7.9.0 or higher.  From PHP 4.3.0, you will need a CURL
- version that's 7.9.8 or higher.  PHP 5.0.0 will most likely require 
- a CURL version greater than 7.10.5
+ version that's 7.9.8 or higher.  PHP 5.0.0 requires
+ a CURL version 7.10.5 or greater.
 




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

2003-06-09 Thread Philip Olson
philip  Mon Jun  9 23:08:02 2003 EDT

  Modified files:  
/phpdoc/en/reference/curl   reference.xml 
  Log:
  Add latest CURL version requirements.
  
  
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.8 
phpdoc/en/reference/curl/reference.xml:1.9
--- phpdoc/en/reference/curl/reference.xml:1.8  Thu Jan  9 08:20:55 2003
+++ phpdoc/en/reference/curl/reference.xml  Mon Jun  9 23:08:01 2003
@@ -1,5 +1,5 @@
 
-
+
  
   CURL, Client URL Library Functions
   CURL
@@ -28,8 +28,10 @@
  In order to use the CURL functions you need to install the CURL package. PHP requires that you use
  CURL 7.0.2-beta or higher. PHP will not work with any version of
- CURL below version 7.0.2-beta. From PHP version 4.2.3 you will atleast
- need CURL version 7.9.0 or higher.
+ CURL below version 7.0.2-beta. In PHP version 4.2.3, you will need 
+ CURL version 7.9.0 or higher.  From PHP 4.3.0, you will need a CURL
+ version that's 7.9.8 or higher.  PHP 5.0.0 will most likely require 
+ a CURL version greater than 7.10.5
 





-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2003-01-09 Thread CHAILLAN Nicolas
nicos   Thu Jan  9 08:20:55 2003 EDT

  Modified files:  
/phpdoc/en/reference/curl   reference.xml 
  Log:
  Applying Andrey's patch
  
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.7 
phpdoc/en/reference/curl/reference.xml:1.8
--- phpdoc/en/reference/curl/reference.xml:1.7  Thu Jan  9 08:10:11 2003
+++ phpdoc/en/reference/curl/reference.xml  Thu Jan  9 08:20:55 2003
@@ -1,5 +1,5 @@
 
-
+
  
   CURL, Client URL Library Functions
   CURL
@@ -41,7 +41,7 @@
 &reftitle.examples;
 
  Once you've compiled PHP with CURL support, you can begin using
- the curl functions. The basic idea behind the CURL functions is
+ the CURL functions. The basic idea behind the CURL functions is
  that you initialize a CURL session using the
  curl_init, then you can set all your
  options for the transfer via the curl_setopt,



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-01-09 Thread Andrey Hristov
- Original Message - 
From: "CHAILLAN Nicolas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 09, 2003 3:10 PM
Subject: [PHP-DOC] cvs: phpdoc /en/reference/curl reference.xml 


> nicos Thu Jan  9 08:10:11 2003 EDT
> 
>  
>   Once you've compiled PHP with CURL support, you can begin using
> - the curl functions.  The basic idea behind the CURL functions is
> + the curl functions. The basic idea behind the CURL functions is
shouldn't be that :
the CURL functions .

Andrey



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-01-09 Thread CHAILLAN Nicolas
nicos   Thu Jan  9 08:10:11 2003 EDT

  Modified files:  
/phpdoc/en/reference/curl   reference.xml 
  Log:
  Fixing #21541 and some whitespaces issues
  
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.6 
phpdoc/en/reference/curl/reference.xml:1.7
--- phpdoc/en/reference/curl/reference.xml:1.6  Mon Nov 25 18:49:19 2002
+++ phpdoc/en/reference/curl/reference.xml  Thu Jan  9 08:10:11 2003
@@ -1,5 +1,5 @@
 
-
+
  
   CURL, Client URL Library Functions
   CURL
@@ -41,13 +41,15 @@
 &reftitle.examples;
 
  Once you've compiled PHP with CURL support, you can begin using
- the curl functions.  The basic idea behind the CURL functions is
+ the curl functions. The basic idea behind the CURL functions is
  that you initialize a CURL session using the
  curl_init, then you can set all your
- options for the transfer via the curl_exec
- and then you finish off your session using the
- curl_close.  Here is an example that uses
- the CURL functions to fetch the example.com homepage into a file:
+ options for the transfer via the curl_setopt,
+ then you can execute the session with the 
+ curl_exec and then you finish off 
+ your session using the curl_close. 
+ Here is an example that uses the CURL functions to fetch the 
+ example.com homepage into a file:
  
   Using PHP's CURL module to fetch the example.com homepage
   



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-11-24 Thread Sara Golemon
pollita Sun Nov 24 21:47:27 2002 EDT

  Modified files:  
/phpdoc/en/reference/curl   reference.xml 
  Log:
  Added note for Win32 users. "Copy libeay32.dll and ssleay32.dll"
  
  
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.4 
phpdoc/en/reference/curl/reference.xml:1.5
--- phpdoc/en/reference/curl/reference.xml:1.4  Mon Oct  7 13:03:21 2002
+++ phpdoc/en/reference/curl/reference.xml  Sun Nov 24 21:47:26 2002
@@ -1,5 +1,5 @@
 
-
+
  
   CURL, Client URL Library Functions
   CURL
@@ -44,6 +44,15 @@
  There should be a file named "libcurl.a" located in the "lib"
  directory.
 
+
+ Note to Win32 Users
+ 
+  In order to enable this module on a Windows environment, you must copy
+  libeay32.dll and ssleay32.dll
+  from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 
+  folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32)
+ 
+


&reference.curl.constants;



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-10-07 Thread Derick Rethans

derick  Mon Oct  7 13:03:21 2002 EDT

  Modified files:  
/phpdoc/en/reference/curl   reference.xml 
  Log:
  - Fix curl requirements
  
  
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.3 
phpdoc/en/reference/curl/reference.xml:1.4
--- phpdoc/en/reference/curl/reference.xml:1.3  Fri Apr 19 11:06:04 2002
+++ phpdoc/en/reference/curl/reference.xml  Mon Oct  7 13:03:21 2002
@@ -1,5 +1,5 @@
 
-
+
  
   CURL, Client URL Library Functions
   CURL
@@ -28,7 +28,8 @@
  In order to use the CURL functions you need to install the CURL package. PHP requires that you use
  CURL 7.0.2-beta or higher. PHP will not work with any version of
- CURL below version 7.0.2-beta.
+ CURL below version 7.0.2-beta. From PHP version 4.2.3 you will atleast
+ need CURL version 7.9.0 or higher.
 





-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-04-19 Thread Gabor Hojtsy

gobaFri Apr 19 11:06:05 2002 EDT

  Modified files:  
/phpdoc/en/reference/curl   reference.xml 
  Log:
  Applied new structure
  
  
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.2 
phpdoc/en/reference/curl/reference.xml:1.3
--- phpdoc/en/reference/curl/reference.xml:1.2  Mon Apr 15 14:56:31 2002
+++ phpdoc/en/reference/curl/reference.xml  Fri Apr 19 11:06:04 2002
@@ -1,50 +1,66 @@
 
-
+
  
   CURL, Client URL Library Functions
   CURL
 
-  
-   
-PHP supports libcurl, a library created by Daniel Stenberg, that
-allows you to connect and communicate to many different types of
-servers with many different types of protocols.  libcurl currently
-supports the http, https, ftp, gopher, telnet, dict, file, and
-ldap protocols.  libcurl also supports HTTPS certificates, HTTP
-POST, HTTP PUT, FTP uploading (this can also be done with PHP's
-ftp extension), HTTP form based upload, proxies, cookies, and
-user+password authentication.
-   
-   
-In order to use the CURL functions you need to install the CURL package. PHP requires that you use
-CURL 7.0.2-beta or higher. PHP will not work with any version of
-CURL below version 7.0.2-beta.
-   
-   
-To use PHP's CURL support you must also compile PHP --with-curl[=DIR] where DIR is the
-location of the directory containing the lib and include
-directories.  In the "include" directory there should be a folder
-named "curl" which should contain the easy.h and curl.h files.
-There should be a file named "libcurl.a" located in the "lib"
-directory.
-   
-   
-These functions have been added in PHP 4.0.2. 
-   
-   
-Once you've compiled PHP with CURL support, you can begin using
-the curl functions.  The basic idea behind the CURL functions is
-that you initialize a CURL session using the
-curl_init, then you can set all your
-options for the transfer via the curl_exec
-and then you finish off your session using the
-curl_close.  Here is an example that uses
-the CURL functions to fetch the PHP homepage into a file:
-
- Using PHP's CURL module to fetch the PHP homepage
- 
+  
+   
+&reftitle.intro;
+
+ PHP supports libcurl, a library created by Daniel Stenberg, that
+ allows you to connect and communicate to many different types of
+ servers with many different types of protocols. libcurl currently
+ supports the http, https, ftp, gopher, telnet, dict, file, and
+ ldap protocols. libcurl also supports HTTPS certificates, HTTP
+ POST, HTTP PUT, FTP uploading (this can also be done with PHP's
+ ftp extension), HTTP form based upload, proxies, cookies, and
+ user+password authentication.
+
+
+ These functions have been added in PHP 4.0.2. 
+
+   
+   
+   
+&reftitle.required;
+
+ In order to use the CURL functions you need to install the CURL package. PHP requires that you use
+ CURL 7.0.2-beta or higher. PHP will not work with any version of
+ CURL below version 7.0.2-beta.
+
+   
+   
+   
+&reftitle.install;
+
+ To use PHP's CURL support you must also compile PHP --with-curl[=DIR] where DIR is the
+ location of the directory containing the lib and include
+ directories.  In the "include" directory there should be a folder
+ named "curl" which should contain the easy.h and curl.h files.
+ There should be a file named "libcurl.a" located in the "lib"
+ directory.
+
+   
+   
+   &reference.curl.constants;
+   
+   
+&reftitle.examples;
+
+ Once you've compiled PHP with CURL support, you can begin using
+ the curl functions.  The basic idea behind the CURL functions is
+ that you initialize a CURL session using the
+ curl_init, then you can set all your
+ options for the transfer via the curl_exec
+ and then you finish off your session using the
+ curl_close.  Here is an example that uses
+ the CURL functions to fetch the example.com homepage into a file:
+ 
+  Using PHP's CURL module to fetch the example.com homepage
+  
 
- 
-
-   
+  
+ 
+
+   
   
 
 &reference.curl.functions;