Solved how to instasll PHP 5.3 on Ubuntu 16.04 64bit

Status
Not open for further replies.

iiOne

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

MadKill

Active Member
Joined
Sep 1, 2015
Messages
190
Reaction score
47
Points
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

Active Member
Joined
Oct 11, 2015
Messages
51
Reaction score
11
Points
98
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
Joined
Nov 2, 2015
Messages
997
Reaction score
723
Points
161
Yep, better use 7.0 that is directly by default in the package manager.
 

iiOne

Member
Joined
Jan 10, 2016
Messages
53
Reaction score
11
Points
43
oh :eek:
sorry about that :D
 
Status
Not open for further replies.
Top