Skip to content

Add missing libxml related constants #3388

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 2 commits into from
May 18, 2024

Conversation

haszi
Copy link
Contributor

@haszi haszi commented May 18, 2024

Add missing libxml related constants to ext/DOM and ext/libxml.

The references for these constants are:

@haszi haszi requested a review from nielsdos as a code owner May 18, 2024 12:57
@nielsdos
Copy link
Member

I didn't even realize we still expose XML_GLOBAL_NAMESPACE... Should be deprecated and eventually removed as nothing can take on that value.

@nielsdos nielsdos merged commit 8f6fd5c into php:master May 18, 2024
@haszi haszi deleted the Add-missing-libxml-related-constants branch May 18, 2024 13:22
@nielsdos
Copy link
Member

nielsdos commented May 18, 2024

Actually, I just looked into deprecating XML_GLOBAL_NAMESPACE, and it looks like the constant will never really be compiled in because we require libxml2 2.9.0 at the minimum, which doesn't have it anymore. So I'm going to drop it from the manual and drop it from php-src.
PR: #3391

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