S
S
Sergey2014-10-30 16:41:25
PHP
Sergey, 2014-10-30 16:41:25

How to install php 5.3 from Ubuntu 14.10?

How to install php 5.3 from Ubuntu 14.10?
Is it possible to do this from a repository?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim, 2014-10-31
@karmis

one.

sudo -i
wget http://in1.php.net/distributions/php-5.3.29.tar.bz2
tar -xvf php-5.3.29.tar.bz2
cd php-5.3.29
./configure
make
make install

2. connect the repository (I can not vouch)
sudo add-apt-repository ppa:eugenesan/ppa
sudo apt-get update
sudo apt-get install php5

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question