History log of /PHP-5.5/Zend/zend_hash.c (Results 151 – 175 of 189)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ceba50b6 19-Feb-2000 Zeev Suraski

- Fix a nasty bug in the hash, introduced in the recent migration to macros
- Make array_init() and friends trackable


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# e578fad0 13-Feb-2000 Andi Gutmans

- Save a function call one very hash_add


# 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()


# 920b7b28 13-Feb-2000 Andi Gutmans

- Fix a couple of potential bugs where we were using emalloc/efree instead
of pemalloc/pefree.
- Fix a bug were we potentially would be freeing the key by mistake


# 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?


# c3677ca9 20-Jan-2000 Zeev Suraski

Add some order...


# 92633067 20-Jan-2000 Zeev Suraski

Indentation fixes


# af2ef083 19-Jan-2000 Andi Gutmans

- Optimize zend_hash_del a tiny bit.


# aa73f6b6 19-Jan-2000 Andi Gutmans

- Hopefully fix the hash problem.


# 7271c050 19-Jan-2000 Andi Gutmans

- Hrm I'm not concentrating


# 99783fe7 19-Jan-2000 Andi Gutmans

- Actually the destructor should run after the data is already detached
from the hash but before the bucket is freed.


# d3690eff 19-Jan-2000 Andi Gutmans

- Rollback hash_apply and friends. They assume now that hash_del is reentrant
as it first applies the destructor and only later nukes the bucket


# b7b97df9 19-Jan-2000 Andi Gutmans

- Run destructor before the hash structure is modified, thus, making
hash_del, reentrant (BLOCK_INTERRUPTIONS needs to be made a counter now).


# 58fb1a39 19-Jan-2000 Andi Gutmans

- Undo a bug we introduced. (Another one out there).


# bbe2172c 17-Jan-2000 Thies C. Arntzen

use defines


# 19d978d1 17-Jan-2000 Zeev Suraski

Get rid of the IsPointer functionality in the hash.


# a965dc5b 17-Jan-2000 Zeev Suraski

- Fixes a newly introduced bug 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
# bd375505 16-Jan-2000 Thies C. Arntzen

make the ht->inconsistent stuff less ugly:)


# 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, 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 ***


12345678