Hi there, when PHP 7.3 was introduced in this Alt-PHP update (https://www.cloudlinux.com/cloudlinu...p-updated-1-58) the mysqli and pdo_mysql extensions are missing from PHP Selector.
Only nd_mysqli and nd_pdo_mysql are available, but PHP 7.2 and all previous versions offered both sets of extensions.
I contacted support and they said that both mysqli, pdo_mysql and nd_mysqli, nd_pdo_mysql are available for PHP 7.3 in their test environments and should be accessible with this Alt-PHP update.
All of my many servers are missing mysqli and pdo_mysql in PHP Selector for PHP 7.3.
I dug into this further with support and noticed that the following symbolic links are missing:
/opt/alt/php73/usr/lib64/php/modules/mysqli.so -> /opt/alt/php73/etc/mariadb101/mysqli.so
/opt/alt/php73/usr/lib64/php/modules/pdo_mysql.so -> /opt/alt/php73/etc/mariadb101/pdo_mysql.so
Additionally, these ini files are missing as well:
/opt/alt/php73/etc/http://php.d.all/mysqli.ini
/opt/alt/php73/etc/http://php.d.all/pdo_mysql.ini
Can this be looked into as this appears to be a widespread issue?
Only nd_mysqli and nd_pdo_mysql are available, but PHP 7.2 and all previous versions offered both sets of extensions.
I contacted support and they said that both mysqli, pdo_mysql and nd_mysqli, nd_pdo_mysql are available for PHP 7.3 in their test environments and should be accessible with this Alt-PHP update.
All of my many servers are missing mysqli and pdo_mysql in PHP Selector for PHP 7.3.
I dug into this further with support and noticed that the following symbolic links are missing:
/opt/alt/php73/usr/lib64/php/modules/mysqli.so -> /opt/alt/php73/etc/mariadb101/mysqli.so
/opt/alt/php73/usr/lib64/php/modules/pdo_mysql.so -> /opt/alt/php73/etc/mariadb101/pdo_mysql.so
Additionally, these ini files are missing as well:
/opt/alt/php73/etc/http://php.d.all/mysqli.ini
/opt/alt/php73/etc/http://php.d.all/pdo_mysql.ini
Can this be looked into as this appears to be a widespread issue?
Comment