Install php-mysql on your linux machine.
php-mysql : Module for PHP applications that use MySql databases
php-gd : A module for PHP applications for using the gd graphics library
php-mbstring : A module for PHP applications which need multi-byte string
handling
php-mcrypt : Standard PHP module provides mcrypt library support
To install these modules on your linux machine
# yum install -y php-mysql
php-mysql : Module for PHP applications that use MySql databases
php-gd : A module for PHP applications for using the gd graphics library
php-mbstring : A module for PHP applications which need multi-byte string
handling
php-mcrypt : Standard PHP module provides mcrypt library support
To install these modules on your linux machine
# yum -y install php-mbstring php-mcrypt php-gd
# service httpd graceful
# service httpd graceful
0 comments:
Post a Comment