History log of /php-src/ext/standard/array.c (Results 276 – 300 of 1127)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 55ef99e3 17-Feb-2018 Xinchen Hui

Merge branch 'PHP-7.2'

* PHP-7.2:
Update NEWS
Fixed bug #75961 (Strange references behavior)

Conflicts:
ext/standard/array.c


# 26dda899 17-Feb-2018 Xinchen Hui

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fixed bug #75961 (Strange references behavior)


# 94e9d0a2 17-Feb-2018 Xinchen Hui

Fixed bug #75961 (Strange references behavior)

# 6634d5e3 22-Jan-2018 Dmitry Stogov

Use HT_FLAGS() macro

# ebf900a9 22-Jan-2018 Dmitry Stogov

Introduce mcros to access HashTable iterators counter

# 9cbb5210 22-Jan-2018 Dmitry Stogov

Access HashTable.u.flags through HT_FLAGS() macro.

# 465a8cfb 19-Jan-2018 Dmitry Stogov

Use reference-counting instead of duplication

# 40b84831 17-Jan-2018 Dmitry Stogov

Use SEPARATE_ARRAY

# 5c983ae8 12-Jan-2018 Nikita Popov

Merge branch 'PHP-7.2'


# 8c73fc80 12-Jan-2018 Nikita Popov

Fixed bug #75653

# a307689b 02-Jan-2018 Xinchen Hui

Remove unnecessary initialization:w

# a6519d05 02-Jan-2018 Xinchen Hui

year++

# 7a7ec01a 02-Jan-2018 Xinchen Hui

year++

# ccd4716e 02-Jan-2018 Xinchen Hui

year++

# efcbea43 26-Dec-2017 Dmitry Stogov

Cheaper reference construction

# 2bbcc04c 11-Dec-2017 Dmitry Stogov

Added special cases for array_diff(), when first argument is an empty array or an array with single element.

# c5ba76d9 11-Dec-2017 Dmitry Stogov

Use cheaper API

# 778dfbc1 11-Dec-2017 Dmitry Stogov

Use cheaper functions

# e4e26f24 03-Dec-2017 Tom Van Looy

Remove RAND_RANGE() macro

The behavior of RANGE_RANGE() is 7.1 changed completely, from
rescaling an already generated number to generating a number
itself. Because of this str_shuff

Remove RAND_RANGE() macro

The behavior of RANGE_RANGE() is 7.1 changed completely, from
rescaling an already generated number to generating a number
itself. Because of this str_shuffle() ended up generating two
random numbers on every iteration.

To avoid further misuse the function is dropped entirely. Extensions
for PHP >= 7.1 should directly call php_mt_rand_range().

show more ...

# 185478d0 07-Dec-2017 Dmitry Stogov

Use cheaper SEPARATE macros

# cc12acef 04-Dec-2017 Dmitry Stogov

Use cheaper functions

Revision tags: l
# ccc12b82 16-Nov-2017 Dmitry Stogov

Avoid unnecessary reference-counting on strings.

Revision tags: php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1
# a8a17a72 01-Nov-2017 Xinchen Hui

RC manipulation cleanup

# bbf57b11 30-Oct-2017 Sara Golemon

Revert array_slice passthrough optimization

This reverts commit fabb5b7a7421280b43e6f11c59d9446f6b21e3e6.
This reverts commit e751e6cebad959592f223f99ffd2a60cdf51bed0.

# fad75a54 30-Oct-2017 Dmitry Stogov

Merge branch 'master' into rc_debug

* master: (26 commits)
Better fix for bug #75451 (Assertion fails while foreach on empty xpath query)
Catch with the latest AppVeyor unzip err

Merge branch 'master' into rc_debug

* master: (26 commits)
Better fix for bug #75451 (Assertion fails while foreach on empty xpath query)
Catch with the latest AppVeyor unzip errors
Fixed type inference
Fix bug #75453 Incorrect reflection on ibase_connect and ibase_pconnect
Fix compiler warnings
We don't use a specific model for a MAKERNOTE so remove these checks that doesn't do anything anyway
Remove these old comments, as for the TODO, there is already a FR for this
Re-enable AppVeyor cache
make sure run-tests reports exit status upon prerequisite error
Remove implicit constants from test case
Fix invalid read in zend_use_undefined_constant()
Fix invalid read in mb_ord()
Remove --with-libmbfl configure option
Fixed bug #75451 (Assertion fails while foreach on empty xpath query)
Add tests for UConverter::getStandards()
convert spaces to tabs in ext/ftp/tests/server.inc
Add tests for ftp_rename
Fix bug #75434 Wrong reflection for mysqli_fetch_all function
Don't optimize input arrays with suffix holes
Fix bug #75307 Wrong reflection for openssl_open function
...

show more ...


1...<<11121314151617181920>>...46