summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagPOST_PARAMETER_PARSING_APISVN Migration2001-10-261-219/+0
* MFZE1Sebastian Bergmann2001-09-191-4/+4
* MFZE1Zeev Suraski2001-08-201-1/+1
* WhitespaceZeev Suraski2001-08-111-19/+19
* Avoid going over huge lists of functions, classes and constants.Zeev Suraski2001-08-021-1/+12
* Some cleanupZeev Suraski2001-08-021-4/+2
* TSRMLS fixesZeev Suraski2001-08-021-1/+1
* More TSRMLS_FETCH workZeev Suraski2001-07-311-3/+3
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-1/+1
* Minor cleaningZeev Suraski2001-07-151-4/+1
* the resource-lists are now destroyed backwards. this will make sure thatThies C. Arntzen2001-07-131-0/+1
* - Move inline_zend_hash_func() to header fileAndi Gutmans2001-07-111-1/+12
* No hashpjw anymore, but we have zend_hash_funcStanislav Malyshev2001-07-111-1/+2
* - Merge faster hash implementation.Andi Gutmans2001-07-101-3/+2
* Implement zend_hash_add_empty_element() using the existing infrastructureZeev Suraski2001-05-161-0/+2
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* Allow get_current_key() not to return the key itself, instead of a duplicateZeev Suraski2000-12-221-3/+3
* Don't use 'new' symbolAndi Gutmans2000-10-111-1/+1
* Add zend_hash_merge_ex(), for selective mergingZeev Suraski2000-10-111-0/+1
* Disable the hash_apply() protection on hashes that persist across requests - ...Zeev Suraski2000-07-111-0/+2
* Replace macros which begin with an underscore through an appropiatelySascha Schumann2000-07-031-3/+3
* Avoid crashing with recursive applies - limit apply nest level to 3 (I'm not ...Zeev Suraski2000-06-171-1/+2
* Made an alias for hash apply with arguments.Andrei Zmievski2000-06-091-0/+2
* - Support unordered hash comparisonsZeev Suraski2000-06-041-1/+1
* Support comparisons of arrays (with arrays) and objects (with objects)Zeev Suraski2000-06-031-0/+1
* 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