Hello,
I am using the official OpenLiteSpeed image on Vultr, however, I am having a hard time getting the PHP extensions sqlsrv and pdo_sqlsrv to work.
I followed these instructions:
https://stackoverflow.com/questions/69200089/mssql-pdo-on-openlitespeed
I updated the PHP.ini filed
/usr/local/lsws/lsphp80/etc/php/8.0/litespeed/php.ini
to include
extension=sqlsrv.so
extension=pdo_sqlsrv.so
Any ideas?
I am using the official OpenLiteSpeed image on Vultr, however, I am having a hard time getting the PHP extensions sqlsrv and pdo_sqlsrv to work.
I followed these instructions:
https://stackoverflow.com/questions/69200089/mssql-pdo-on-openlitespeed
I updated the PHP.ini filed
/usr/local/lsws/lsphp80/etc/php/8.0/litespeed/php.ini
to include
extension=sqlsrv.so
extension=pdo_sqlsrv.so
Any ideas?