im trying to get php4 and php5 installed as running the the same server in isapi mode.
I followed some of the instuctions here and seem to have them running and loading the correct ini files. horrah!.
However im having problems as the isapi version of php 4 and 5 wont load the mySQL extention or at least gives errors and does not show mySQL in phpinfo.
Alternativaly if I switch to using the cgi versions then they load mysql and allow mysql connections (And it shows in phpinfo).
Any ideas?