Skip to content

Conversation

@paulomarg
Copy link
Contributor

WHY are these changes introduced?

PHP 7.4 has reached its EOL, so we're no longer supporting it.

WHAT is this pull request doing?

Removing support for 7.4, and making sure everything works on 8.2.

Now that we're fully on PHP 8, we can start leveraging the new language features, like named arguments, so this PR is also updating the docs in a few places to make things simpler.

Type of change

  • Major: Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • I have added a changelog entry, prefixed by the type of change noted above
  • I have added/updated tests for this change
  • I have updated the documentation for public APIs from the library (if applicable)

@paulomarg paulomarg requested a review from a team April 25, 2023 19:26
@paulomarg paulomarg changed the title Support php 8 2 Support php 8.2 Apr 25, 2023
sessionStorage: new FileSessionStorage('/tmp/php_sessions'),
apiVersion: '2021-04',
isEmbeddedApp: true,
isPrivateApp: false,
Copy link
Contributor

Choose a reason for hiding this comment

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

Did this get renamed to isCustomStoreApp?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, I think we still use isPrivateApp. We should probably rename it, but that should be its own PR.

@paulomarg paulomarg requested a review from lizkenyon April 26, 2023 12:46
@paulomarg paulomarg merged commit 004b632 into main Apr 26, 2023
@paulomarg paulomarg deleted the support_php_8_2 branch April 26, 2023 13:54
@rafaelstz rafaelstz mentioned this pull request Apr 29, 2023
6 tasks
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