WAMP Curl installation

前端 未结 9 1270
执念已碎
执念已碎 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

    if you have already uncommented line from php.ini and still getting error than you should make sure that this extension file is exists in php folder or not

    so 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.

提交回复
热议问题