Skip to main content

Enabling several PHP extensions issue

Comments

3 comments

  • cPanelLauren
    Hi @Eyas Almamoun There is no exhaustive options list in EasyApache 4, you can install PHP extensions through the UI in EA4 or what you'd need to use is the Module Installers I'm assuming at WHM>>Software>>Module Installers
    0
  • Simon Ward
    They don't exist in WHM>>Software>>Module Installers....
    0
  • cPanelLauren
    So after looking at those specific extensions if that's what you're looking for, each one of them should be built in to cpanel's PHP php -m |egrep -i 'tokenizer|openssl|ctype|json'
    or you can view each PHP version with the following: /opt/cpanel/ea-php73/root/bin/php -m |egrep -i 'tokenizer|openssl|ctype|json'
    just change ea-php73 to the version you're looking for.
    0

Please sign in to leave a comment.