Browse Source

MFB: Adjust previous fix

experimental/first_unicode_implementation
Ilia Alshanetsky 18 years ago
parent
commit
57a7046be8
  1. 1
      ext/zip/php_zip.c

1
ext/zip/php_zip.c

@ -779,6 +779,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…
Cancel
Save