Solved how to instasll PHP 5.3 on Ubuntu 16.04 64bit

Status
Not open for further replies.

iiOne

Member
Jan 10, 2016
53
11
43
how do i instasll PHP 5.3 on Ubuntu 16.04 64bit
:(
 
Last edited:

MadKill

Active Member
Sep 1, 2015
190
47
66
why you wont php 5.3 ?

Try this

Code:
sudo apt-get update
sudo apt-get install apache2

sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt
 

kaidinak

Member
Oct 11, 2015
51
11
58
how do i instasll PHP 5.3 on Ubuntu 16.04 64bit
:(
may i ask, for what specific reasons do you need version 5.3?
i use 7.0 for TS-N ranksystem + latest mariadb for teamspeak + latest apache + phpmyadmin.
there is no point of using outdated stuff.
but if you want still, use
apt-cache search php* and find the right package that can be installed on your system
 
Last edited:

Qraktzyl

Retired Staff
Contributor
Nov 2, 2015
997
728
161
Yep, better use 7.0 that is directly by default in the package manager.
 
Status
Not open for further replies.
Top