Skip to content

Commit 22c6ba6

Browse files
committed
maybe after request startup?
1 parent 49fc878 commit 22c6ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frankenphp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,8 +1232,8 @@ bool frankenphp_new_php_thread(uintptr_t thread_index) {
12321232

12331233
static int frankenphp_request_startup() {
12341234
frankenphp_update_request_context();
1235-
frankenphp_override_opcache_reset();
12361235
if (php_request_startup() == SUCCESS) {
1236+
frankenphp_override_opcache_reset();
12371237
return SUCCESS;
12381238
}
12391239

0 commit comments

Comments
 (0)