History log of /PHP-8.1/ext/standard/array.c (Results 426 – 450 of 1077)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 865749e7 16-Jan-2015 Xinchen Hui

Optimized array_slice

# 98a24983 16-Jan-2015 Xinchen Hui

Revert "Optimize array_unique to save some comparation calls"

Unsafe optimization

This reverts commit b57dc41e075a88e8808d66973521dfdbd4a43336.

# 1c9f91e6 16-Jan-2015 Xinchen Hui

Revert "We could do more...."

This reverts commit 11f615b3118f34dd8a118261d03c386d9dc0bbfd.

# fc33f52d 15-Jan-2015 Xinchen Hui

bump year

# 0579e827 15-Jan-2015 Xinchen Hui

bump year

# 9aac4175 15-Jan-2015 Xinchen Hui

Save one condition

# 11f615b3 15-Jan-2015 Xinchen Hui

We could do more....

# b57dc41e 15-Jan-2015 Xinchen Hui

Optimize array_unique to save some comparation calls

# 2193de0d 14-Jan-2015 Xinchen Hui

Faster sorting algo

# c5047d1f 12-Jan-2015 Dmitry Stogov

Use FAST_ZPP in few more frequently used functions

# b277d360 12-Jan-2015 Dmitry Stogov

Fixed reference support

Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal

# bb7ceb04 06-Jan-2015 Levi Morrison

Fix bug #55416

Remove extra, unnecessary warning when the callback fails for
array_map, array_reduce and array_filter

# 1266515e 05-Jan-2015 Nikita Popov

Fix uses of zval_add_ref and add comment on usage

zval_add_ref should be used as a copy ctor, after the value was
already copied.

In particular when used with hash insertions, i

Fix uses of zval_add_ref and add comment on usage

zval_add_ref should be used as a copy ctor, after the value was
already copied.

In particular when used with hash insertions, it should be applied
to the return value of the insert function.

show more ...

# aa8ecbed 30-Dec-2014 Dmitry Stogov

Simplify array_splice()

# c6bc209e 30-Dec-2014 Dmitry Stogov

Simplify array_unshift()

# f9a70c50 30-Dec-2014 Dmitry Stogov

Simplify array_pad()

# 107ae86c 27-Dec-2014 Dmitry Stogov

Introduce specialized functions to compare with integer and string, to eliminate repeatable checks on each loop iteration in in_array() function.

# 31e978ff 25-Dec-2014 Xinchen Hui

Fixed tests fails

# 94d26ad4 25-Dec-2014 Xinchen Hui

Add php_string_tolower/toupper which is locale depened

# 3139ba61 23-Dec-2014 Xinchen Hui

FAST_ZPP for hot functions

# 106b1017 23-Dec-2014 Dmitry Stogov

API for fast construction of packed arrays

# 62e29736 23-Dec-2014 Xinchen Hui

Revert "Improve Hash foreach macros"

This reverts commit 95bb0a0f7aec46cacf6a447ded1688e6c6ff4b62.

# 95bb0a0f 23-Dec-2014 Xinchen Hui

Improve Hash foreach macros

# dedf44ba 23-Dec-2014 Dmitry Stogov

Improved array_keys()

1...<<11121314151617181920>>...44