Skip to content

Commit 102a9fd

Browse files
committed
opcache stuff
1 parent 94de413 commit 102a9fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/opcache/zend_persist.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,10 @@ static void zend_persist_op_array_ex(zend_op_array *op_array, zend_persistent_sc
405405
}
406406
}
407407
}
408+
409+
if (op_array->return_hint.used && op_array->return_hint.type == IS_OBJECT) {
410+
zend_accel_store_interned_string(op_array->return_hint.class_name, op_array->return_hint.class_name_len+1);
411+
}
408412

409413
if (op_array->brk_cont_array) {
410414
zend_accel_store(op_array->brk_cont_array, sizeof(zend_brk_cont_element) * op_array->last_brk_cont);

0 commit comments

Comments
 (0)