How to Install a PHP Extension Using PECL

PECL (PHP Extension Community Library) is a repository for PHP extensions that are not included in the core PHP distribution. You can use PECL to easily install and manage PHP extensions.


Step 1: Ensure PECL is Installed

PECL is included with PHP-PEAR, so you may need to install it first:

For cPanel/WHM servers:

yum install ea-phpXX-php-pear ea-phpXX-php-devel -y


Replace XX with your PHP version (e.g., ea-php82-php-pear for PHP 8.2).


For other Linux distributions:

apt install php-pear php-dev -y # Debian/Ubuntu

yum install php-pear php-devel -y # CentOS/RHEL


Step 2: Install the PHP Extension Using PECL

To install an extension, use:

pecl install extension_name


For specific PHP versions on cPanel/WHM:

/opt/cpanel/ea-phpXX/root/usr/bin/pecl install extension_name


Replace XX with the PHP version (e.g., ea-php82 for PHP 8.2).

Example:

pecl install zstd


Step 3: Enable the Installed Extension

After installation, you may need to manually enable the extension in the PHP configuration file.

  1. Add the extension to the php.ini or create a .ini file:

    1. echo "extension=extension_name.so" >> /etc/php.d/extension_name.ini

  2. For cPanel/WHM:

    1. echo "extension=extension_name.so" >> /opt/cpanel/ea-phpXX/root/etc/php.d/extension_name.ini

  3. Restart your web server to apply changes:



Step 4: Verify the Installation

Check if the extension is installed:

php -m | grep extension_name

or

php -i | grep extension_name

If the extension appears in the output, it has been successfully installed.

Can't find what you're looking for?

Create or manage support tickets directly with Micron21

You will need to register a new account if this is the first time lodging a ticket.

If you have previous lodged a ticket either online, email or over the phone you will already have an account. Please reset your password, if you have not logged into the support portal before.

Lodge a ticket Manage existing tickets

Need to send us information securely? Use our Escrow service here

Need more advanced support?

Micron21 provides a comprehensive approach to customer care that starts with a base 24/7 support that is included free with every service we offer - there are no charges to enjoy a basic level of support with Micron21 and you are not restricted in how you contact us to receive assistance any time of day or night.

For those who require more advanced support though, our Customer Care plans and Ad-Hoc support are designed to completely remove the complexity of IT management - from taking full responsibility for your entire infrastructure or tailoring a custom approach, we have the capability and know-how.

 

If you've organised remote assistance from Micron21, click here to connect

Sign up for the Micron21 Newsletter