Has anyone had issues using mysql_connect() under this new FastCGI? I realize this is likely not a bug within FastCGI itself, but was hoping maybe someone had stumbled across a fix. The script I'm running is very simple: <?php print_r(mssql_connect('host,port','user','pass')); ?> Testing from the...