So I'm trying to switch to PHP 7. Unfortunately I'm in need to connect to an MSSQL Server so I'll need the dblib driver for pdo. With PHP5 you could ust the php5-sybase Package.
So I tried to do it manually following this "Guide". freetds compiled as aspected but PHP said WARNING: unrecognized options: --with-sybase
On an other Website i found simply adding --with-mssql should work, but also failed.
Anyone having any hints or solutions for me?