From: Anatol Belski Date: Fri, 12 Sep 2014 14:22:42 +0000 (+0200) Subject: fix type X-Git-Tag: PRE_NATIVE_TLS_MERGE~150^2~18^2~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ea780dd6e5e9af46b553d2b98097362d943a4e8;p=php fix type --- diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 734ee19d0e..5f98a639e1 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -956,7 +956,7 @@ static HashTable *php_zip_get_properties(zval *object TSRMLS_DC)/* {{{ */ HashTable *props; zip_prop_handler *hnd; zend_string *key; - ulong num_key; + zend_ulong num_key; obj = Z_ZIP_P(object); props = zend_std_get_properties(object TSRMLS_CC);