-
-
Notifications
You must be signed in to change notification settings - Fork 22
fix #43 - suppport php from 5.3 #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
623d4ba
to
d1b3f2f
Compare
php 5.3 compatibility
7778e6a
to
49e3251
Compare
19d43d1
to
ea7e191
Compare
8181011
to
4a14115
Compare
We actually chose specifically NOT to do this. We feel it should be a minimum requirement that users migrating be on a supported version of PHP, whether that's from php.net, or vendors who provide other LTS versions that contain backported security fixes. The earliest version we could find supported by a commercial vendor still is 5.6. |
@weierophinney FWIW, RHEL6 shipped PHP5.3.3 and is getting maintenance updates until Nov 2020. RHEL7 has PHP5.4 and is getting maintenance updates until 2024: https://wiki.centos.org/About/Product How I wish they wouldn't! 😢 |
@weierophinney If you make this decision - all old tags with declare support for older then 5.6 php should be removed Or you can make special version of this bridge - marked as obsolete - but work on old php anyway Errors like this
|
To achievement support by older php versions, this package must support all php versions supported by the components that require it