[PHP] fix: split fork/process/shared-memory runtime fixes#737
Closed
brandonpayton wants to merge 8 commits into
Conversation
f41e20d to
7450c64
Compare
(cherry picked from commit d2011d8)
(cherry picked from commit 079b089)
(cherry picked from commit 2b33f62)
(cherry picked from commit 79600da)
Port the PR #2 shared-memory/fork fixes onto current Automattic/kandelo. Centralized host workers now inherit and synchronize MAP_SHARED and SysV shared memory across fork, wait, detach, and exit boundaries so parent/child processes observe real shared state. Grow exec-state serialization instead of failing at a fixed 64 KiB buffer, keep Node/browser fork paths in parity, refresh the ABI snapshot for ABI 16, and update focused host/kernel fixtures and tests for the port.
e6097a8 to
9a7ec18
Compare
This was referenced Jun 20, 2026
Member
Author
|
Closing as superseded by origin-headed replacement #756: #756 This PR head was in brandonpayton/kandelo-agentic-dev. The replacement uses the same head SHA (9a7ec18) on an Automattic/kandelo origin branch and has an expanded description explaining why the change is needed and why it belongs in Kandelo. |
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.
Summary
integration/kd-6nz-php-phpt-socket-network-basebecause the FPM socket/shared-backlog commit depends on the socket splitmainStack
integration/kd-6nz-php-phpt-socket-network-base(#736 harness + #734 socket/network)[PHP] fix: split socket datagram and multicast semanticsPreserved commits
Verification
git diff --check origin/integration/kd-6nz-php-phpt-socket-network-base...HEAD