-
Notifications
You must be signed in to change notification settings - Fork 740
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
PHP 8.4: New XML{Reader,Writer} methods #4138
Conversation
f6b22f9
to
52e17d1
Compare
fe7a8f9
to
aba89a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments, but mostly looks good. :)
<refsect1 role="parameters"> | ||
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('xmlwriter.openuri')/db:refsect1[@role='parameters']/*)"> | ||
<xi:fallback/> | ||
</xi:include> | ||
</refsect1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel I need to change the section_check QA script so that
<refsect1 role="parameters"> | |
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('xmlwriter.openuri')/db:refsect1[@role='parameters']/*)"> | |
<xi:fallback/> | |
</xi:include> | |
</refsect1> | |
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('xmlwriter.openuri')/db:refsect1[@role='parameters']/.)"> | |
<xi:fallback/> | |
</xi:include> |
doesn't fail the CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I had this first but indeed changed it. Ideally the QA script probably should run after xinclude processing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The thing is the QA script is "dumb" and does text processing on the file content, no XML parsing or XInclude can actually happen :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh okay, I didn't know that.
The approach we have to take to make it happy isn't too bad, just a bit unfortunate, so it's not really that important to fix I'd say.
Co-authored-by: Gina Peter Banyard <[email protected]>
No description provided.