History log of /PHP-7.3/ext/standard/array.c (Results 151 – 175 of 848)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7f474086 13-Feb-2016 Nikita Popov

Fix extract() overwriting its own argument

Already covered by bug46873.phpt under valgrind.


# 8b023e91 01-Feb-2016 Antony Dovgal

use correct pointer in the math


# 67a728f8 01-Feb-2016 Antony Dovgal

use correct pointer in the math


# 2eb47286 30-Jan-2016 Nikita Popov

Remove HAVE_SPL checks

SPL is always built.

Also clean up spl_ce_RuntimeException handling in PDO.


# 3bbcd84e 12-Jan-2016 Thomas Punt

re-apply patch for github PR #1695


# 66d10fe0 11-Jan-2016 Anatol Belski

Revert "patch for github PR #1695"

This reverts commit 58dd956b63e4fd2c9cf8210239cf5e56e3858ff5.

crashes on travis


# 5e2ed01d 11-Jan-2016 Anatol Belski

Revert "patch for github PR #1695"

This reverts commit 58dd956b63e4fd2c9cf8210239cf5e56e3858ff5.

crashes on travis


# 58dd956b 11-Jan-2016 Thomas Punt

patch for github PR #1695


Revision tags: php-5.6.17, php-5.5.31, php-7.0.2
# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


# c56efb84 26-Dec-2015 Xinchen Hui

Fixed bug #71220 (Null pointer deref (segfault) in compact via ob_start)


Revision tags: php-7.0.2RC1, 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)


# eada2aa9 22-Nov-2015 Xinchen Hui

Fixed bug (count on symbol tables)


# fce44a5a 14-Nov-2015 Xinchen Hui

Fixed bug #70910 (extract() breaks variable references)


Revision tags: php-7.0.0RC7, php-5.6.16RC1, php-5.6.15
# 179fba3f 29-Oct-2015 Xinchen Hui

Fixed bug #70808 (array_merge_recursive corrupts memory of unset items)

I knew, this fix seems ugly


# c4297a5a 30-Oct-2015 Reeze Xia

This couldn't be false as it has been checked before


# 68b431e3 30-Oct-2015 Reeze Xia

Use h parameter to avoid duplicate ht access of `array_combine()`


Revision tags: php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5
# 3815e971 08-Oct-2015 Dmitry Stogov

Fixed bug #70668 (array_keys() doesn't respect references when $strict is true)


# 24e88348 06-Oct-2015 Dmitry Stogov

Revert "Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/php-src"

This reverts commit a6be0f3fd6cdd59ac00ecd76630c6c04fee03417.


# a6be0f3f 05-Oct-2015 Bob Weinand

Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/php-src


Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4
# 560e4fa3 29-Sep-2015 Dmitry Stogov

Removed or simplified incorrect SEPARATE_*() macros usage.


# 8fe171a3 17-Sep-2015 Dmitry Stogov

Don't allocate memory for empty HashTables.


Revision tags: php-5.6.14RC1, php-7.0.0RC3
# c174e4cd 09-Sep-2015 Dmitry Stogov

Change array sorting implementation to avoid two level callbacks system.
Simplify zval comparion API.


# 2ea18cd4 09-Sep-2015 Dmitry Stogov

Better array_compare improvement


# 67d1a478 09-Sep-2015 Xinchen Hui

Improved array_compare


Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45
# 1f0f768e 26-Aug-2015 Dmitry Stogov

Avoid duplication


12345678910>>...34