History log of /PHP-7.0/Zend/zend_hash.c (Results 226 – 250 of 346)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 916815b7 03-Aug-2005 foobar

Bump up the year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0
# d9c1a380 07-Jul-2005 Dmitry Stogov

Fixed bug #28072 (static array with some constant keys will be incorrectly ordered).


Revision tags: php-4.4.0RC2, php-5.1.0b2
# a32c1f9e 17-Jun-2005 Antony Dovgal

fix bug #33382 (array_reverse() fails after *sort())
no need to MFH - the bug existed only in HEAD


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 9a020fce 25-Apr-2005 foobar

ws


# c78ec161 25-Apr-2005 Dmitry Stogov

Fixed call to estrndup() with invalid length


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# dcf007c6 29-Jul-2004 Marcus Boerger

- Increase performance of *sort() and some internal sort operations.
# This patch increases the performance of small arrays/hashes by up to ~15%
# The performance increase during the performa

- Increase performance of *sort() and some internal sort operations.
# This patch increases the performance of small arrays/hashes by up to ~15%
# The performance increase during the performance talk :-)

show more ...


Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8
# e5cfb1d0 10-Jul-2004 Andi Gutmans

- Better stability during premature shutdown of request startup


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# dcfb7638 29-Aug-2003 Sascha Schumann

improve a number of zend_debug format strings


Revision tags: php-4.3.3
# 0dba58c3 18-Aug-2003 Zeev Suraski

Improve tracking


Revision tags: php-4.3.3RC4
# d2971e50 12-Aug-2003 Zeev Suraski

Remove bogus patch - the number of elements is unrelated


# f77f977d 11-Aug-2003 Marcus Boerger

Bugfix 21918


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO
# 7055fda0 31-Jul-2003 Andi Gutmans

- Fix logic. It was the wrong way around.


Revision tags: php-4.3.3RC2
# 8264eedc 30-Jul-2003 Andi Gutmans

- Fix problem with hash when updating same bucket with data of different
sizes one after another.
- Fix number of arguments to read_dimension.


# e89977f9 23-Jul-2003 Zeev Suraski

Go back to ZE1-like code


# cf90932a 22-Jul-2003 Zeev Suraski

Improve infrastructure of numeric handling of elements in symbol tables.

When you want to work with a symbol table, and you don't know whether you
have a numeric ("string that looks like

Improve infrastructure of numeric handling of elements in symbol tables.

When you want to work with a symbol table, and you don't know whether you
have a numeric ("string that looks like a number") or a string element in
your hands, use zend_symtable_*() functions, in place of zend_hash_*()
functions.

show more ...


# 184118d9 20-Jul-2003 Marcus Boerger

Make it a macro


# 9556c6c2 19-Jul-2003 Marcus Boerger

This is meant to be used in for(;has_more;next)
# Probably the name of such functions should be eol (End-Of-List).


# 892c1fbb 19-Jul-2003 Marcus Boerger

Add missing function to ease implementations


Revision tags: php-5.0.0b1, php-4.3.3RC1
# 4eb63925 14-Jun-2003 Marcus Boerger

ecalloc doesn't return NULL


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4
# ae910652 23-May-2003 Sterling Hughes

move HANDLE_NUMERIC() from the hash table implementation upstream to the
places that actually need to use it.


Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1, php-4.3.1
# 45c12359 06-Feb-2003 Zeev Suraski

Fix prototype (may have caused stack corruption)


# 376d6317 05-Feb-2003 Zeev Suraski

Add quick_exists()


# 471947b1 04-Feb-2003 Zeev Suraski

Reimplement PPP properties


12345678910>>...14