PHP have wide list of available extensions that can be installed apart from the core PHP, CyberPanel allows you to install or remove PHP extensions from your server depending upon your web application requirements.
Installation
Server > PHP > Install Extensions
First select the PHP version you want to install extensions for.
You can use search box to search for extension you need.
Once you find the extension, you can click Install
if extension is already installed you will not be able to perform the installation.
Once you click Install
, you should see your installation summry which would look like:
Uninstall
Server > PHP > Install Extensions
Removing PHP extension is also very similar.
First select the PHP version you want to install extensions for.
You can use search box to search for extension you need.
Once you find the extension, you can click Un-Install
if extension is not installed you will not be able to perform the removal.
Lux
August 4, 2022, 3:56pm
2
Why Zip extension is not found in the new version of cyberpanel? Some code to install it via SSH??
Hi @usmannasir
How are you doing?
Right now I have php version 8.0.8 and i want to upgrade version to 8.1.0 can you please guide how can i do this?
I am new to the system…Please help!
Hello!
This tutorial is an extension of Install/Uninstall PHP Extensions (pun not intended) for users who do not find the PHP extensions they need under Server > PHP > Install Extensions or find the module they need in the LiteSpeed repository.
PEAR package manager can also be used to to manage PECL extensions.
# change lsphp74 to any php version you have installed as default
$ cd /usr/local/lsws/lsphp74/bin
$ wget http://pear.php.net/go-pear.phar
$ ./lsphp go-pear.phar
then, using zip exte…
Install any PHP module from PECL or PEAR package list
h_dibi
November 3, 2022, 4:19pm
5
Why Zip extension is not found
php version 8.1
Welcome @h_dibi Happy you are here
Zip ext is supported thus should be available. I will test on my test server
i cant see Fileinfo in PHP extension section, plz let me know how to install that, thanks