Question
I installed a new extension for an ELS-PHP version. How do I enable it?
Answer
- Open the /opt/alt/phpXX/etc/php.d/default.ini file with your preferred text editor. "XX" will need to be replaced with the PHP version.
- Remove the ";" in front of the desired extension.
- Save the file
Comments
0 comments
Article is closed for comments.