We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4592d1c commit 3aafc64Copy full SHA for 3aafc64
1 file changed
ext/phar/phar_internal.h
@@ -390,7 +390,7 @@ static inline void phar_set_inode(phar_entry_info *entry) /* {{{ */
390
391
entry->inode = (unsigned short) zend_hash_func(tmp, tmp_len);
392
} else {
393
- entry->inode = (unsigned short) zend_string_hash_func(entry->filename);
+ entry->inode = (unsigned short) zend_string_hash_val(entry->filename);
394
}
395
396
/* }}} */
0 commit comments