简体   繁体   中英

PHP7 CURL is not enabled

I installed php7 download from repo for windows, all works good. I am facing problem to enable curl. php_curl.dll file is exist in ext folder, and this extension is uncommented in php.ini, but this module is not showing in phpinfo.

This problem I am facing with php7 only if I run php5.x curl works fine. looking for solution to resolve this. is this issue in php7 inself. Is there a way to troubleshoot this problem?

似乎7.0.3的问题我安装了7.0.4并且一切正常。

你需要做的就是找到你的php.ini文件并取消注释;extension=php_curl.dll这行删除;(半冒号),确保我已经安装了curl。

Make sure you didn't forget to uncomment line:

;extension_dir = "ext"

in php.ini on Windows machine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM