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
Yes, I have to click "ok" 4 times each time I restart Apache. I even went to the extent of putting the full path to the extensions directory and I still get these errors.

oddly, I dont even have curl enabled in php.ini PHP as an Apache module problem and I still get the error if I enable it...

Any suggestions? I'm compeletely stumpted... PHP as an Apache module problem

 

 

 

 

Top