Skip to content

Document DOMImplementation::createDocument() change for PHP 8.4 #3901

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

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

nielsdos
Copy link
Member

Technically this can throw INVALID_STATE_ERR on allocation failure, just like other DOM node classes, but people shouldn't be handling that anyway as that happens when the system allocator is OOM...

Technically this can throw INVALID_STATE_ERR on allocation failure,
just like other DOM node classes, but people shouldn't be handling that
anyway as that happens when the system allocator is OOM...
Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

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

Thank you!

@Girgias Girgias merged commit 8c38327 into php:master Oct 23, 2024
2 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.

2 participants