I'm trying to launch a php script which needs curl. I'm using Easyphp for the first time.
I tried to uncomment the line extension=php_curl.dll
in php.ini. But it still doesn't work. Even after a restart.
What should I do?
Thanks
I'm trying to launch a php script which needs curl. I'm using Easyphp for the first time.
I tried to uncomment the line extension=php_curl.dll
in php.ini. But it still doesn't work. Even after a restart.
What should I do?
Thanks
I'm in similar situation where I removed the ";" before the cURL extension in php.ini, restarted the webserver however cURL still did not enable.
I'm using EasyPHP 16.1 (PHP 5.6.19 x86, Apache 2.4.18 x86).
My search ended when I found solution below.
My PHP directory where libssh2.dll resides: C:\Program Files (x86)\EasyPHP-Devserver-16.1\eds-binaries\php\php5619vc11x86x160731090901
Now it's working and can confirm by printing all loaded extensions using:
<?php
print_r(get_loaded_extensions());
?>
Reference: https://community.xibo.org.uk/t/curl-on-easyphp-devserver-16-1/5134/6