Skip to content

Support php 8.2 - #262

Merged
paulomarg merged 6 commits into
mainfrom
support_php_8_2
Apr 26, 2023
Merged

Support php 8.2#262
paulomarg merged 6 commits into
mainfrom
support_php_8_2

Conversation

@paulomarg

Copy link
Copy Markdown
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 teamApril 25, 2023 19:26
@paulomargpaulomarg changed the title Support php 8 2Support php 8.2Apr 25, 2023
sessionStorage: new FileSessionStorage('/tmp/php_sessions'),
apiVersion: '2021-04',
isEmbeddedApp: true,
isPrivateApp: false,

Copy link
Copy Markdown
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
Copy Markdown
ContributorAuthor

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.

Comment threaddocs/getting_started.md Outdated
Co-authored-by: Liz Kenyon <lizkenyon07@gmail.com>
@paulomarg
paulomarg merged commit 004b632 into mainApr 26, 2023
@paulomarg
paulomarg deleted the support_php_8_2 branch April 26, 2023 13:54
This was referenced Apr 26, 2023
@rafaelstzrafaelstz mentioned this pull request Apr 29, 2023
6 tasks
Sign up for freeto 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

@paulomarg@lizkenyon