bendurber Posted May 24, 2008 Share Posted May 24, 2008 Hi, I am running php on a sambar server and have been successfully for a while now. I have spent all day trying to install CURL to no avail and was wondering if someone could help. I can see in my extensions folder that I have php_curl.dll, I went to my php.ini file (the location that the php_info() outputs) and couldn't find the extension so I created it (extension=php_curl.dll). When I then restart the server and load the php_info again there is no mention of curl. Any ideas? Quote Link to comment Share on other sites More sharing options...
tofi84 Posted June 3, 2008 Share Posted June 3, 2008 yes i am having a quite simillar problem, i installed xampp and i am trying to run the msn bot script i get the undefined curl function error. so i guess its due to not having that curl lib installed ,, anybody help ? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted June 3, 2008 Share Posted June 3, 2008 php_curl.dll requires two external libraries which are libeay32.dll and ssleay32.dll. These two file should be present in the root of your PHP installation folder. If your PHP folder is added to the PATH correctly then the curl extension should load without any problems. Also ensure your have setup the extension_dir directive to point to your PHP extension folder, eg extension_dir="C:/php/ext" Quote Link to comment Share on other sites More sharing options...
tofi84 Posted June 4, 2008 Share Posted June 4, 2008 i found out . after putting the two ddl files in system32 folder . go to php.ini there are 3 files one in apache/bin and one in php and one in php/php4 open them with notepad and just remove the ; thats ahead of the curl extension line, just ctrl+f curl Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.