Not sure if this is a better fit for the MySQL forums or PHP forums... So hopefully the right eyes will catch this.
I've got a remote MySQL server that I do not have access to upgrade. It's running an ancient version of MySQL (4.0.20). From what I can tell, I need to configure my Windows PHP install to use php_mysql.dll. However, this dll seems to be wiped from any official pages and I'm not entirely sure it'll even work with PHP 5.3.
I was originally getting FastCGI errors (The error code just says 'Unspecified error'). After throwing php_mysqli.dll into my PHP directory, I'm now getting mysql_pconnect is not a valid function (php error).
PHP version 5.3.0, IIS 6.0, Windows Server 2003, Ancient Mysql 4.0.20
Any help would be greatly appreciated.