Propagate changes to /etc/cl.selector/defaults.cfg out to all users
Announcement
Collapse
No announcement yet.
Propagate new default PHP extensions
Collapse
X
-
If you change the extensions that are loaded in /etc/cl.selector/defaults.cfg how do you propagate those changes out to all of the users on the server?
I enabled ZendGuard and Ioncube in the default PHP after I enabled php-selector globally. But none of the users are loading the ZendGuard and Ioncube extensions.
Is there something I need to do to propagate the changes in /etc/cl.selector/defaults.cfg out to all users?
-
This defaults.cfg file take place only for newly added users, it takes no actions for existing users.
To enable/disable extensions for users globally you have to do it via selectorctl command, e.g.:
Code:selectorctl --enable-user-extensions=EXTNAME --version=5.4 --user=username
Comment
Comment