PDO_ODBC is no longer recommended for MS SQLServer

This commit is contained in:
Christoph M. Becker 2021-09-06 13:32:51 +02:00
parent 28fa285d52
commit 4157259e89
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -49,8 +49,7 @@
On Windows, <filename>php_pdo_odbc.dll</filename> has to be enabled as
extension in &php.ini;. It is linked
against the Windows ODBC Driver Manager so that PHP can connect to any
database cataloged as a System DSN, and is the recommended driver for
connecting to Microsoft SQL Server databases.
database cataloged as a System DSN.
</para>
</section>