Skip to content

[pull] master from php:master#856

Merged
pull[bot] merged 3 commits intoturkdevops:masterfrom
php:master
Apr 12, 2026
Merged

[pull] master from php:master#856
pull[bot] merged 3 commits intoturkdevops:masterfrom
php:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Apr 12, 2026

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 : )

stream_socket_accept($server, 3) would frequently run into a race-condition
where the call would timeout and return false, triggering an exception when
calling fclose(false) and terminating the process. This would break the
phpt_notify() call in the main process due to a broken pipe. Increase the
timeout to solve this.

Furthermore, remove the proxy in the test that is not necessary to trigger the
original bug solved in 7782b88.

Closes GH-21692
* PHP-8.4:
  Simplify gh21031.phpt and solve flakiness
* PHP-8.5:
  Simplify gh21031.phpt and solve flakiness
@pull pull bot locked and limited conversation to collaborators Apr 12, 2026
@pull pull bot added the ⤵️ pull label Apr 12, 2026
@pull pull bot merged commit 3afd2cb into turkdevops:master Apr 12, 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