moderntribe / square-one

Modern Tribe's legacy WordPress framework for the classic editor.
GNU General Public License v2.0
89 stars 20 forks source link

[SQONE-698]: Basic PHP80 support #1037

Closed defunctl closed 2 years ago

defunctl commented 2 years ago

What does this do/fix?

This is an intermediate update to show how existing PHP7.4 projects can jump to PHP8.0 when their hosts force an upgrade. Essentially, this is the minimum amount of work to make this support PHP8.0 while being backwards compatible with our PHP7.4 system. A future PR will bring in PHP8.0 minimums + optimizations once Tribe Libs is also ready for that.

QA

Everything should function as before, assuming you restart the project to run on the PHP8.0 docker container.