Frank,
I am using the sybase section of the php.ini file to specify the Sybase interfaces file = "/ms/dist/syb" (which is the place where sybase is installed in my environment.
I am checked and the $SYBASE environment variable is already set to the same path i mentioned above, and I can see the sybase_Ct module active in the phpinfo() command.
The problem is that php cannot connect to the sybase servers (couldn't find) but accepts all sybase commands correctly.
I have 2 instances, one is apache web server and another is netscape web server. The apache one works fine, while the problem now is with the netscaper web server.
Also Is there a version limitation? I mean what is the minimum sybase version that php can recognize?