Hi! Daniel Convissor wrote: > Hi: > > Running php5-win32-200401081130. Uncommented several extensions in > php.ini. Adjusted my extension_dir. All of the extensions loaded just > fine, except php_mysql.dll. The file is in the appropriate place and has > the appropriate permissions. Even tried giving everyone full control over > the file. Nope.
To enable mySQL-Support i had to set up the extension_dir in php.ini, to add "extension=php_mysql.dll" and to copy libmysql.dll (228KB) to my Windows-Directory. With the current Snapshot (8 Jan 2004 20:19:59 +010) i did the same, but Apache gave "PHP Startup: Unable to load dynamic library 'php_mysql.dll' [..]" The Problem seems to be caused by the bunbled limysql.dll (196KB): After replacing this file in my Window-Directory with the old one Apache starts without an Error. webwurst -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
