diff options
| -rw-r--r-- | Zend/zend_hash.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Zend/zend_hash.h b/Zend/zend_hash.h index 2c8a1997a7..8f0303948c 100644 --- a/Zend/zend_hash.h +++ b/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 */ | 
