jangles Posted October 7, 2006 Share Posted October 7, 2006 I have looked at forums and documentation, but can't get php to recognize that I have CURL installed. I think it's complete BS that there is nowhere with step-by-step directions on how to install it for Win32. I uncommented the extension line in php.ini and I moved the approriate DLL's into my windows/system32 folder. Can someone please tell me how to get this library to work, without mentioning that stuff "--with-curl", because I have no idea what that is and do not intend on re-installing PHP. Thanks. Quote Link to comment Share on other sites More sharing options...
printf Posted October 7, 2006 Share Posted October 7, 2006 ya!, don't put PHP files in the system folder, the install does not work that way. Dynamic dlls need a PATH mapping, else PHP can not find them! Post a link to your phpinfo() data so I can see your install layout, after I will show you how to fix your problem based on your current install...me! Quote Link to comment Share on other sites More sharing options...
jangles Posted October 7, 2006 Author Share Posted October 7, 2006 http://tromboja.php4hosting.com/phpinfo.htmlPlease notice the server that the above links to is NOT the server I am trying to install it on. I am trying to get it to work on my local machine. Quote Link to comment Share on other sites More sharing options...
printf Posted October 7, 2006 Share Posted October 7, 2006 Then tell where PHP is installed, and the version you are using (4 or 5)me! Quote Link to comment Share on other sites More sharing options...
jangles Posted October 7, 2006 Author Share Posted October 7, 2006 Let me be clear. The above mentioned URL [b]IS [/b] the output of phpinfo() for my local server which I am trying to install CURL on. 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.