Managing PHP extensions (cPanel)

Php extensions means additional modules that we need to run/execute with an already installed PHP on server. No need to run easyapche to install/uninstall modules like zend optimizer,EAccelerator, IonCubeLoader, SourceGuardian, PHPSuHosin etc. You can use the command scripts/phpextensionmgr to do it.

List all installed modules:

/scripts/phpextensionmgr list

Install new module:

/scripts/phpextensionmgr install module_name

Uninstall a module:

/scripts/phpextensionmgr uninstall module_name

Thank you for your time.

Post navigation

Arunlal A

Senior System Developer at Zeta. Linux lover. Traveller. Let's connect! Whether you're a seasoned DevOps pro or just starting your journey, I'm always eager to engage with like-minded individuals. Follow my blog for regular updates, connect on social media, and let's embark on this DevOps adventure together! Happy coding and deploying!

Leave a Reply

Your email address will not be published. Required fields are marked *