History log of /PHP-5.4/Zend/zend_hash.c (Results 126 – 150 of 171)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0b7a9cea 03-Jun-2000 Zeev Suraski

- Fix Win32 compilation (Use winsock2.h from now on)
- Add lambda() support


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


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


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


1234567