Skip to content

Update to require PHP 7.1+ - #276

Merged
WyriHaximus merged 3 commits into
reactphp:3.xfrom
WyriHaximus-labs:3.x-raise-minimum-php-version-to-7.1PLUS
May 23, 2024
Merged

Update to require PHP 7.1+#276
WyriHaximus merged 3 commits into
reactphp:3.xfrom
WyriHaximus-labs:3.x-raise-minimum-php-version-to-7.1PLUS

Conversation

@WyriHaximus

@WyriHaximusWyriHaximus commented Feb 21, 2024

Copy link
Copy Markdown
Member

This changeset updates the project to require PHP 7.1+ and drop legacy PHP < 7.1 and HHVM as discussed in #271. I'm marking this as a BC break for anybody still stuck on very old PHP versions, but there's little chance this will affect any current projects otherwise.

This PR aims to contain the minimal changeset to update the PHP version requirement only. Follow-up PRs will update our APIs to leverage newer language features.

Builds on top of #269, #272, #273 and others
Refs reactphp/cache#58 and reactphp/stream#175

@WyriHaximusWyriHaximus added this to the v3.0.0 milestone Feb 21, 2024
@WyriHaximus
WyriHaximusforce-pushed the 3.x-raise-minimum-php-version-to-7.1PLUS branch from 8dfab30 to a6bc754CompareFebruary 21, 2024 06:40
@WyriHaximus
WyriHaximus marked this pull request as ready for review February 21, 2024 06:45
@WyriHaximus
WyriHaximusforce-pushed the 3.x-raise-minimum-php-version-to-7.1PLUS branch 2 times, most recently from d62cd4e to ec578d4CompareFebruary 24, 2024 14:18
@clue
clueforce-pushed the 3.x-raise-minimum-php-version-to-7.1PLUS branch from eee05cc to 1321766CompareMay 15, 2024 15:59

@clueclue left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@WyriHaximus Went over your changes together with @cassifyit and addressed all outstanding issues, great work, now let's get this shipped! :shipit::shipit::shipit:

For the reference: Link to diff between original eee05cc and new 1321766: https://gist.github.com/clue/98910c5ec0c390225d702d897e366304)

@clue
clueforce-pushed the 3.x-raise-minimum-php-version-to-7.1PLUS branch from 1321766 to cde4017CompareMay 16, 2024 06:47

@SimonFringsSimonFrings left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Pull request looks good to me, let's get this in 👍

@WyriHaximus
WyriHaximus merged commit f2fb5a2 into reactphp:3.xMay 23, 2024
@WyriHaximus
WyriHaximus deleted the 3.x-raise-minimum-php-version-to-7.1PLUS branch May 23, 2024 14:57
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@WyriHaximus@clue@SimonFrings