Skip to content

wip(frankenphp.c): attempt to attach cli thread to existing TSRM#2343

Draft
burgesQ wants to merge 1 commit intophp:mainfrom
burgesQ:main-#2342-cli-init
Draft

wip(frankenphp.c): attempt to attach cli thread to existing TSRM#2343
burgesQ wants to merge 1 commit intophp:mainfrom
burgesQ:main-#2342-cli-init

Conversation

@burgesQ
Copy link
Copy Markdown
Contributor

@burgesQ burgesQ commented Apr 15, 2026

Attempt to fix #2342

Such a design enforces a call to frankenphp.Init prior to frankenphp.EvalScript.
Probably not the best idea.

Inspired by the current workers / threads design.

Such design enforce a call to `frankenphp.Init` prior to
`frankenphp.EvalScript` . Probably not the best idea.

Inspired by the current workers / threads design.
@burgesQ burgesQ marked this pull request as draft April 15, 2026 10:59
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.

ExecuteScriptCLI segfaults when called after Init()

1 participant