[font=trebuchet ms]All right, I have PHP, Apache, and MySQL running on my local webserver. Everything works great, except one thing. Upon initializing Apache, I get an error message saying that it cannot load the php_mysql.dll extension. Now I have other extensions, such as php_tidy.dll, which are in the same directory (extension_dir is specified as "c:/php/ext/" in php.ini) as php_mysql.dll, but it will not load the MySQL extensions. I'm using PHP5, Apache 2.0 (I tried 1.3 but it didn't work either), and the latest version of MySQL I could get. I know it is reading in the c:/php/ext/ directory, because I renamed php_tidy.dll to php_tidyX.dll, and it gave the same error message, saying it could not find php_tidyX.dll. I renamed it back to php_tidy.dll, and it loaded fine. I've placed copies of php_mysql.dll in every directory I can think of, as an extra precaution (c:\windows, c:\windows\system32\, c:\php, c:\php\ext, c:\web\Apache, c:\web\Apache2, c:\web\Apache2\modules, and more). I've been working on this for a few hours, and haven't gotten any of it figured out. Any ideas?
Thanks,[/font]