-
Notifications
You must be signed in to change notification settings - Fork 344
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
Do you use PHP 5.4? #962
Comments
I do not use PHP 5.4. |
Active Support for 5.6 has stopped in Jan 2017. Security Support ends Dec 2018. |
@Koopzington Not being supported by PHP team does not mean much in classic distributions like Debian or RHEL. Packages on those systems do not usually use official updates anyway, important stuff is backported. Moreover, while I personally prefer upstream packages, some of our users, especially in poorer countries, may use cheapest servers available that often use oldest supported LTS version at best. Switching to better provider might not be a possibility for them. |
I'm using PHP 7.0, because its in the repo from Ubuntu 16.04 LTS |
Does not seem to be an issue for users here. I will add the following message in 2.18 for PHP < 5.6. If there is not a big fuss, 3.0 will raise the requirements.
|
Hello, I use PHP 5.4 as I'm using CentOS 7. That's what in the official repos, though one can use SCL to get up to PHP 7.1 if I'm correct. |
No need for PHP 5.4 on my side :) |
selfoss still targets PHP 5.4 because it is still supported by some LTS distributions:¹
Debian 6 “Squeeze”Switching to PHP 5.6 is not that interesting feature-wise² but the main reason for dropping old versions is libraries support. We already need to maintain TwitterOAuth ourselves and the list of incompatible libraries will only grow. Another one of our dependencies is removing support for PHP 5.4 soon.
For comparison, Nextcloud supports 5.6+, Wallabag is switching to PHP 5.6 in the next version (2.3). Wordpress is very conservative, supporting 5.2.4+.
According to Seldaek PHP 5.4 has around 3 percent share but the data come from packagist which the users that want PHP 5.4 probably do not use.
Is PHP 5.4 still relevant?
password_hash
, which will be used in selfoss 3.0 but there is a polyfill. If we dropped 5.4, we may as well kick 5.5, then we will also get generators, which I could use them for refactoring spouts.The text was updated successfully, but these errors were encountered: