php

Ubuntu :: PHP FastCGI + NGINX

:: How to setup PHP FastCGI for NGINX in Ubuntu + Installing NGINX and php-cgi apt-get update apt-get install nginx php5-cli...
sysadmin.id
1 min read

PHP :: Compile MySQLi Extension in PHP 5.3.1

:: What is MySQLi The MySQLi Extension (MySQL Improved) is a relational database driver used in the PHP programming language to...
sysadmin.id
16 sec read

cPanel :: Enable individual php.ini on FastCGI

:: Requirement on vhost make sure your vhost have these: ScriptAlias /cgi-bin/ "/home/username/public_html/cgi-bin/" Options +ExecCGI -Includes AddHandler cgi-script .cgi .pl .plx...
sysadmin.id
33 sec read

cPanel :: PHP Startup: Suhosin Extension does not officially support PHP 5.2

:: error PHP Warning: PHP Startup: Suhosin Extension does not officially support PHP 5.2 and below anymore, because it is discontinued....
sysadmin.id
35 sec read

PHP :: Fatal error: Class 'DomDocument' not found

:: PHP error Fatal error: Class 'DomDocument' not found   :: How to fix + install php-xml yum install php-xml +...
sysadmin.id
6 sec read

CentOS:: Install and configure LAMP

:: How to install LAMP on CentOS yum install httpd httpd-devel mysql mysql-server mysql-devel php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel...
sysadmin.id
14 sec read

PHP:: enable pcntl extension from source

:: Compile pcntl extension wget //museum.php.net/php5/php-5.3.6.tar.gz tar xvf php-5.3.6.tar.gz cd php-5.3.6/ext/pcntl phpize ./configure make && make install :: Configure pcntl extension...
sysadmin.id
13 sec read