Hi guys, When PHP is compiled as CGI, you won't be able to provide custom php flags in .htaccess or just simply add a php.ini if your home directory. To enable a custom php.ini for your domain running PHP as cgi, perform the following...
Hi guys, When PHP is compiled as CGI, you won't be able to provide custom php flags in .htaccess or just simply add a php.ini if your home directory. To enable a custom php.ini for your domain running PHP as cgi, perform the following...
July 8, 2009 | In: PHP
when you use use "suhosin.executor.func.blacklist", in php.ini it will disable those functions to entire domains in the server. However, you can exclude domains from that restriction by using the appropriate entry in the apache configuration. If in...
January 17, 2009 | In: Apache, Installation, PHP
Download wget http://pecl.php.net/get/memcache-2.1.2.tgz tar -zxf memcache-2.1.2.tgz cd memcache-2.1.2 phpize && ./configure --enable-memcache make make install This should create memcache.so in your extenstion directory...
PhpMyAdmin Installation for a domain is so easy. Enter into your webdirectory (public_html) Download the source into it. From shell wget http://jaist.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-3.1.1-english.tar.gz or download the...
October 19, 2008 | In: Cpanel, Installation, PHP
Ioncube is easy to install without recompiling PHP. Specifically in cpanel servers you can install Ioncube without recompiling PHP. These steps can be used to install in any Linux servers.. Check the architecture. uname -i cat...
The php.ini files in your home directory won't reflect the changes. Perform the following actions to get it resolved. 1. Moving php5 binary: mv /usr/local/cpanel/cgi-sys/php5 /usr/local/cpanel/cgi-sys/php5.bin 2. Then creating wrapper file in...
May 21, 2008 | In: PHP
Installing PHP 5.2 Adding the Dotdeb repository We're going to add the Dotdeb repository, which will provide the latest versions of PHP for Debian. We need to modify the sources.list file by running the following command vi...
April 26, 2008 | In: Installation, PHP
If this header file is not found when you give make for gd installation download it =================== wget http://www.ece.cmu.edu/~ece796/project99/7/final/code/jmorecfg.h mv jmorecfg.h...
April 26, 2008 | In: Installation, PHP
If this header file is not found when you give make for gd installation download it =================== wget http://dev.w3.org/cvsweb/Amaya/libjpeg/jpeglib.h?rev=1.2 mv jpeglib.h?rev=1.2...
April 26, 2008 | In: Installation, PHP
Download the version you need from http://download.savannah.gnu.org/releases/freetype/ Example for freetype-2.1.10 cd /usr/local/src wget http://download.savannah.gnu.org/releases/freetype/freetype-2.1.10.tar.gz tar -zxf...