Skip to content

Commit 49fc878

Browse files
committed
override opcache reset handler for every php thread in php 8.2
1 parent 0564eaf commit 49fc878

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frankenphp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,7 @@ 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();
12351236
if (php_request_startup() == SUCCESS) {
12361237
return SUCCESS;
12371238
}

0 commit comments

Comments
 (0)