From 7ea780dd6e5e9af46b553d2b98097362d943a4e8 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 12 Sep 2014 16:22:42 +0200 Subject: [PATCH] fix type --- ext/zip/php_zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0