You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add step-by-step debug logging in spawn_blocking to identify exactly
where the crash occurs:
- After spawn_blocking starts
- After ThreadScope::new()
- After sapi.startup()
- After RequestContext::new()
- After RequestContext::set_current()
- Before and after first estrdup call
Also reverts the incorrect change that removed php_module_startup calls
from Sapi::startup() - per-thread initialization IS supposed to call
php_module_startup.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments