Feature request: PHP 7 compatibility
Reported by dleffler | June 24th, 2015 @ 01:05 PM | in 2.3.8 (closed)
Though Exponent basically runs under php7 with a recent fix to expPaginator, we'll need to scrub the code for at least:
- deprecated php4 style constructors produce warning; class name function used as constructor instead of __construct(); primarily in 3rd party libs such as tar/zip/pear
- cannot dereference an array/object as a property produces fatal error; such as $record->$params['model_field']
Comments and changes to this ticket
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS