Skip to content

[pull] master from php:master - #1254

Merged
pull[bot] merged 4 commits into
turkdevops:masterfrom
php:master
Sep 8, 2026
Merged

[pull] master from php:master#1254
pull[bot] merged 4 commits into
turkdevops:masterfrom
php:master

Conversation

@pull

@pull pull Bot commented Sep 8, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

addChild() passed the caller's prefix to node_as_zval_str() with isprefix
set to 0, so the returned element filtered its children by comparing that
prefix against the namespace href and matched nothing. Take the prefix from
the created node and mark it as one, but only when the caller asked for a
namespace, so a plain addChild() keeps the unfiltered view that its
attributes and non-namespaced children rely on.

Closes GH-23599
* PHP-8.4:
  simplexml: fix addChild() namespace filter on the returned element
* PHP-8.5:
  simplexml: fix addChild() namespace filter on the returned element
#23612)

odbc_colattribute_failed() existed only because odbc_sql_error() could not
take a column number. Make the reporter variadic so callers can format the
context into it, and route the two SQLColAttribute sites through it. Those
failures now also populate the connection's last-error state, so
odbc_error() and odbc_errormsg() report them.

Closes GH-23612
@pull pull Bot locked and limited conversation to collaborators Sep 8, 2026
@pull pull Bot added the ⤵️ pull label Sep 8, 2026
@pull
pull Bot merged commit b2abdea into turkdevops:master Sep 8, 2026
@pull pull Bot added the ⤵️ pull label Sep 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant