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

Set minimum PHP version to 5.6 #710

Merged
merged 1 commit into from
Jul 8, 2019

Conversation

ramunasd
Copy link
Member

@ramunasd ramunasd commented Jul 7, 2019

Old supported versions like 5.4 and 5.5 became unpopular and rarely used. According to packagist statistics[1] only 1.5% of all installs use PHP 5.5, 5.4 less than 1%. Meanwhile 5.5 and 5.6 has some very nice improvements and features like generators, finally keyword, support for constant array/string dereferencing and scalar class names via constant ::class.

[1] https://blog.packagist.com/php-versions-stats-2019-1-edition/
[2] https://www.php.net/releases/5_5_0.php
[3] https://www.php.net/releases/5_6_0.php

@ramunasd ramunasd requested a review from lukebakken July 7, 2019 16:25
Copy link
Collaborator

@lukebakken lukebakken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind adding version 7.3 to .

@lukebakken lukebakken merged commit e094732 into php-amqplib:master Jul 8, 2019
@lukebakken
Copy link
Collaborator

Thanks!

@lukebakken lukebakken added this to the 2.10.0 milestone Jul 8, 2019
@lukebakken
Copy link
Collaborator

We should release 2.10.0 this week. What do you think @ramunasd ?

@ramunasd ramunasd deleted the minimum_version_5_6 branch July 9, 2019 06:58
@ramunasd
Copy link
Member Author

ramunasd commented Jul 9, 2019

@lukebakken I would like to fix #706 and do some internal refactorings, which are already almost prepared for PR.

@lukebakken
Copy link
Collaborator

No hurry at all! Thanks for your hard work.

kratkyzobak pushed a commit to kratkyzobak/php-amqplib that referenced this pull request Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants