
Feature request: deprecate php 5.2.x support
Reported by dleffler | January 19th, 2015 @ 02:32 PM | in 2.3.4 (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
-
dleffler January 30th, 2015 @ 06:36 PM
- Milestone set to 2.4.0
-
dleffler March 27th, 2015 @ 07:26 PM
- State changed from new to resolved
- Assigned user set to dleffler
- Milestone changed from 2.4.0 to 2.3.4
Php v5.2.x support was no longer possible as of v2.3.2 since the libraries we include no longer support v5.2.x (Swiftmailer). Even php v5.3.x is no longer even recommended now that v5.6.x is stable
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