mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 09:45:54 +03:00
[GH-ISSUE #53] What PHP version should we support? #20
Labels
No labels
bug
enhancement
enhancement
hacktoberfest
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PHP-DNS-SERVER#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @samuelwilliams on GitHub (Sep 4, 2018).
Original GitHub issue: https://github.com/yswery/PHP-DNS-SERVER/issues/53
The composer and travis files currently indicate support for PHP 5.5 which has reached end-of-life. PHP 5.6 will reach end-of-life at the end of this year. Should we change the minimum requirements to PHP 5.6 with a view to update again to PHP 7.2 at the end of the year?
This also affects the PHPUnit testing framework version.
[http://php.net/supported-versions.php](PHP Version Support)
@ivanstan commented on GitHub (Sep 7, 2018):
Personally, I wouldn't bother with php 5.6, in only four months it will be over for php 5.6. Besides we would loose some good type hinting with this backward compatibility
@samuelwilliams commented on GitHub (Sep 7, 2018):
I agree with that position. I think this is where tagging releases would prove useful as it allows us to set a support cut-off.
@ivanstan commented on GitHub (Sep 8, 2018):
I'd like to suggest git flow approach for code management.
Branches:
and feature branches prefixed with
feature