We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fc878 commit 22c6ba6Copy full SHA for 22c6ba6
1 file changed
frankenphp.c
@@ -1232,8 +1232,8 @@ bool frankenphp_new_php_thread(uintptr_t thread_index) {
1232
1233
static int frankenphp_request_startup() {
1234
frankenphp_update_request_context();
1235
- frankenphp_override_opcache_reset();
1236
if (php_request_startup() == SUCCESS) {
+ frankenphp_override_opcache_reset();
1237
return SUCCESS;
1238
}
1239
0 commit comments