Enable cURL on PHP7 windows10 64 bit Apache 2.4

前端 未结 6 1158
孤城傲影
孤城傲影 2020-12-24 15:08

I am using Windows10 64 bit Apache 2.4.25 (Win64) PHP 7.1.0-Win32-VC14-x64

when i try calling curl_init() function, i get an error saying \"Call to undefined functio

6条回答
  •  时光说笑
    2020-12-24 15:53

    in PHP 7.2.2 Windows 10 Apache 2.4 After a while of searching for answers why the cURL library doesn´t load, i just copied libssh2.dll from \php to \Apache24\bin and everything started to work just fine

提交回复
热议问题