Skip to content
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

remove support for php 5.3 #72

Closed
tflori opened this issue Jul 14, 2017 · 2 comments
Closed

remove support for php 5.3 #72

tflori opened this issue Jul 14, 2017 · 2 comments
Labels
Milestone

Comments

@tflori
Copy link
Member

tflori commented Jul 14, 2017

I know some years ago php 5.3 was alive but even the latest debian stable has now php 7 and I'm wondering if we still need php 5.3 support.

php 5.3 is not supported by zend since almost 3 years. it's not only about short array syntax and using $this in a closure. there is also no callable type for parameters.

the nicest would be to ask everyone who is using this lib but I don't see a way for this. from packagist statistics it looks like 5.3 is still supported by a lot of packages but almost no one is using it:
https://seld.be/notes/php-versions-stats-2017-1-edition

@ulrichsg what do you think?

@tflori tflori added this to the Version 3.0 milestone Jul 14, 2017
@tflori tflori added the on hold label Jul 14, 2017
@tflori
Copy link
Member Author

tflori commented Jul 14, 2017

this really looks ugly and is very annoying for me:
https://github.com/getopt-php/getopt-php/commits/feature-commands

@ulrichsg
Copy link
Collaborator

I'm all for it. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants