maybe after request startup?

This commit is contained in:
henderkes
2026-03-14 11:03:57 +07:00
parent 49fc8784f5
commit 22c6ba60f7

View File

@@ -1232,8 +1232,8 @@ bool frankenphp_new_php_thread(uintptr_t thread_index) {
static int frankenphp_request_startup() {
frankenphp_update_request_context();
frankenphp_override_opcache_reset();
if (php_request_startup() == SUCCESS) {
frankenphp_override_opcache_reset();
return SUCCESS;
}