Install PHP for WordPress


There is not much to installing PHP except when you need more power. Sometimes WordPress needs more.

sudo apt-get install php5 php-pear php5-mysql php5-cli php5-gd php5-curl curl
sudo vi /etc/php5/apache2/php.ini


max_execution_time = 300
max_input_time = 60
memory_limit = 256M
post_max_size = 64M
upload_max_filesize = 64M

You may also like...