elhelaly1999 Posted July 30, 2008 Share Posted July 30, 2008 I can't enable cURL extension on my localhost I delete the semi-colon ; from the php.ini file (extension=php_curl.dll) there are (php_curl.dll) file in my extension folder and I restart my web server So where's the problem ? Can I find help ? Link to comment https://forums.phpfreaks.com/topic/117348-curl-on-my-local-server/ Share on other sites More sharing options...
rhodesa Posted July 30, 2008 Share Posted July 30, 2008 http://us3.php.net/manual/en/curl.setup.php is this windows? Link to comment https://forums.phpfreaks.com/topic/117348-curl-on-my-local-server/#findComment-603815 Share on other sites More sharing options...
next Posted July 30, 2008 Share Posted July 30, 2008 If you're using Windows, you can enable Curl support by copying the files libeay32.dll and ssleay32.dll into your c:\windows\system32 folder, then enabling the extension in your php.ini file. Look for the line ";extension=php_curl.dll" and take the semi-colon off from the beginning. Link to comment https://forums.phpfreaks.com/topic/117348-curl-on-my-local-server/#findComment-603936 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.