We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b52c2 commit 7e627bdCopy full SHA for 7e627bd
1 file changed
frankenphp.c
@@ -103,6 +103,8 @@ static void frankenphp_override_opcache_reset(void) {
103
if (func != NULL && func->type == ZEND_INTERNAL_FUNCTION &&
104
((zend_internal_function *)func)->handler !=
105
ZEND_FN(frankenphp_opcache_reset)) {
106
+ ((zend_internal_function *)func)->handler =
107
+ ZEND_FN(frankenphp_opcache_reset);
108
}
109
110
0 commit comments