PHP as an Apache module problem
I finally decided to try to run php as an apache module on Win2k (my local testing site) but I'm having a problem...When I follow the instructions in the php installation as apache module (for windows) and after I edit the httpd.conf file and restart apache, here are 4 errors I get:
PHP Warning: Unable to load dynamic library 'extensions/php_curl.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: Unable to load dynamic library 'extensions/php_gd.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: Unable to load dynamic library 'extensions/php_curl.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: Unable to load dynamic library 'extensions/php_gd.dll' - The specified module could not be found.
in Unknown on line 0
in Unknown on line 0
PHP Warning: Unable to load dynamic library 'extensions/php_gd.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: Unable to load dynamic library 'extensions/php_curl.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: Unable to load dynamic library 'extensions/php_gd.dll' - The specified module could not be found.
in Unknown on line 0
oddly, I dont even have curl enabled in php.ini

Any suggestions? I'm compeletely stumpted...
