Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
bfac4633 |
| 04-Jun-2000 |
Zeev Suraski |
- Support unordered hash comparisons - Make == perform an unordered comparison with arrays/objects, and === perform an ordered comparison
|
#
dae76aa1 |
| 03-Jun-2000 |
Zeev Suraski |
Support comparisons of arrays (with arrays) and objects (with objects)
|
#
9b916e6a |
| 24-May-2000 |
Thies C. Arntzen |
rename hastable -> _hashtable to avoid clashes
|
Revision tags: php-4.0.0, php-4.0RC2 |
|
#
8ca13c97 |
| 02-May-2000 |
Zeev Suraski |
Change zend_hash_get_current_key_ex() to also return the string length
|
#
0a14a32c |
| 25-Apr-2000 |
Zeev Suraski |
Add useful macros
|
Revision tags: PHP-4.0-RC1 |
|
#
6db18997 |
| 24-Mar-2000 |
Andi Gutmans |
- Nuke hash_*_ptr functions
|
#
ee286feb |
| 15-Mar-2000 |
Andrei Zmievski |
Make zend_hash_move_forward()/zenv_hash_move_backwards() a little smarter.
|
#
a32c54bd |
| 13-Mar-2000 |
Andrei Zmievski |
Introduced a way to traverse hashes through external pointers.
|
#
5e55e47f |
| 06-Mar-2000 |
Zeev Suraski |
It's official now...
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
0ac9536d |
| 19-Feb-2000 |
Zeev Suraski |
(c) patch
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
bb302a75 |
| 13-Feb-2000 |
Andi Gutmans |
- Make startup a bit faster by changing some hash_update()'s and hash_add()'s to hash_update_ptr()/hash_add_ptr()
|
#
94be61fd |
| 11-Feb-2000 |
Andrei Zmievski |
Made a couple of typedefs for zend_hash_apply_*() calls.
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
9f51f154 |
| 05-Feb-2000 |
Zeev Suraski |
- Stop passing list/plist to internal functions - Add a typedef for the pCopyConstructor function pointer - Minor hacks
|
#
d6afe4ba |
| 01-Feb-2000 |
Thies C. Arntzen |
took out zend_hash_pointer_update() & zend_hash_pointer_index_update_or_next_insert() - i really prefer link-errors instead of runtime-errors, don't you?
|
#
aa73f6b6 |
| 19-Jan-2000 |
Andi Gutmans |
- Hopefully fix the hash problem.
|
#
19d978d1 |
| 17-Jan-2000 |
Zeev Suraski |
Get rid of the IsPointer functionality in the hash.
|
#
62114c18 |
| 17-Jan-2000 |
Zeev Suraski |
Destructors no longer return ints, the low level problem it was intended to solve is long gone now...
|
#
ee08b81a |
| 16-Jan-2000 |
Zeev Suraski |
- Make zend_hash_apply() (and friends) reentrant and much, much quicker - Introduce zend_hash_graceful_destroy(), which allows the destructor functions to use zend_hash_apply() and/or zend_
- Make zend_hash_apply() (and friends) reentrant and much, much quicker - 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
show more ...
|
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
c93a1890 |
| 15-Jan-2000 |
Thies C. Arntzen |
if ZEND_DEBUG mode is on we'll now see warnings when a HashTable is accessed while it's inconsistent. Zeev, Andi - you welcome to revert this patch if you don't like it - i find it
if ZEND_DEBUG mode is on we'll now see warnings when a HashTable is accessed 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!
show more ...
|
Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
f962a35d |
| 04-Dec-1999 |
Andrei Zmievski |
Added zend_set_hash_symbol() function.
|
#
93536507 |
| 01-Dec-1999 |
Stig S. Bakken |
Fix warnings surfacing in maintainer-mode.
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
3964c92f |
| 04-Nov-1999 |
Andrei Zmievski |
Made zend_hash_rehash() callable from outside.
|
#
e956a266 |
| 15-Oct-1999 |
Andrei Zmievski |
*** empty log message ***
|
#
8864313c |
| 11-Oct-1999 |
Andrei Zmievski |
Modified zend_hash() to accept a pointer to sort function.
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
746ce67b |
| 25-Aug-1999 |
Andi Gutmans |
- Add hash_apply_with_arguments()
|