Skip to content

php-in-php: lazy ErrorBridge from ensureMinimal (#34769) - #34770

Merged
PurHur merged 1 commit into
masterfrom
fix/34769-lazy-errorbridge-ensureminimal
Aug 25, 2026
Merged

PurHur merged 1 commit into
masterfrom
fix/34769-lazy-errorbridge-ensureminimal

Conversation

@PurHur

@PurHur PurHur commented Aug 25, 2026

Copy link
Copy Markdown
Owner

Summary

php-src

Test plan

  • ./script/aot-smoke.sh8/8
  • docker-exec: thin echo hello AOT compile+run → hello, rc=0
  • ./script/phpunit.sh --filter ContextMinimalStandaloneLazyErrorBridge|ErrorBridgeRuntimeShrink → OK (8 tests)
  • ./script/phpunit.sh --filter ContextMinimalStandaloneLazy → OK (38 tests, 297 assertions)
aot-smoke: 8 passed, 0 failed
OK (8 tests, 42 assertions)
OK (38 tests, 297 assertions)
compile_rc=0 / hello / run_rc=0

Made with Cursor

Thin AOT hello-world no longer NestedJITs ErrorRaise/AssertionErrorRaise/ReadonlyRaise during init; ensureLinked implements standalone bodies at call sites (peer #34732 / #32122 .1 mint class).

Co-authored-by: Cursor <cursoragent@cursor.com>
@PurHur
PurHur merged commit b2cc728 into master Aug 25, 2026
1 check failed
@PurHur
PurHur deleted the fix/34769-lazy-errorbridge-ensureminimal branch August 25, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

php-in-php: drop Context ensureMinimalUserStandaloneBodies always-on ErrorBridge — lazy at ErrorRaise/ReadonlyRaise call sites (peer #34732)

1 participant