Call to undefined function curl_init() even it is enabled in php7

前端 未结 10 740
旧巷少年郎
旧巷少年郎 2020-12-03 01:00

I\'ve just installed php7 to my Ubuntu. At first, there was no problem, my web site was working. But suddenly, it started to return Call to undefined function curl_init() er

10条回答
  •  无人及你
    2020-12-03 01:34

    • step 1 : Download Php 7,
    • step 2 : copy libeay32.dll and ssleay32.dll and past them in C:\Windows\System32.
    • step 3 : Replace the php_openssl.dll and php_curl.dll in C:\php\ext with the latest dll. restart apache

    This fixed my issues issue, hope someone benefits too

提交回复
热议问题