summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.h
Commit message (Expand)AuthorAgeFilesLines
...
* rename hastable -> _hashtable to avoid clashesThies C. Arntzen2000-05-241-2/+2
* Change zend_hash_get_current_key_ex() to also return the string lengthZeev Suraski2000-05-021-2/+2
* Add useful macrosZeev Suraski2000-04-251-0/+7
* - Nuke hash_*_ptr functionsAndi Gutmans2000-03-241-9/+0
* Make zend_hash_move_forward()/zenv_hash_move_backwards() a little smarter.Andrei Zmievski2000-03-151-2/+2
* Introduced a way to traverse hashes through external pointers.Andrei Zmievski2000-03-131-7/+24
* It's official now...Zeev Suraski2000-03-061-3/+3
* (c) patchZeev Suraski2000-02-191-1/+1
* - Make startup a bit faster by changing some hash_update()'s and hash_add()'sAndi Gutmans2000-02-131-0/+2
* Made a couple of typedefs for zend_hash_apply_*() calls.Andrei Zmievski2000-02-111-2/+4
* - Stop passing list/plist to internal functionsZeev Suraski2000-02-051-3/+4
* took out zend_hash_pointer_update() & zend_hash_pointer_index_update_or_next_...Thies C. Arntzen2000-02-011-7/+0
* - Hopefully fix the hash problem.Andi Gutmans2000-01-191-0/+1
* Get rid of the IsPointer functionality in the hash.Zeev Suraski2000-01-171-3/+0
* Destructors no longer return ints, the low level problem it was intended to s...Zeev Suraski2000-01-171-6/+8
* - Make zend_hash_apply() (and friends) reentrant and much, much quickerZeev Suraski2000-01-161-0/+1
* if ZEND_DEBUG mode is on we'll now see warnings when a HashTable is accessedThies C. Arntzen2000-01-151-0/+3
* Added zend_set_hash_symbol() function.Andrei Zmievski1999-12-041-1/+0
* Fix warnings surfacing in maintainer-mode.Stig S. Bakken1999-12-011-1/+1
* Made zend_hash_rehash() callable from outside.Andrei Zmievski1999-11-041-0/+1
* *** empty log message ***Andrei Zmievski1999-10-151-2/+3
* Modified zend_hash() to accept a pointer to sort function.Andrei Zmievski1999-10-111-1/+2
* - Add hash_apply_with_arguments()Andi Gutmans1999-08-251-2/+15
* 0.91 updateZeev Suraski1999-07-191-2/+2
* License updateZeev Suraski1999-07-161-5/+7
* Step 1 in nuking the garbage collector:Zeev Suraski1999-07-091-2/+2
* Add zend_hash_get_current_key_type()Zeev Suraski1999-06-071-0/+5
* Support overwrite mode in zend_hash_merge()Zeev Suraski1999-05-291-1/+1
* Zend LibraryAndi Gutmans1999-04-071-0/+153