Once you have installed the php you need to install needed modules to support the development process. we can use the pecl function to install the modules.
To install pecl function.
yum install php-pear
Now to install needed modules just use pecl
pecl install <Module Name>
To install a beta version
pecl install <Module Name>-beta
To list all modules in pecl database
pecl list-all
To check whether the module is installed or not
php -m
To install pecl function.
yum install php-pear
Now to install needed modules just use pecl
pecl install <Module Name>
To install a beta version
pecl install <Module Name>-beta
To list all modules in pecl database
pecl list-all
To check whether the module is installed or not
php -m
No comments:
Post a Comment