Skip to content

Commit 7e627bd

Browse files
committed
fixes internal function.
1 parent 28b52c2 commit 7e627bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frankenphp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ static void frankenphp_override_opcache_reset(void) {
103103
if (func != NULL && func->type == ZEND_INTERNAL_FUNCTION &&
104104
((zend_internal_function *)func)->handler !=
105105
ZEND_FN(frankenphp_opcache_reset)) {
106+
((zend_internal_function *)func)->handler =
107+
ZEND_FN(frankenphp_opcache_reset);
106108
}
107109
}
108110

0 commit comments

Comments
 (0)