History log of /PHP-7.0/ext/spl/spl_array.c (Results 26 – 50 of 335)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.0.2RC1
# a3e19527 17-Dec-2015 Nikita Popov

Fixed bug #71153


# c096a281 10-Dec-2015 Xinchen Hui

The first arg is optional


# 7c1ddcc6 10-Dec-2015 Xinchen Hui

Fixed bug #71077 (ReflectionMethod for ArrayObject constructor returns wrong number of parameters)


Revision tags: php-5.6.17RC1, php-7.0.1RC1
# 311eb2b1 04-Dec-2015 Xinchen Hui

Missed one place


# 7ac24aa6 04-Dec-2015 Xinchen Hui

Fixed bug #71028 (Undefined index with ArrayIterator)


Revision tags: php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1
# 51218b3b 05-Nov-2015 Reeze Xia

Fixed bug #70852 Segfault getting NULL offset of an ArrayObject.


Revision tags: php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5
# 925412ee 04-Oct-2015 Xinchen Hui

Do not edit the zval cause it might be in shared memory


Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4
# f5097063 25-Sep-2015 Dmitry Stogov

Make necessary separation (it might be possible to fix this in a better way, but this will requre some refactoring)


# c21d18ef 24-Sep-2015 Dmitry Stogov

Cleanup: avoid useless array duplication


# 01d5bedd 24-Sep-2015 Dmitry Stogov

Cleanup


# e050412c 22-Sep-2015 Dmitry Stogov

Cleanup: removed old commented code


Revision tags: php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45
# 25f9e255 26-Aug-2015 Dmitry Stogov

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


Revision tags: php-5.6.13RC1
# 484b9291 19-Aug-2015 Christoph M. Becker

Fix #70303: Incorrect constructor reflection for ArrayObject

The first parameter of ArrayObject::__construct() is optional. Reflection
should reflect this.


Revision tags: php-7.0.0RC1, php-5.6.12, php-5.5.28
# feeb2fba 05-Aug-2015 Stanislav Malyshev

fix merge


Revision tags: php-7.0.0beta3, php-5.4.44
# 3e416bba 04-Aug-2015 Stanislav Malyshev

fix merge


# 7381b6ac 02-Aug-2015 Stanislav Malyshev

Fixed bug #70166 - Use After Free Vulnerability in unserialize() with SPLArrayObject


# b7fa6774 27-Jul-2015 Stanislav Malyshev

Fix bug #70068 (Dangling pointer in the unserialization of ArrayObject items)


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
# 53403fe5 30-Jun-2015 Dmitry Stogov

Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal equialent sequences.


# 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 ...


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2
# 6ae375db 16-Jun-2015 Dmitry Stogov

Fixed bug #69845 (ArrayObject with ARRAY_AS_PROPS broken)


Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1
# 4e03ba4a 16-Apr-2015 Nikita Popov

Add GC support for ArrayObject

gc_024 test changes because the array that ArrayObject holds is
now counted separately from the ArrayObject.


# e0a39eec 25-Apr-2015 Nikita Popov

Respect USE_OTHER in spl_array_is_object

Also a bit of code cleanup in get_hash_table.


# 66ce7cc0 25-Apr-2015 Nikita Popov

Don't store $this reference for IS_SELF AO

The var_dump output changes in array_022.phpt were wrong previously,
the "storage" that was referenced there was not the actually used
stor

Don't store $this reference for IS_SELF AO

The var_dump output changes in array_022.phpt were wrong previously,
the "storage" that was referenced there was not the actually used
storage.

show more ...


# 3140d0c0 24-Apr-2015 Nikita Popov

Drop ArrayObject IS_REF flag


12345678910>>...14