Skip to content

Commit a873d33

Browse files
author
Christian Schneider
committed
Remove interning string as it seems to cause problems
1 parent 1bab302 commit a873d33

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ext/opcache/ZendAccelerator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,6 @@ static void accel_copy_permanent_strings(zend_new_interned_string_func_t new_int
677677
if (arg_info[i].default_value) {
678678
arg_info[i].default_value = new_interned_string(arg_info[i].default_value);
679679
}
680-
arg_info[i].doc_comment = new_interned_string(arg_info[i].doc_comment);
681680
}
682681
accel_copy_permanent_list_types(new_interned_string, arg_info[i].type);
683682
}

0 commit comments

Comments
 (0)