WAMP Curl installation

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

    this sloved my problem

    1. Stop WAMP completely.
    2. Find your WAMP folder C:\Path\To\WAMP\bin\Apache\ApacheVersion\bin\
    3. Edit that php.ini and uncomment extension=php_curl.dll
    4. Restart WAMP.

    That should hopefully solve it.

提交回复
热议问题