Skip to content

[pull] master from php:master - #1223

Merged
pull[bot] merged 3 commits into
turkdevops:masterfrom
php:master
Aug 27, 2026
Merged

[pull] master from php:master#1223
pull[bot] merged 3 commits into
turkdevops:masterfrom
php:master

Conversation

@pull

@pull pull Bot commented Aug 27, 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 : )

iliaal added 3 commits August 26, 2026 16:13
getPartsIterator() leaked because wrapping_obj was a counted
self-reference, so the iterator never reached destruction and the
current element was retained. wrapping_obj stays UNDEF; current and
the backing BreakIterator are released from the iterator dtor, not
the IntlIterator object dtor, so iterating a temporary parts
iterator does not dangle. The string enumeration iterator still
self-references because move_forward/rewind need the owner.

Closes GH-23464
* PHP-8.4:
  [intl] fix leak when iterating IntlBreakIterator parts iterators
* PHP-8.5:
  [intl] fix leak when iterating IntlBreakIterator parts iterators
@pull pull Bot locked and limited conversation to collaborators Aug 27, 2026
@pull pull Bot added the ⤵️ pull label Aug 27, 2026
@pull
pull Bot merged commit 53c3116 into turkdevops:master Aug 27, 2026
1 of 3 checks 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.

1 participant