Xtraball / Siberian

Siberian Single App Edition (SAE), free and open-source app builder.
https://www.siberiancms.com
Open Software License 3.0
167 stars 151 forks source link

PHP 8.x.x compatibility #816

Open Neustradamus opened 1 year ago

Neustradamus commented 1 year ago

PHP 8.0.0 exists since 2020-11-26.

Debian 12 has PHP 8.2...

At this time, supported versions:

EOL (End of Life) unsecured:

Source:

Linked to:

Neustradamus commented 1 year ago

Debian 12 has been released:

Slicit commented 1 year ago

What we stated is

While we are almost sure Siberian can run on PHP 8.x

The main issue is with the third party modules, so we STILL recommend PHP 7.3 as the GO-TO version, because we are sure all modules works with this version.

There was way too much breaking changes in PHP 8.* so it is not easy for everyone to catch up

And still, today I wouldn't recommend running any app outside Docker/Kubernete, and with these you can mount any version of PHP you want ;)