Hi all,
probably a stupid question. Is it possible to upgrade from PHP 7.0 to 7.3, while staying on Stretch? If yes, how I do it?
Thanks!
Code: Select all
sudo apt-get install php7.3pidd wrote: ↑Fri Jul 03, 2020 2:19 pmHave you tried installing "php7.3"?
Code: Select all
sudo apt-get install php7.3
I admit I didn't read any of that information in the OP's question.fruitoftheloom wrote: ↑Fri Jul 03, 2020 2:59 pmpidd wrote: ↑Fri Jul 03, 2020 2:19 pmHave you tried installing "php7.3"?
Code: Select all
sudo apt-get install php7.3
You misread the OPs requirement, PHP 7.0 is the default in Raspbian Stretch, whilst PHP 7.3 is default in RaspiOS (formerly Raspbian) Buster.
pidd wrote: ↑Fri Jul 03, 2020 3:15 pmI admit I didn't read any of that information in the OP's question.fruitoftheloom wrote: ↑Fri Jul 03, 2020 2:59 pmpidd wrote: ↑Fri Jul 03, 2020 2:19 pmHave you tried installing "php7.3"?
Code: Select all
sudo apt-get install php7.3
You misread the OPs requirement, PHP 7.0 is the default in Raspbian Stretch, whilst PHP 7.3 is default in RaspiOS (formerly Raspbian) Buster.
I made a suggestion, just in case the 7.3 package is available even if it isn't the default that would be picked up by an update - I thought I had done similar on Buster at one point.
Are you saying there is 100% no chance that it could happen?
What possible reason do you have for that? What's blocking your upgrade to the better supported OS?
I fail to see the significance? Please enlighten me.
The reason I do not want to upgrade to Buster is that I have to start from a fresh install so I have to rebuild all of what I have done from scratch. And since I'm using my raspberry as a web server for more than a year now, I don't remember all the things I installed and modified to get all working.