2

I'm trying to downgrade PHP version from 5.6 to 5.5 on Ubuntu 16.10.

After all the research I've done, the main repository from Ondrej, does not include 5.5 version anymore. none of the other repositories I try'ing to install contain PHP 5.5.

Does anyone know a solution for this? Tnx

Eyal Cohen
  • 1,188
  • 2
  • 15
  • 27

1 Answers1

2

you need to downgrade your ubuntu or else you need to use php 7, php 5.5 is outdated for ubuntu 16.04

Exprator
  • 26,992
  • 6
  • 47
  • 59
  • Check my question. ondrej/php does not include php5.5 anymore. For each one of the package's im trying to install, I get the error: `E: Unable to locate package php5.5-X` – Eyal Cohen Jun 19 '17 at 07:40
  • you need to downgrade your ubuntu or else you need to use php 7, php 5.5 is outdated for ubuntu 16.04 – Exprator Jun 19 '17 at 07:42
  • If you can update your answer I'll upvote for it, Thank you very much! – Eyal Cohen Jun 19 '17 at 07:43