I just installed PHP 5 and Apache 2 on Windows XP. The extensions ext/php_curl.dll and ext/php_mysql.dll cause this error when starting Apache:
PHP Startup: Unable to load dynamic library 'D:/Program Files/Apache Group/PHP/ext/php_mysql.dll' - The specified procedure could not be found. These dll's require libmysql.dll and libeay32.dll and ssleay32.dll. For some reason they're not found in php's base directory (yes, I added it to PATH). So...I copied those dll's to \Windows (which PHP's docs don't recommend) and no more errors. Why aren't these DLL's found in PHP's base dir? _______________________________ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php