I cannot connect to the DB with a connection string like the following:
// my env
"Driver=FreeTDS;Server=mssql-server;Port=1433;Database=test;uid=test_user;pwd={p@ssw0rd}"
I can connect by adding a semicolon at the end:
"Driver=FreeTDS;Server=mssql-server;Port=1433;Database=test;uid=test_user;pwd={p@ssw0rd};"
This was originally a problem reported in php-src, but since there was no problem with SQL Server's ODBC and it occurred with FreeTDS, I am reporting it here.
Regards.