Difference between revisions of "CURL Client URL Library Functions"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(New page: Client URL Library Functions allows you to connect and communicate to different types of servers and protocols. *PHP requires that you use CURL 7.0.2-beta or higher *In PHP 4.2.3, you wi...)
 
 
Line 8: Line 8:
  
 
*PHP 5.0.0 will most likely require a CURL version greater than 7.10.5
 
*PHP 5.0.0 will most likely require a CURL version greater than 7.10.5
 
Unknown command test
 
  
 
  PHP's Curl:
 
  PHP's Curl:

Latest revision as of 20:37, 23 May 2007

Client URL Library Functions allows you to connect and communicate to different types of servers and protocols.

  • 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 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's Curl:
easy.h and curl.h
libcurl.a located in the "lib" directory

Run this command and see whether do you have curl compiled in php modules:

php -m|grep curl