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

Add fixes for PHP 8.2 #699

Closed
wants to merge 2 commits into from
Closed

Add fixes for PHP 8.2 #699

wants to merge 2 commits into from

Conversation

srtfisher
Copy link

Add fixes for PHP 8.2 dynamic properties.

@EAGLESWhit
Copy link

Please review this soon. WPEngine is having everyone go to PHP 8.2 at the end of October.

"WP Engine’s PHP 8.0 will be reaching end of life on October 31. Prepare your websites for the PHP 8.2 upgrade to experience increased security and performance." - WPEngine

@@ -7,6 +7,7 @@

if ( !class_exists( 'EF_Module' ) ) {

#[\AllowDynamicProperties]
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this attribute necessary since I see that the properties are later being defined?

@rebeccahum rebeccahum mentioned this pull request Oct 3, 2023
@rebeccahum
Copy link
Contributor

rebeccahum commented Oct 4, 2023

Closing in favour of #700 so we can get the other PHP 8.0+ fixes in one go! Thank you!

@rebeccahum rebeccahum closed this Oct 4, 2023
@srtfisher srtfisher deleted the php-8-2 branch March 18, 2024 14:39
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.

3 participants