• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

sqlsrv

  1. Systems

    Question install php-mssql (php 5.4)extension or pdo_sqlsrv / sqlsrv extension (php >= 7.2)

    Hello, According to this article:  How to install the sqlsrv extension for the Plesk PHP handlers? (https://support.plesk.com/hc/en-us/articles/12377482190999) I try both options explained, but not works. 1) pdo_sqlsrv and sqlsrv-5.8.1 on CentOS 7 with PHP 7.2 I just try also install sqlsrv...
  2. B

    Question how to install MS SQL drivers for PDO

    I am trying to connect to MS SQL from php I use: $conn = new PDO("dblib:Server=$serverName;Database=$base", "$user", "$pass"); but it seems that my server is missing PDO DRIVER, I only have: PDO drivers mysql, odbc, pgsql, sqlite and I got: Got error 'PHP message: PHP Fatal error...
Back
Top