WAMP Curl installation

前端 未结 9 1276
执念已碎
执念已碎 2020-12-10 05:52

I have uncomment the following from the php.ini file

;extension=php_bz2.dll
extension=php_curl.dll
;extension=php_dba.dll

Also ,I have cop

9条回答
  •  伪装坚强ぢ
    2020-12-10 06:10

    • download curl for windows (http://curl.haxx.se/download.html)
    • Paste the zip file content into C:\wamp\bin\apache\apache2.2.x
    • Locate and open your php.ini file (resides in C:\wamp\bin\php\php5.x)
    • In your php.ini file, change/ uncomment the following line: ;extension=php_curl.dll (you do so by removing the semi-colon)
    • restart Apache or the whole server to enjoy

提交回复
热议问题