From f3778ca5c28ccefcc5b60afbae4f131de1292cdf Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sat, 15 Mar 2014 01:37:51 +0100 Subject: changed uint and ulong to unsigned long and unsigned int because the OSX header files do not support this type --- include/iterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/iterator.h b/include/iterator.h index 0c64133..7cc99cb 100644 --- a/include/iterator.h +++ b/include/iterator.h @@ -128,7 +128,7 @@ private: * @param int_key * @return HASH_KEY_IS_STRING or HASH_KEY_IS_LONG */ - static int key(struct _zend_object_iterator *iter, char **str_key, uint *str_key_len, ulong *int_key); + static int key(struct _zend_object_iterator *iter, char **str_key, unsigned int *str_key_len, unsigned long *int_key); /** * Step forwards to the next element -- cgit v1.2.3