paxbg.blogg.se

Install A2enmod Fedora
Install A2enmod Fedora











Install A2enmod Fedora

Install Apache and configure driver loading (Ubuntu) sudo suĪpt-get install libapache2-mod-php8.1 apache2 If there is only one PHP version in the system, then the last step can be simplified to phpenmod sqlsrv pdo_sqlsrv. Printf " priority=30\nextension=pdo_sqlsrv.so\n" > /etc/php/8.1/mods-available/pdo_sqlsrv.ini Printf " priority=20\nextension=sqlsrv.so\n" > /etc/php/8.1/mods-available/sqlsrv.ini Install the PHP drivers for Microsoft SQL Server (Ubuntu) sudo pecl install sqlsrv It's used by the pecl command to install the PHP drivers. Make sure to also install the unixodbc-dev package.

Install A2enmod Fedora

Install the ODBC driver for Ubuntu by following the instructions on the Install the Microsoft ODBC driver for SQL Server (Linux). Install PHP (Ubuntu) sudo suĪpt-get install php8.1 php8.1-dev php8.1-xml -y -allow-unauthenticated To install PHP 8.0 or 8.2, replace 8.1 with 8.0 or 8.2 in the following commands. Please refer to Support Matrix for the latest supported operating systems version. Both drivers have the same dependencies except where noted below. Users comfortable with customizing their configuration can adjust these instructions to be specific to SQLSRV or PDO_SQLSRV. While these instructions contain commands to install both SQLSRV and PDO_SQLSRV drivers, the drivers can be installed and function independently. PHP-FPM is needed if you're using the nginx web server instead of Apache. See the notes at the beginning of each section to install PHP 8.0 or 8.2 instead.Īlso included are instructions for installing the PHP FastCGI Process Manager, PHP-FPM, on Ubuntu. Some supported Linux distros default to PHP 7.1 or earlier, which is not supported for the latest version of the PHP drivers for SQL Server.

Install A2enmod Fedora

You may need to run pecl channel-update first. The following instructions install PHP 8.1 by default using pecl install, if the PHP 8.1 packages are available. For an explanation of extension loading and why we do not add the extensions to php.ini, see the section on loading the drivers. These instructions advise installing the drivers using PECL, but you can also download the prebuilt binaries from the Microsoft Drivers for PHP for SQL Server GitHub project page and install them following the instructions in Loading the Microsoft Drivers for PHP for SQL Server. The following instructions assume a clean environment and show how to install PHP 8.1, the Microsoft ODBC driver, the Apache web server, and the Microsoft Drivers for PHP for SQL Server on Ubuntu, Red Hat, Debian, Suse, Alpine, and macOS.













Install A2enmod Fedora