Re: PHP7 - Connect to sybase database

2017-01-27 Thread J Fernyhough
Not sure of the relevance, but https://ubuntuforums.org/showthread.php?t=803202 says: I have to replace all sybase references for mssql. > > Instead of using sybase_connect, i have to use mssql_connect, and all > other functions the same. > Otherwise it looks like recompiling PHP to include

PHP7 - Connect to sybase database

2017-01-27 Thread Antony Wellens
Hi guys, Can someone help me out? http://php.net/manual/en/function.sybase-connect.php is removed as from PHP7. So now I am getting this error: PHP Fatal error: Uncaught Error: Call to undefined function sybase_connect() How am I supposed to connect to sybase now with PHP7? I've got the