From: Ilia Alshanetsky Date: Tue, 24 Feb 2009 23:55:14 +0000 (+0000) Subject: Adjust previous fix X-Git-Tag: RELEASE_1_3_5~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b8064c9271e481e53af037c80712cc6080de89c;p=php Adjust previous fix --- diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 29f7ac69a8..e0b6579448 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -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); } } }