install latest php on feren os code example
Example 1: install latest php on feren os
# /etc/init.d/apache2 stop
# /etc/init.d/apache2 start
Example 2: install latest php on feren os
# apt-cache search php5
# aptitude search php5
# aptitude search php5 |grep -i mysql
Example 3: install latest php on feren os
# apt-get install php5-common libapache2-mod-php5 php5-cli
Example 4: install latest php on feren os
# apt-get install php5-mysql php5-curl