| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable the hash_apply() protection on hashes that persist across requests - ↵ | Zeev Suraski | 2000-07-11 | 1 | -0/+2 |
| | | | | | | | | it's unsafe because we may be aborted at any point | ||||
| * | Replace macros which begin with an underscore through an appropiately | Sascha Schumann | 2000-07-03 | 1 | -3/+3 |
| | | | | | | named macro. | ||||
| * | Avoid crashing with recursive applies - limit apply nest level to 3 (I'm not ↵ | Zeev Suraski | 2000-06-17 | 1 | -1/+2 |
| | | | | | | | | | aware of a place in which applying recursively on the same hash makes sense with more than one nest level, but 3 should be enough) | ||||
| * | Made an alias for hash apply with arguments. | Andrei Zmievski | 2000-06-09 | 1 | -0/+2 |
| | | |||||
| * | - Support unordered hash comparisons | Zeev Suraski | 2000-06-04 | 1 | -1/+1 |
| | | | | | | - Make == perform an unordered comparison with arrays/objects, and === perform an ordered comparison | ||||
| * | Support comparisons of arrays (with arrays) and objects (with objects) | Zeev Suraski | 2000-06-03 | 1 | -0/+1 |
| | | |||||
| * | rename hastable -> _hashtable to avoid clashes | Thies C. Arntzen | 2000-05-24 | 1 | -2/+2 |
| | | |||||
| * | Change zend_hash_get_current_key_ex() to also return the string length | Zeev Suraski | 2000-05-02 | 1 | -2/+2 |
| | | |||||
| * | Add useful macros | Zeev Suraski | 2000-04-25 | 1 | -0/+7 |
| | | |||||
| * | - Nuke hash_*_ptr functions | Andi Gutmans | 2000-03-24 | 1 | -9/+0 |
| | | |||||
| * | Make zend_hash_move_forward()/zenv_hash_move_backwards() a little smarter. | Andrei Zmievski | 2000-03-15 | 1 | -2/+2 |
| | | |||||
| * | Introduced a way to traverse hashes through external pointers. | Andrei Zmievski | 2000-03-13 | 1 | -7/+24 |
| | | |||||
| * | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 |
| | | |||||
| * | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 |
| | | |||||
| * | - Make startup a bit faster by changing some hash_update()'s and hash_add()'s | Andi Gutmans | 2000-02-13 | 1 | -0/+2 |
| | | | | | | to hash_update_ptr()/hash_add_ptr() | ||||
| * | Made a couple of typedefs for zend_hash_apply_*() calls. | Andrei Zmievski | 2000-02-11 | 1 | -2/+4 |
| | | |||||
| * | - Stop passing list/plist to internal functions | Zeev Suraski | 2000-02-05 | 1 | -3/+4 |
| | | | | | | | - Add a typedef for the pCopyConstructor function pointer - Minor hacks | ||||
| * | took out zend_hash_pointer_update() & ↵ | Thies C. Arntzen | 2000-02-01 | 1 | -7/+0 |
| | | | | | zend_hash_pointer_index_update_or_next_insert() - i really prefer link-errors instead of runtime-errors, don't you? | ||||
| * | - Hopefully fix the hash problem. | Andi Gutmans | 2000-01-19 | 1 | -0/+1 |
| | | |||||
| * | Get rid of the IsPointer functionality in the hash. | Zeev Suraski | 2000-01-17 | 1 | -3/+0 |
| | | |||||
| * | Destructors no longer return ints, the low level problem it was intended to ↵ | Zeev Suraski | 2000-01-17 | 1 | -6/+8 |
| | | | | | solve is long gone now... | ||||
| * | - Make zend_hash_apply() (and friends) reentrant and much, much quicker | Zeev Suraski | 2000-01-16 | 1 | -0/+1 |
| | | | | | | | | - Introduce zend_hash_graceful_destroy(), which allows the destructor functions to use zend_hash_apply() and/or zend_hash_graceful_destroy() - Switch to zend_hash_graceful_destroy() in the resource list shutdowns | ||||
| * | if ZEND_DEBUG mode is on we'll now see warnings when a HashTable is accessed | Thies C. Arntzen | 2000-01-15 | 1 | -0/+3 |
| | | | | | | | | | while it's inconsistent. Zeev, Andi - you welcome to revert this patch if you don't like it - i find it useful! accesssing inconsistent hashtables is one of the hardest things to track! | ||||
| * | Added zend_set_hash_symbol() function. | Andrei Zmievski | 1999-12-04 | 1 | -1/+0 |
| | | |||||
| * | Fix warnings surfacing in maintainer-mode. | Stig S. Bakken | 1999-12-01 | 1 | -1/+1 |
| | | |||||
| * | Made zend_hash_rehash() callable from outside. | Andrei Zmievski | 1999-11-04 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Andrei Zmievski | 1999-10-15 | 1 | -2/+3 |
| | | |||||
| * | Modified zend_hash() to accept a pointer to sort function. | Andrei Zmievski | 1999-10-11 | 1 | -1/+2 |
| | | |||||
| * | - Add hash_apply_with_arguments() | Andi Gutmans | 1999-08-25 | 1 | -2/+15 |
| | | |||||
| * | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 |
| | | |||||
| * | License update | Zeev Suraski | 1999-07-16 | 1 | -5/+7 |
| | | |||||
| * | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 1 | -2/+2 |
| | | | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0 | ||||
| * | Add zend_hash_get_current_key_type() | Zeev Suraski | 1999-06-07 | 1 | -0/+5 |
| | | |||||
| * | Support overwrite mode in zend_hash_merge() | Zeev Suraski | 1999-05-29 | 1 | -1/+1 |
| | | |||||
| * | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+153 |
