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 suppo
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 PHP