Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Further cleanup of DOM mapping APIs #18894

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

nielsdos
Copy link
Member

See individual commits

nielsdos added 4 commits June 21, 2025 22:32
We don't have to pack the bools, and the cached index would better be a
zend_long so we don't get implicit narrowing.
Splits the purpose of the baseobj_zv: now no longer either is an array
or an object. Stores the hash table pointer directly, if used.
Comment on lines +34 to +42
union {
xmlHashTable *ht;
HashTable *array;
struct {
xmlChar *local;
zend_string *local_lower;
xmlChar *ns;
};
};
Copy link
Member

Choose a reason for hiding this comment

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

The indentation here is using a tab instead of spaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants