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

[BUGS-6317] Adds $admin property #251

Merged
merged 6 commits into from
Jun 1, 2023

Conversation

jazzsequence
Copy link
Contributor

@jazzsequence jazzsequence commented May 30, 2023

This PR intends to fix this error added by PHP 8.2:

Deprecated: Creation of dynamic property Pantheon_Sessions::$admin is deprecated in /usr/src/app/content/plugins/wp-native-php-sessions/pantheon-sessions.php on line 93

Copied from #250 by @MiguelAxcar

This PR intends to fix this error added by PHP 8.2:

Deprecated: Creation of dynamic property Pantheon_Sessions::$admin is deprecated in /usr/src/app/content/plugins/wp-native-php-sessions/pantheon-sessions.php on line 93
@jazzsequence jazzsequence marked this pull request as ready for review May 30, 2023 14:35
@jazzsequence jazzsequence requested a review from a team as a code owner May 30, 2023 14:35
Copy link
Member

@pwtyler pwtyler left a comment

Choose a reason for hiding this comment

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

Rescinding approval, @jazzsequence, can you update the changelog before merging?

@jazzsequence jazzsequence requested a review from pwtyler June 1, 2023 14:58
@jazzsequence
Copy link
Contributor Author

@pwtyler all ready for release

@jazzsequence jazzsequence force-pushed the deprecated-dynamic-property-error branch from 107f629 to 75a1d8e Compare June 1, 2023 17:29
@jazzsequence jazzsequence changed the title Adds $admin property [BUGS-6317] Adds $admin property Jun 1, 2023
@jazzsequence jazzsequence merged commit 9a86a9b into develop Jun 1, 2023
@jazzsequence jazzsequence deleted the deprecated-dynamic-property-error branch June 1, 2023 18:56
pwtyler pushed a commit that referenced this pull request Jun 1, 2023
* Adds $admin property

This PR intends to fix this error added by PHP 8.2:

Deprecated: Creation of dynamic property Pantheon_Sessions::$admin is deprecated in /usr/src/app/content/plugins/wp-native-php-sessions/pantheon-sessions.php on line 93

* fixes lints that were missed in previous PR

* bump version

* bump version, tested up to & update changelog

* re-add plucked stable tag
@pwtyler pwtyler mentioned this pull request Jun 1, 2023
pwtyler pushed a commit that referenced this pull request Jun 1, 2023
* Adds $admin property

This PR intends to fix this error added by PHP 8.2:

Deprecated: Creation of dynamic property Pantheon_Sessions::$admin is deprecated in /usr/src/app/content/plugins/wp-native-php-sessions/pantheon-sessions.php on line 93

* fixes lints that were missed in previous PR

* bump version

* bump version, tested up to & update changelog

* re-add plucked stable tag
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