I have met a problem when I used function "Sybase_connect()" to connect Sybase SQL Server, the system said "Sybase_connect() undefined".But I have install "sybase" and "sybase_ct" modules when I install my PHP. How can I connect to Sybase SQL Server?
Please, when compiling PHP, enable only the CT-LIB version, i.e. ./configure --with-sybase-ct=/opt/sybase (or some other path)
then all sybase methods will work.
-- carlos