Hello everyone,
I get this error when I want to run this script:
Fatal error: Call to undefined function: curl_version() in c:\program files\easyphp1-8\ on line 3
Here's the script:
<?
//include("PostGateway.function");
echo curl_version();
//var_dump(curl_version());
?>
I don't know what is the problem because I did follow the installation guidelines for Curl on windows that I saw on the net which are,
removing a semicolon from the following line in php.ini:
;extension=php_curl.dll DONE
In order to SSL-based protocols (such as HTTPS and FTPS) in your Windows environment, you must copy libeay32.dll and ssleay32.dll from the DLL folder of the PHP/ binary package to the SYSTEM folder of your Windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM). DONE
Is there something I miss here?
Thanks!
I get this error when I want to run this script:
Fatal error: Call to undefined function: curl_version() in c:\program files\easyphp1-8\ on line 3
Here's the script:
<?
//include("PostGateway.function");
echo curl_version();
//var_dump(curl_version());
?>
I don't know what is the problem because I did follow the installation guidelines for Curl on windows that I saw on the net which are,
removing a semicolon from the following line in php.ini:
;extension=php_curl.dll DONE
In order to SSL-based protocols (such as HTTPS and FTPS) in your Windows environment, you must copy libeay32.dll and ssleay32.dll from the DLL folder of the PHP/ binary package to the SYSTEM folder of your Windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM). DONE
Is there something I miss here?
Thanks!