release: 0.15.0 - #316
Merged
Merged
release: 0.15.0#316
Conversation
The mirror is hand-maintained and lagged behind two changes shipping in 0.15.0: hide() documented two of the five pattern shapes it reads, and getBoundListeners() was absent along with what port 0 means for addListener().
Contributor
CoverageTotal lines: 83.18% → 83.16% (-0.02 pp)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts 0.15.0.
PHP_HTTP_SERVER_VERSION→0.15.0.CHANGELOG.md: theUnreleasedbody becomes## [0.15.0] - 2026-08-26. Thecompare links at the foot of the file had not been touched since 0.13.0, so
[0.14.0]is added along with[0.15.0]andUnreleasedis repointed.ide-stubs/true-async-server.phpis a hand-maintained mirror and had fallenbehind two things this release ships:
hide()documented two of the fivepattern shapes it reads, and
getBoundListeners()was missing entirely alongwith what port 0 means for
addListener(). Nothing keeps the mirror honest,which is worth an issue of its own rather than a note here.
What is in the release
One addition, two disclosures closed, twelve fixes. The through-line is Windows:
the extension did not build there at the start of the cycle, and the failures
that surfaced once it did were mostly real rather than platform quirks.
Verified
Windows, on this branch, against php-src
true-asyncwith php-asyncmain,PHP 8.6.0-dev ZTS: 497 phpt, 260 executed, 0 failed, 0 warned. The Windows
job of the merge that precedes this one reports 285 executed, 0 failed — it runs
with more of the optional deps than this box has.
Linux and the unit suite, from the last green
mainrun: 471 of 496 executed,25 skipped, 0 failed; 17 of 17 cmocka cases.
CI on this branch is the number the release notes will quote.