diff options
author | Stanislav Malyshev <stas@php.net> | 2001-07-11 12:20:07 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2001-07-11 12:20:07 +0000 |
commit | 6cf5e7f9f763af4aa20f0705a84e78137aa0d47c (patch) | |
tree | 3c13a0609274bc1b05c190091bf0ad52586b2cf5 /Zend/zend_hash.h | |
parent | adc98200d62a67dfa57ccb01d22b84945450429c (diff) | |
download | php-git-6cf5e7f9f763af4aa20f0705a84e78137aa0d47c.tar.gz |
No hashpjw anymore, but we have zend_hash_func
Diffstat (limited to 'Zend/zend_hash.h')
-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 */ |