prprissyqx
New Member
PHP documentation saysLikewise, obtain and unpack the PHP source:\[code\]gunzip php-NN.tar.gztar -xf php-NN.tar\[/code\]What is the path of 5.4.3 version of PHP, so that i can download by \[code\]wget path\[/code\].I have CLI only(no GUI).Or please point me any link/tutorial where step by step installation of PHP 5.4.3 is given.One more thing, where should i unzip the source of PHP? what is the recommended directory in linux?Also please suggest me any additional thing that i need to do apart from below.\[code\]Likewise, obtain and unpack the PHP source:gunzip php-NN.tar.gztar -xf php-NN.tarcd ../php-NN./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysqlmakemake install\[/code\]