correct pointer type in php7

pull/10/head
yuqing 2016-06-06 21:15:53 +08:00
parent 75e62f6f51
commit 45e57c2bb0
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ static inline int zend_hash_index_find_wrapper(HashTable *ht, int index,
}
static inline int zend_hash_update_wrapper(HashTable *ht, char *k, int len,
void **val, int size, void *ptr)
zval **val, int size, void *ptr)
{
zval key;
ZVAL_STRINGL(&key, k, len - 1);