mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Adjust previous fix
This commit is contained in:
parent
823679162d
commit
4b8064c927
1 changed files with 1 additions and 0 deletions
|
@ -780,6 +780,7 @@ static int php_zip_property_reader(ze_zip_object *obj, zip_prop_handler *hnd, zv
|
|||
} else {
|
||||
if (hnd->read_const_char_from_obj_func) {
|
||||
retchar = hnd->read_const_char_from_obj_func(obj TSRMLS_CC);
|
||||
len = strlen(retchar);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue