Skip to content

[pull] master from php:master#172

Merged
pull[bot] merged 7 commits into
dolfly:masterfrom
php:master
Aug 30, 2025
Merged

[pull] master from php:master#172
pull[bot] merged 7 commits into
dolfly:masterfrom
php:master

Conversation

@pull

@pull pull Bot commented Aug 30, 2025

Copy link
Copy Markdown

See Commits and Changes for more details.


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

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

TimWolla and others added 7 commits August 30, 2025 21:04
…9623)

The actual parser definitions are all `const` and must never be modified. Make
sure to always use `const` pointers.
…ce fails (#19628)

* uri: Fix double-free when assigning `$errors` by reference fails

`ZEND_TRY_ASSIGN_REF_ARR()` apparently consumes the to-be-assigned value even
when it fails.

* uri: Fix leak of parsed URI when assigning soft errors by reference fails

This is not reproducible, because the URI object will still be referenced by
Lexbor’s mraw instance and then cleanly destroyed at the end of the request.

* NEWS
* uri: Do not copy the `property_handlers` struct in `uri_get_debug_properties()`

* uri: Remove now-useless `uri_property_handlers_t` struct

This struct was just used for “namespacing” within the `uri_parser_t` struct.
It is no longer referenced anywhere.
The implementation only supports one possible representation of the port.
Retrieve the raw representation to avoid unnecessarily normalizing the URI for
uri_parser_rfc3986.
@pull pull Bot locked and limited conversation to collaborators Aug 30, 2025
@pull pull Bot added the ⤵️ pull label Aug 30, 2025
@pull pull Bot merged commit 3bf495b into dolfly:master Aug 30, 2025
1 check passed
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.

2 participants