Hello
we have CWP pro running on our server.
For one user we require disabling pdo_mysql and enabling nd_pdo_mysql on PHP 8.3.4
we are using PHPFPM with Apache, Nginx and Varnish.
We have tried editing php.ini from user panel with below, but its not reflecting in the phpinfo shown on the domain
pls help what exact steps we need to perform to disable the pdo_mysql for that account and activating the nd_pdo_mysql extension with phpfpm
we have set below in edit php.ini
--
extension=nd_pdo_mysql
disable_functions=pdo_mysql
--
but it does not reflect in the phpinfo
thanks