History log of /PHP-7.3/Zend/zend_hash.c (Results 326 – 350 of 410)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.2.0
# bf5bb842 19-Apr-2002 Sebastian Bergmann

MFZE1: make sure the resource-list is always consistent during shutdown (Thies).


# 2697ce68 19-Apr-2002 Sebastian Bergmann

MFZE1: Fix imbalance bug (Zeev).


Revision tags: php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help, php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 62dc854b 06-Jan-2002 Sebastian Bergmann

Happy New Year.


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# d863d52a 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 43c7615c 04-Oct-2001 Sebastian Bergmann

MFZE1


Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS
# 3bdddb49 19-Sep-2001 Sebastian Bergmann

MFZE1


Revision tags: php-4.0.7RC2
# 9b3df86e 20-Aug-2001 Zeev Suraski

MFZE1


Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# 4f6c95d1 11-Aug-2001 Zeev Suraski

Whitespace


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# c14baeec 02-Aug-2001 Zeev Suraski

Avoid going over huge lists of functions, classes and constants.
Special thanks to the guys from the MS lab for the profiling tools :)


# 7deb44e3 02-Aug-2001 Zeev Suraski

Some cleanup


# 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
# 660a09c6 21-Jul-2001 Zeev Suraski

Fix compile warning


# 6bd084cb 17-Jul-2001 Andi Gutmans

- Remove unused code


# 563aacdb 15-Jul-2001 Zeev Suraski

Fix bug #6239


# f63367bf 13-Jul-2001 Zeev Suraski

layout


# 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


# 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
# ba8af251 19-May-2001 Sascha Schumann

Fix segfault when using zend_hash_add_empty_element


# 755207a1 16-May-2001 Zeev Suraski

Implement zend_hash_add_empty_element() using the existing infrastructure


Revision tags: php-4.0.6RC1
# bb472e70 14-May-2001 Sascha Schumann

Initialize empty pDataPtr to a pseudo value to prevent a pefree on
pData.


# 3efa08aa 11-May-2001 Sascha Schumann

Some extensions don't associate any data with hash entries,
except the key. Prior to this change, a separate chunk of memory
was allocated in that case to store exactly zero bytes (plus

Some extensions don't associate any data with hash entries,
except the key. Prior to this change, a separate chunk of memory
was allocated in that case to store exactly zero bytes (plus
memory manager overhead). We treat that case similar to the
pointer case, but don't copy any data at all (because the pointer
is usually the NULL pointer).

show more ...


Revision tags: php-4.0.5
# 4e71bbed 28-Apr-2001 Zeev Suraski

include limits.h if available


1...<<11121314151617