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

bug: #196 Introduce a custom DatePeriodFilter that safely copies DatePeriod objects without modifying their readonly properties. #197

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

michalananapps
Copy link
Contributor

Resolves: #196

…es DatePeriod objects without modifying their readonly properties.
@mnapoli
Copy link
Member

mnapoli commented Nov 7, 2024

Thanks! Tests are failing on 7.1, we could totally drop support for anything under 7.4 if that's easier?

@michalananapps
Copy link
Contributor Author

Thanks! Tests are failing on 7.1, we could totally drop support for anything under 7.4 if that's easier?

I can try to cover 7.1, but it was EOL'ed almost 5 years ago :)

@michalananapps
Copy link
Contributor Author

@mnapoli I hope it will work with php7.1 now

@mnapoli mnapoli merged commit 123267b into myclabs:1.x Nov 8, 2024
17 checks passed
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.

Bug: deepcopy fails with DatePeriod - Cannot modify readonly property DatePeriod::$start
3 participants