
Feature request: deprecate php 5.2.x support
Reported by dleffler | January 19th, 2015 @ 02:32 PM | in 2.4.0 (closed)
We still support php v5.2.1 (in Exp v2.3.2), but if things seem to break prior to a release, it many times relates to calling methods not supported in php versions prior to v5.3 which do not support referencing the class using a variable, or late static bindings...therefore requiring us to use method_exists() & call_user_func() which makes the code much less readable.
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