[PHP] Add upstream PHPT harness#736
Closed
brandonpayton wants to merge 5 commits into
Closed
Conversation
Port the PHP-specific harness, browser VFS/page wiring, PHP 8.3.15 package recipe, libiconv dependency package, and support fixtures from source PR #2 as a scoped checkpoint. General platform fixes and current validation evidence follow in later commits.
This was referenced Jun 20, 2026
Member
Author
|
Closing as superseded by origin-headed replacement #740: #740 This PR head was in brandonpayton/kandelo-agentic-dev. The replacement uses the same head SHA (3109baf) 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\n- add the upstream PHP PHPT harness, browser test page, VFS image builder, runner scripts, fixtures, and documentation\n- add the PHP package/runner adjustments needed for the harness itself, including hard-timeout diagnostics, DBA db-lock guard handling, and browser evaluate timeout bounding\n- intentionally exclude the PHP-discovered kernel/host/runtime fixes from mixed PR #717 so those can land as dedicated derived PRs against the harness base\n\n## Stack model\n- Harness review PR: this PR targets main\n- Derived fix PR base: integration/kd-6nz-php-phpt-harness-only-base mirrors this head in Automattic/kandelo so the split fixes can target the harness branch without targeting main\n- Source mixed PR being narrowed: #717\n\n## Verification\n- Pending: branch construction and retargeting work first; focused harness validation will be recorded after the split PR bases are normalized.