Hi,
I am evaluating the latest PHPRunner version 4 on our intranet and I was not able to have it work properly. We are using PHP 4.3.2 on Windows and MSSQL. I found out that the dbconnection file that was called (dbconnection.mssql.win.php) contain code that is compatible with PHP4. I first try to see if I could rewrite part of it but it would have needed a complete rewrite. I then looked at the unix version of this file and found out that it used native PHP MSSQL calls instead of the ADO db connections in the windows db file. Since we already use native MSSQL functions on our intranet, I just renamed the unix file to replace the win file and everything worked without a glitch at the first try.
This should work for anyone provided that the MSSQL PHP extention is loaded on the server.
Now that I have a working workaround, I will continue my evaluation (replacing the dbconnection file everytime I generate the pages).
Thanks