xenophobia Posted February 16, 2008 Share Posted February 16, 2008 Hi, I am running local host on my pc. With php 5.2 and apache 2.2. On winXP I was unable to use the curl function library. It shows up fatal error, function not found, even I already uncomment the library extensions: extension=php_curl.dll I had checked all my extension path, it all correct. My mysql library function is running well too. I had checked, the php_curl.dll did existed in my /ext directory. What could be the problem? Help! Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted February 17, 2008 Share Posted February 17, 2008 Did you restart the server? Quote Link to comment Share on other sites More sharing options...
xenophobia Posted May 5, 2008 Author Share Posted May 5, 2008 I found out the problem. Even though is a bit late. I just want to share with you guys. The problem is I need to copy the two library file to C:\windows\system32\ : libeay32.dll ssleay32.dll These two file are located on your root directory of the php folder. Just copy and paste then restart. Will do. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted May 5, 2008 Share Posted May 5, 2008 I'd recommend you to add PHP to the PATH Environment Variable instead. I do not recommended moving files outside of the PHP installation folder. 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.