PHP extensiion manager
is a cPanel script to install PHP extensions in cPanel server. This
is a easy way to install PHP extension without running EasyApache.
Following command is
used to get the list of availabe PHP extension.
#/scripts/phpextensionmgr
list
Available Extensions:
EAccelerator
IonCubeLoader
Zendopt
Xcache
SourceGuardian
PHPSuHosin
Following command is
used for check the status of the extension module.
/scripts/phpextensionmgr
status <extension> ,replace <extension> with the module
that you wish to install
Installation of PHP
extension is a simple process. Following command is used for
installing extension
/scripts/phpextensionmgr
install <extension> ,replace <extension> with the module
that you wish to install
Following command is
used for installing extension
/scripts/phpextensionmgr
uninstall <extension> ,replace <extension> with the
module that you wish to install
Thats all
No comments:
Post a Comment