php

Install pcre 7.6 on Centos 5.5

|| downloading pcre 7.6 package # wget //sourceforge.net/projects/pcre/files/pcre/7.6/pcre-7.6.tar.gz/download || extract and build pcre on Linux Centos # tar -xzf pcre-7.6.tar.gz #...
sysadmin.id
17 sec read

Install PHP 5.3 on Centos 5.5

|| add PHP 5.3 Webtatic repository # rpm -Uvh //repo.webtatic.com/yum/centos/5/latest.rpm || installing PHP 5.3 # yum --enablerepo=webtatic install php or ||...
sysadmin.id
7 sec read

Enable register_globals php using .htaccess

|| how to enable register_globals php on cpanel # vi .htaccess php_flag register_globals on || links | google | cpanel
sysadmin.id
4 sec read

How to install nginx on linux centos

|| what is nginx please take alook this || how to install nginx on linux centos # yum install nginx php-xcache...
sysadmin.id
22 sec read