History log of /PHP-5.5/Zend/zend_hash.h (Results 76 – 100 of 123)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3aa5674a 02-Aug-2001 Zeev Suraski

TSRMLS fixes


# d76cf1da 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work


# 8ce8324e 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation


Revision tags: PRE_TSRM_MERGE_PATCH
# 1c2893a1 15-Jul-2001 Zeev Suraski

Minor cleaning


# 7b7e72d1 13-Jul-2001 Thies C. Arntzen

the resource-lists are now destroyed backwards. this will make sure that
resources get destroyed in the opposite order they were created and thereby
db-cursors will always be released before

the resource-lists are now destroyed backwards. this will make sure that
resources get destroyed in the opposite order they were created and thereby
db-cursors will always be released before their corresponding connection etc.
this sould not break anything!

show more ...


# b98acd61 11-Jul-2001 Andi Gutmans

- Move inline_zend_hash_func() to header file


# 6cf5e7f9 11-Jul-2001 Stanislav Malyshev

No hashpjw anymore, but we have zend_hash_func


# 2f8fa8cf 10-Jul-2001 Andi Gutmans

- Merge faster hash implementation.
- The hash function parameter in hash_init(...) is not used anymore.
- It should be removed but it is "to be decided" if we want to do that now
- or in

- Merge faster hash implementation.
- The hash function parameter in hash_init(...) is not used anymore.
- It should be removed but it is "to be decided" if we want to do that now
- or in a major version as it means changing MANY places and third party
- modules might stop working.

show more ...


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2
# 755207a1 16-May-2001 Zeev Suraski

Implement zend_hash_add_empty_element() using the existing infrastructure


Revision tags: php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# d2c9e807 26-Feb-2001 Andi Gutmans

- Update copyright year


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1
# 36eaad25 22-Dec-2000 Zeev Suraski

Allow get_current_key() not to return the key itself, instead of a duplicate


Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3, php-4.0.3
# e9887156 11-Oct-2000 Andi Gutmans

Don't use 'new' symbol


# 9aa38aad 11-Oct-2000 Zeev Suraski

Add zend_hash_merge_ex(), for selective merging


Revision tags: php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 1263932a 11-Jul-2000 Zeev Suraski

Disable the hash_apply() protection on hashes that persist across requests - it's unsafe
because we may be aborted at any point


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# a6172174 03-Jul-2000 Sascha Schumann

Replace macros which begin with an underscore through an appropiately
named macro.


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 38cdb8e7 17-Jun-2000 Zeev Suraski

Avoid crashing with recursive applies - limit apply nest level to 3 (I'm not aware of a place
in which applying recursively on the same hash makes sense with more than one nest level, but
3 s

Avoid crashing with recursive applies - limit apply nest level to 3 (I'm not 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)

show more ...


# b51aa1f3 09-Jun-2000 Andrei Zmievski

Made an alias for hash apply with arguments.


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.


12345