[PR #11628] Prepare PHP 8.4 support: Prevent property hooks from being used #13137

Open
opened 2026-01-22 16:16:18 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/11628

State: closed
Merged: Yes


Property hooks must be explicitly supported by new code, due to them having to use setRawValue/getRawValue to access the right representation for storing in the database.

For now we prevent property hooks from being used at all so that users will not run into potential BC breaks once property hooks support ships.

Related:

**Original Pull Request:** https://github.com/doctrine/orm/pull/11628 **State:** closed **Merged:** Yes --- Property hooks must be explicitly supported by new code, due to them having to use setRawValue/getRawValue to access the right representation for storing in the database. For now we prevent property hooks from being used at all so that users will not run into potential BC breaks once property hooks support ships. Related: * #11624
admin added the pull-request label 2026-01-22 16:16:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#13137