History log of /PHP-7.4/Zend/zend_hash.h (Results 51 – 75 of 281)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9a9ad56a 28-Nov-2016 Dmitry Stogov

Fixed bug #73586 (php_user_filter::$stream is not set to the stream the filter is working on).


# b204b3ab 26-Nov-2016 Anatol Belski

further normalizations, uint vs uint32_t

fix merge mistake

yet one more replacement run


# a0502b89 14-Nov-2016 Andrea Faulds

Convert numeric keys in object/array casts

RFC: https://wiki.php.net/rfc/convert_numeric_keys_in_object_array_casts

This converts key types as appropriate in object to array and arr

Convert numeric keys in object/array casts

RFC: https://wiki.php.net/rfc/convert_numeric_keys_in_object_array_casts

This converts key types as appropriate in object to array and array to object
casts, as well as in get_object_vars().

show more ...


# 9ded1b4e 19-Oct-2016 Dmitry Stogov

Introduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu)


# ebb99a1a 21-Jun-2016 Dmitry Stogov

Fixed compilation warnings


# cef8d93e 18-May-2016 Dmitry Stogov

Fixed typo


# b91197c8 04-May-2016 Dmitry Stogov

Inlined fast path


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, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33
# ab800642 02-Mar-2016 Dmitry Stogov

Introduce zend_symtable_exists_ind() for API consistency


Revision tags: php-7.0.4
# 2d4186dd 02-Mar-2016 Xinchen Hui

Use hash_exists_ind in symbol table


Revision tags: php-5.6.19RC1, php-7.0.4RC1
# af66ad28 04-Feb-2016 Nikita Popov

Remove use of register keyword in headers

Headers must be C++ compatible -- this throws warnings.

The register keyword is not used for optimization, at least not
in optimized bu

Remove use of register keyword in headers

Headers must be C++ compatible -- this throws warnings.

The register keyword is not used for optimization, at least not
in optimized builds.

show more ...


Revision tags: 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


Revision tags: php-5.6.17RC1, php-7.0.1RC1, 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, 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.


# 25f9e255 26-Aug-2015 Dmitry Stogov

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


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

zend_hash_resize seems useless, use zend_hash_extend


Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# 7d5fb7bb 29-Jul-2015 Xinchen Hui

Fixed bug #69674 (SIGSEGV array.c:953)


# 16f2ce85 10-Aug-2015 Xinchen Hui

Hmm, we should also take care of uninitialized hashTable


# be54eb7d 10-Aug-2015 Xinchen Hui

Fixed bug #70211 (php 7 ZEND_HASH_IF_FULL_DO_RESIZE use after free)


Revision tags: php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


# 4bd22cf1 29-Jun-2015 Dmitry Stogov

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>
Date: Fri Jun 26 01:23:31 2015 +0200

Use the new 'ZSTR' macros in the rest of the code.

Does not change anything to the generated code (thanks to compat macros) but cleaner.

commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8
Author: Francois Laupretre <francois@tekwire.net>
Date: Thu Jun 25 13:45:06 2015 +0200

Improve zend_string API

Add missing methods

show more ...


12345678910>>...12