WAMP Curl installation

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

    Make sure that you have uncommented the extension from the right php.ini file. You should check whether or not extension is enabled through phpinfo() command.

提交回复
热议问题