How to install PHP curl extension on wamp server WIN XP?
I have WAMP SERVER,PHP 5.3.0 and Apache server 2.2.11 I want to download a suitable CURL lib version for it I studied the sites and found that this installation will not be easy it may not work if the version is not suitable please help me with details also I found here:
http://in.answers.yahoo.com/question/index?qid=20090827212635AAWBwZj
http://www.ozzu.com/programming-forum/curl-issue-fo开发者_JAVA百科r-wamp-server-t100949.html
but I'm not sure to get the perfect result cause my version is different
also I have another problem if I can not install it in a good way will my wamp server and databases go wrong or not?
Are you running WAMPSERVER? If not, I would recommend doing so if you wouldn't miss your current WAMP environment -- it comes with CURL along with many other useful features.
Check it out here: http://www.wampserver.com/en/
open php.ini file and find this line
;extension=php_curl.dll
remove ;
extension=php_curl.dll
save file ... still problem exists then check for this file
php_curl.dll
in
{wamp}\bin\php\php5.x.x\ext\
if it's not there than download it from internet and paste it to there
Restart Apache.
精彩评论