Skip to content

Commit 6cf5e7f

Browse files
committed
No hashpjw anymore, but we have zend_hash_func
1 parent adc9820 commit 6cf5e7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Zend/zend_hash.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ ZEND_API int zend_hash_num_elements(HashTable *ht);
180180

181181
ZEND_API int zend_hash_rehash(HashTable *ht);
182182

183-
ZEND_API ulong hashpjw(char *arKey, uint nKeyLength);
183+
/* ZEND_API ulong hashpjw(char *arKey, uint nKeyLength); */
184+
ZEND_API ulong zend_hash_func(char *arKey, uint nKeyLength);
184185

185186
#if ZEND_DEBUG
186187
/* debug */

0 commit comments

Comments
 (0)