I'm new in PHP development.
I was using Easyphp old version, now I upgraded to the new one but now an alert error message the program can't be start because is libssh2.dll missing.
is displaying when trying to open it or when I enable cURL
function.
I reinstalled the software but it's still not working. If I disable extension=php_curl.dll
in php.ini
then it's fine, but cURL
is not working anymore.
enter image description here
What should I do? I tried everything, I wasted 3 nights.
Any help will be appreciated.
Thanks in Advance.
i also got this message when i started to use curl with EasyPHP-Devserver 17 and i follow these steps which actually solved the issue:
try to download the DLL from a secure website ,you can use this link : http://www.dll-found.com/download/l/libssh2.dll
then follow the steps:
C:\Windows\SysWOW64\
You can also simply copy the libssh2.dll file into the PHP directory which must look like
for PHP7
and
for PHP 5.6