I tried this ... - Overwriting the libmysql.dll/php_mysql.dll and libmysqli.dll/php_mysqli.dll with the ones from the PHP5 zip - Enabling the mysql and mysqli extensions in the php.ini file However, ever after restarting IIS, the phpInfo dump is still showing the old 3.X api for MySQL and not the new one. It seems like PHP4 is intent on using its internal MySQL settings over any add-on extension. Thanks. -----Original Message----- From: dale@xxxxxxxxxxxxxxxxxxxxx [mailto:dale@xxxxxxxxxxxxxxxxxxxxx] Sent: Thursday, April 06, 2006 1:11 AM To: Jeff Chastain Cc: php-windows@xxxxxxxxxxxxx Subject: Re: PHP 4.4.2 and MySQL 5? You could try the following: 1) delete your existing php_mysql.dll 2) copy php_mysqli.dll into your extensions directory 3) rename php_mysqli.dll to php_mysql.dll Then repeat steps 1-3 for the libmysql.dll/libmysqli.dll > I have MySQL 5 installed and running with several non-PHP applications > on my development server. I am trying to install a PHP app that > supposedly only works on PHP 4 currently (not PHP 5). So, I installed > PHP 4 and everything looks good there. However, I cannot get it to > connect with MySQL 5. > > I have found a few postings online regarding this issue, but no solutions. > Has anybody done this and can you provide some pointers? > > Thanks. > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php