Trying to use Client URL library in PHP?

  • Thread starter Thread starter ed_man118
  • Start date Start date
E

ed_man118

Guest
I downloaded the package for libcurl and put it into the PHP folder. I also made sure that the necessary files were there. PHP isn't recognizing the curl functions. Is there some compiler that I need so that PHP will recognize these files? Are they just in the wrong place? Is there some switch that I need to activate in order for this to work? What am I doing wrong?
 
You need to rebuild your PHP install to use curl.

http://us2.php.net/manual/en/curl.installation.php
 
Back
Top