Skip to:
Content

BuddyPress.org

Opened 4 months ago

Last modified 7 weeks ago

#8820 reopened task

PHP8.2 compatibility

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 12.0.0 Priority: high
Severity: normal Version:
Component: Core Keywords: needs-patch
Cc:

Description

As reported here https://buddypress.org/support/topic/errors-with-php-8-2-compatibility/ & previously discussed in BP Slack’s channel, we need to work on this.

Change History (5)

This ticket was mentioned in PR #62 on buddypress/buddypress by @imath.


4 months ago
#1

  • Keywords has-patch has-unit-tests added; needs-patch removed

#2 @imath
4 months ago

  • Owner set to imath
  • Resolution set to fixed
  • Status changed from new to closed

In 13414:

Improve PHP 8.2 compatibility

  • Add the #[AllowDynamicProperties] attribute to classes when we add dynamic properties to these into our codebase.
  • Add PHP 8.2 to our PHPUnit testing matrix

Closes https://github.com/buddypress/buddypress/pull/62
Fixes #8820

#3 @imath
4 months ago

  • Keywords needs-patch added; has-patch has-unit-tests removed
  • Resolution fixed deleted
  • Status changed from closed to reopened

Ah! We still have work to perform on this task

#4 @imath
4 months ago

In 13423:

Set the $type property of BP_Groups_Group_Members_Template

See #8820

#5 @imath
7 weeks ago

In 13453:

Properly declare the BP_Nouveau_Customizer_Group_Nav $group prop

See #8820
See #7018

Note: See TracTickets for help on using tickets.