PHP

php

How to Install php-mcrypt on CentOS 6.3

mcrypt exension for PHP is necessary if we want to use cookie based authentication with phpymyadmin. In default CentOS 6.3 yum repository or in CentOS 6.3 installation CD/DVD, php-mcrypt exension…

php

How to Enable Admin Script of APC on PHP

In server administration, optimizing PHP performance is a common task. One effective way to achieve this is by using the Alternative PHP Cache (APC), a robust and open-source framework designed…

php

How to Enable APC With PHP on CentOS 6.3

The Alternative PHP Cache (APC) is a robust, open-source framework that optimizes and caches PHP intermediate code. It’s a PECL extension, sharing the packaging and distribution system with its sister,…

php

How to Install php-mcrypt on Fedora 16

php-mcrypt is a standard of PHP module that provides mcrypt library support. In linux systems,mcrypt is necessary for installing CMSes like majento. Before you start to install any software such…

php

How to Install PHP-FPM on CentOS 6.2

PHP-FPM (FastCGI Process Manager) is a PHP FastCGI implementation and is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. PHP-FPM…

php

How to Install PHP on Fedora 16

PHP, or Hypertext Preprocessor, is a widely utilized, open-source server-side scripting language specifically designed for web development to create dynamic web pages. It can be embedded into HTML and is…