Question
How do I install PHP modules not included with EasyApache?
Answer
One option to get these tools installed would be to see if there is a PECL package available. Details installing additional tools through PECL can be found here:
How to install PHP extensions using PECL
If that is not an option, you could create a custom RPM using the details provided here:
How to Build and Install Custom RPMs
There are also good details in the forum post below about this process as well that you may find useful:
Install a custom PHP extension
Since this deals with tools that aren't part of the cPanel system our Technical Support team isn't able to provide assistance with this work.