CrazyShaunie Posted July 27, 2007 Share Posted July 27, 2007 ??? :'( 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...
Daniel0 Posted July 28, 2007 Share Posted July 28, 2007 <?php var_dump(extension_loaded('curl')); ?> What does that output? Also, have you tried adding the path of your PHP installation to PATH? 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.