diff --git a/ext/opcache/zend_persist.c b/ext/opcache/zend_persist.c index 0e2eb0377a8..91765676b38 100644 --- a/ext/opcache/zend_persist.c +++ b/ext/opcache/zend_persist.c @@ -723,6 +723,7 @@ static void zend_persist_class_method(zval *zv, zend_class_entry *ce) } } } + ZEND_MAP_PTR_NEW(op_array->run_time_cache); } } return;