I have MSSQL(7.0) and SYBASE(11.1.1) clients installed on NT box, having PHP 4.0.6 and Apache. Can access both databases individually. If I uncomment both dlls(extensions) in php.ini, on apache restart it warns about duplicate functions.
It seems that sybase_ct has mssql_xxx function aliasses inside.
Has anyone faced this problem before and do you know a resolution ?
(I have been successful with odbc, but willing to use mssql client 7.0)
Thanks.