
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
-
-
-
dleffler January 1st, 2016 @ 01:46 PM
- State changed from new to resolved
I think we've got all this work done
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
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