~n[EO]n~ Posted December 5, 2007 Share Posted December 5, 2007 Can someone tell me how do I install CURL 7.17.1 on already installed PHP 5.2.4 and Apache 2.2.4 version. I could not find searching on web, Do I need to uninstall my current PHP ? Thanks. Quote Link to comment Share on other sites More sharing options...
trq Posted December 5, 2007 Share Posted December 5, 2007 Curl has nothing to do with php. There is however a php extension for curl, is that what you want to install? What OS? Quote Link to comment Share on other sites More sharing options...
~n[EO]n~ Posted December 5, 2007 Author Share Posted December 5, 2007 Under Windows XP, I un-commented that extension from php.ini file, but where shall i keep those curl files there is curl.exe, curl-ca-bundle and docs folder in it. No setup... Quote Link to comment Share on other sites More sharing options...
trq Posted December 5, 2007 Share Posted December 5, 2007 Have you read the win32 users notes from the manual? I don't use windows, but I would assume that the dll's you need come bundled with php. Not too sure though. Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted December 5, 2007 Share Posted December 5, 2007 The curl dll is distributed with the PHP Windows binary download. Assuming that you have installed php per the instructions and other extensions work, all you need to do is uncomment the extension=php_curl.dll line in your php.ini and stop and start your web server to get the change to php.ini to take effect. Quote Link to comment Share on other sites More sharing options...
~n[EO]n~ Posted December 5, 2007 Author Share Posted December 5, 2007 Thanks guys, it is working now... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.