mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
maybe after request startup?
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user