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! Link to comment https://forums.phpfreaks.com/topic/91404-solved-need-help-with-enabling-php-module/ Share on other sites More sharing options...
Daniel0 Posted February 17, 2008 Share Posted February 17, 2008 Did you restart the server? Link to comment https://forums.phpfreaks.com/topic/91404-solved-need-help-with-enabling-php-module/#findComment-468684 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. Link to comment https://forums.phpfreaks.com/topic/91404-solved-need-help-with-enabling-php-module/#findComment-533269 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. Link to comment https://forums.phpfreaks.com/topic/91404-solved-need-help-with-enabling-php-module/#findComment-533429 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.