Browse Source

No hashpjw anymore, but we have zend_hash_func

migration/EXPERIMENTAL
Stanislav Malyshev 25 years ago
parent
commit
6cf5e7f9f7
  1. 3
      Zend/zend_hash.h

3
Zend/zend_hash.h

@ -180,7 +180,8 @@ ZEND_API int zend_hash_num_elements(HashTable *ht);
ZEND_API int zend_hash_rehash(HashTable *ht);
ZEND_API ulong hashpjw(char *arKey, uint nKeyLength);
/* ZEND_API ulong hashpjw(char *arKey, uint nKeyLength); */
ZEND_API ulong zend_hash_func(char *arKey, uint nKeyLength);
#if ZEND_DEBUG
/* debug */

Loading…
Cancel
Save