PHP Extensions
I'm trying to run Apache/PHP/MySQL from my PC at home (Windows XP Pro SP2).
I have everything working but whenever I try to load the php_curl.dll extension, it writes an entry to the apache error log:
PHP Warning: PHP Startup: Unable to load dynamic library 'C:/php/ext/php_curl.dll' - The specified module could not be found.\r\n in Unknown on line 0
C:/php/ext is set as the extension DIR, and php_mysql.dll loads fine from there. WTF is wrong?
Did you save the file in the right directory?If you did, maybe you should try downloading easyphp. It's simpler, after you install it, save the file in the easyphp http://127.0.0.1/name.phpe file on the browser….For example…http://127.0.0.1/name.php or whatever file you want to open that is in the http://127.0.0.1/ke sure the link is http://127.0.0.1/ ;)
for xampp, erm….looks for some tutorial: http://www.menyhart.net/blog/developer-stuff/enabling-curl-on-xampp/