how can I downgrade PHP version from 8.1 to 7.4?
- This topic is empty.
-
AuthorPosts
-
Natalie
Guestmoved this from another thread
Joan
GuestI wanna downgrade PHP version from 8.1 to 7.4 in ss. how can I do that?
Gabriel
GuestI wanna downgrade PHP version from 8.1 to 7.4 in ss
why?
Cynthia
GuestFor stability reasons, SlickStack only uses the default packages included in each Ubuntu LTS version. So it looks like this:
– Ubuntu 18.04… PHP 7.2
– Ubuntu 20.04… PHP 7.4
– Ubuntu 22.04… PHP 8.1https://github.com/littlebizzy/slickstack/tree/master/modules/php-fpm
So if you want to downgrade you should install Ubuntu 20.04
Wayne
Guestbecause of one plugin which is not OK with PHP 8.1
Mark
Guestbecause of one plugin which is not OK with PHP 8.1
Better solution is delete that plugin 😉
don’t change your entire stack to accommodate bad code.
Pamela
GuestPHP 8.1 is what you should be using in 2023
Nicole
GuestThe good thing is that after PHP 7, the PHP changes got a lot smoother and there are not really breaking changes anymore like previous older versions. Also the performance is really good now for any version after 7+ so changing versions around is not a big concern.
Larry
Guesthttps://github.com/littlebizzy/slickstack/issues/188
change php version and Install ioncube loader #188
ticketLinda
GuestSlickStack team said the same thing on above GitHub issue.
-
AuthorPosts