On Thu, 2005-01-20 at 23:33, Greg Brant wrote: > Hi, > > just installed apache 2, php 5. > > in the php.ini i have enabled a bunch of extensions. php can find them all > except is says > > cannot load dynamic linc library at c:\php\ext\php_mysql.dll. > > does php 5 require a minimum version of mysql?? > > thnaks > > Greg >
You do not say which version of mysql you have installed. If MySQL 4.x then I paste below from a previous posting by Janet Valade. HTH Chris ----------------snip------------------ The error means that you have not activated MySQL support in PHP. You need to do two things to activate support. 1. uncomment the extension line in php.ini for php_mysqli.dll. 2. PHP needs to be able to find two files: php_mysqli.dll and libmysql.dll. Janet