summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2001-07-11 12:20:07 +0000
committerStanislav Malyshev <stas@php.net>2001-07-11 12:20:07 +0000
commit6cf5e7f9f763af4aa20f0705a84e78137aa0d47c (patch)
tree3c13a0609274bc1b05c190091bf0ad52586b2cf5 /Zend/zend_hash.h
parentadc98200d62a67dfa57ccb01d22b84945450429c (diff)
downloadphp-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.h3
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 */