I try connect a sybase server(😎 from server (A) and a mssql server(C) from the same server (A).
But the php, when I discoment the php_mssql.dll and php_sybase.dll from the php.ini, the php raise a window popup warning on winnt what say mssql_connect function can not register on dll.
A read de manual and when I whant connect a mssql server from others plataforms not win32, I have to use a sybase extension.
But on win32 I have to use php_mssql.dll and this dll not access sybase server. And the 2 dlls can't have been load on the same win nt.
What I do?