Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix php 8.4 dynamic relationships #5739

Merged
merged 1 commit into from
Dec 19, 2024
Merged

fix php 8.4 dynamic relationships #5739

merged 1 commit into from
Dec 19, 2024

Conversation

pxpm
Copy link
Contributor

@pxpm pxpm commented Dec 19, 2024

WHY

BEFORE - What was wrong? What was happening before this PR?

There is a different naming convention for serialized closure names between php 8.3 and 8.4.
Our code would only properly identify a dynamic relation on php < 8.3.

AFTER - What is happening after this PR?

It also identifies dynamic relationships on php 8.4

@pxpm pxpm merged commit f546cdc into main Dec 19, 2024
9 checks passed
@pxpm pxpm deleted the fix-php8.4-dynamic-relations branch December 19, 2024 12:27
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant