Let's see I believe if I am not mistaken that in PHP 5 MySQL is disabled and MySQLi is enabled instead so you need to check your php.ini for the following:
extension=php_mysql.dll
extension=php_mysqli.dll
Note that I have both enabled in my install so try that out then RESTART your webserver then check phpinfo() to see what you have.