Jump to content

Update php version


Rubik Rubik

Recommended Posts

Hello, tell me how to update the version of php?

I tried so it did not work out:

 

1. Add the main repository to your /etc/apt/sources.list file

deb http://packages.dotdeb.org wheezy all
deb-src http://packages.dotdeb.org wheezy all

 

 

2. If you want to install :

PHP 5.6 on Debian 7 “Wheezy” (without Zend thread safety):

deb http://packages.dotdeb.org wheezy-php56 all
deb-src http://packages.dotdeb.org wheezy-php56 all

 

Thread Safety

 

3. Fetch and install the GnuPG key

wget https://www.dotdeb.org/dotdeb.gpg
sudo apt-key add dotdeb.gpg

 

4. Run sudo apt-get update

5. Run sudo apt-get install php5

 

Tell me how to update the version of php???

This image is installed Armbian_5.31_Cubietruck_Debian_jessie_next_4.11.5.7z

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines