exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
59 stars 24 forks source link

Bug: Not PHP v7.4 compatible #1489

Closed exponentcms closed 4 years ago

exponentcms commented 4 years ago

PHP v7.4 will NOT allow serialization of the Reflection class. Somewhere we? are attempting to do this. Each controller/model has a 'classinfo' property which is the reflection class used to get the object name and file location.

exponentcms commented 4 years ago

Recent code push adds PHP v7.4 compatibility

exponentcms commented 4 years ago

FYI, we had the reflection object as a part of $this which php automatically serializes in the session

exponentcms commented 4 years ago

Lighthouse URL: https://exponentcms.lighthouseapp.com/projects/61783/tickets/1448