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. Link to comment https://forums.phpfreaks.com/topic/62024-curl-cant-get-it-to-install-using-php-52-apache-22/ 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? Link to comment https://forums.phpfreaks.com/topic/62024-curl-cant-get-it-to-install-using-php-52-apache-22/#findComment-309463 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.