Some common php modules
I often use common php modules below:  php-cli : Command-line interface for PHP  php-common : Common files for PHP  php-dba : A database abstraction layer module for PHP applications  php-devel : Files needed for building PHP extensions  php-embedded : PHP library for embedding in applications  php-fpm : PHP FastCGI Process Manager  php-gd : A module for PHP applications for using the gd graphics library  php-imap : A module for PHP applications that use IMAP  php-ldap : A module for PHP applications that use LDAP  php-mbstring : A module for PHP applications which need multi-byte string handling  php-mysql : A module for PHP applications that use MySQL databases  php-odbc : A module for PHP applications that use ODBC databases  php-pdo : A database access abstraction module for PHP applications  php-pear.noarch : PHP Extension and Application Repository framework  php-pecl-apc : APC caches and optimizes PHP intermediate code  php-pecl-apc-devel : APC developer files (header)  php-pecl...