I have tried to compile php with support of mssql. I configure the php with the following options
./configure \
--with-mysql=/usr \
--with-apxs \
--with-oci8=/usr/local/oracle \
--with-imagick \
--with-openssl \
--enable-ftp \
--with-imap \
--with-imap-ssl \
--enable-mbstring \
--enable-sockets \
--with-zlib \
--with-dom \
--with-kerberos \
--with-sybase=/opt/sybase
I hvae already installed the sybase common and openclient module to my system.
Although I can compile PHP successfully without errors. I can also use php in apache.
However, when I tried to connect to the mssql server with command mssql_connect and mssql_query. It returns nothing to me. There is no errors show on the result page.
Does anyone can help to solve this problem?
I have already faced this problem for several days and still cannot solve it.
Thanks in advance.