History log of /PHP-8.0/Zend/zend_hash.c (Results 101 – 125 of 440)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5
# d26ca894 21-Mar-2016 Xinchen Hui

array_dup should not copy the nApplyCount


Revision tags: php-5.6.20RC1, php-7.0.5RC1, php-5.6.19
# b6bbe33f 02-Mar-2016 Dmitry Stogov

Better fix for IS_INDIRECT support in zend_hash_merge()


Revision tags: php-5.5.33, php-7.0.4
# 186844be 01-Mar-2016 Xinchen Hui

Fixed bug #71695 (Global variables are reserved before execution).

Instead of slow down hash_merge, we may also check the array(whether it
contains INDIRECT) outside of the loop, however

Fixed bug #71695 (Global variables are reserved before execution).

Instead of slow down hash_merge, we may also check the array(whether it
contains INDIRECT) outside of the loop, however, consisdering hash_merge
is not widly used, I prefer fix this in the current way to keep the
codes simple

show more ...


Revision tags: php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 97a9470d 02-Jan-2016 Xinchen Hui

bump year which is missed in rev 49493a2


# 3537e95d 02-Jan-2016 Xinchen Hui

bump year which is missed in rev 49493a2


Revision tags: php-7.0.2RC1
# 0402f05b 21-Dec-2015 Dmitry Stogov

Fixed possible crash on Zend/tests/bug71154.phpt


# 6a4c02e1 17-Dec-2015 Nikita Popov

Fixed bug #71154


Revision tags: php-5.6.17RC1, php-7.0.1RC1
# 59424bb7 03-Dec-2015 Dmitry Stogov

Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)


Revision tags: php-7.0.0, php-5.6.16, php-7.0.0RC8
# 6313e16a 23-Nov-2015 Xinchen Hui

Improved fix for bug (count on symbol table)


Revision tags: php-7.0.0RC7, php-5.6.16RC1
# 82f503f5 11-Nov-2015 Xinchen Hui

Re-Fixed bug #70249 (Segmentation fault while running PHPUnit tests on phpBB 3.2-dev)

Let's fixed this in the root instead


# 2f2653aa 04-Nov-2015 Xinchen Hui

Fixed bug #70805 (Segmentation faults whilst running Drupal 8 test suite)


Revision tags: php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45
# 37f0c6b5 31-Aug-2015 Dmitry Stogov

Add myself into list of authors of the most refactored files.


# 7f2261d2 26-Aug-2015 Nikita Popov

Fix HT_ASSERT ht->nInternalPointer checks

The & was on the wrong side...


# 25f9e255 26-Aug-2015 Dmitry Stogov

Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)


# f9f568aa 24-Aug-2015 Dmitry Stogov

In 95% cases we initialize "empty" array (with 8 hash slots).


Revision tags: php-5.6.13RC1, php-7.0.0RC1
# 66866fb8 13-Aug-2015 Xinchen Hui

Simplify the macro (HT_DATA_SIZE/HT_HASH_SIZE is not used outside Zend)


# cf12da4f 13-Aug-2015 Xinchen Hui

Fixed similar issues(segfault on OOM)


# ded3a44c 13-Aug-2015 Xinchen Hui

Fixed segfault while OOM in pack_to_hash


# adf0e499 13-Aug-2015 Xinchen Hui

zend_hash_resize seems useless, use zend_hash_extend


# a089ce0c 13-Aug-2015 Xinchen Hui

Fixed bug #70258 and #70253


# 0f68f12d 12-Aug-2015 Xinchen Hui

Use the same error msg with resize


# d75228e2 12-Aug-2015 Xinchen Hui

We should not silently go on if the required size can not be met


# 60b75eb9 12-Aug-2015 Xinchen Hui

Revert "We should not silently go on if the required size can not be met."

This reverts commit d2bcdec980e31d876bdcc4cfb59392fdf215badb.


# d2bcdec9 12-Aug-2015 Xinchen Hui

We should not silently go on if the required size can not be met.


Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43, php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2
# 7fc04937 20-Jun-2015 Nikita Popov

Fixed bug #69892


12345678910>>...18