History log of /php-src/ext/standard/array.c (Results 326 – 350 of 1127)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1
# b7552ff3 21-Jan-2017 Levi Morrison

Remove trailing tabs

# 1f7bf2bf 20-Jan-2017 Dmitry Stogov

Optimized extract(). Avoided double hash lookups and repeatable checks through loop splitting.

Revision tags: php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1
# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 1b0edb3c 30-Dec-2016 Sara Golemon

Use new param API in standard/array

Revision tags: php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0
# b204b3ab 26-Nov-2016 Anatol Belski

further normalizations, uint vs uint32_t

fix merge mistake

yet one more replacement run

Revision tags: php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12
# aaf7341b 04-Oct-2016 Craig Duncan

Add warnings when counting invalid parameters

# 23772d5b 20-Oct-2016 Nikita Popov

Merge branch 'PHP-7.1'


# 73663331 20-Oct-2016 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


Revision tags: php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1
# 55d17662 26-Aug-2016 Adam Saponara

Fix bug #71241: array_replace_recursive mutates ref params

`array_replace_recursive` can sometimes mutate its params if
references are nested within. This differs from the PHP 5 behavior.

# 65ea2500 19-Oct-2016 Dmitry Stogov

Merge branch 'PHP-7.1'

* PHP-7.1:
Introduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu)


# 9ded1b4e 19-Oct-2016 Dmitry Stogov

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

# 69517645 11-Sep-2016 Andrea Faulds

Merge branch 'PHP-7.1'


# fc5497cb 11-Sep-2016 Andrea Faulds

Merge branch 'PHP-7.0' into PHP-7.1


# d690014b 11-Sep-2016 Andrea Faulds

Remove zpp fallback code (always use Fast ZPP)

Squashed commit of the following:

commit 3e27fbb3d22b42d181e15c345f1c59a007b6b58c
Author: Andrea Faulds <ajf@ajf.me>
Date: S

Remove zpp fallback code (always use Fast ZPP)

Squashed commit of the following:

commit 3e27fbb3d22b42d181e15c345f1c59a007b6b58c
Author: Andrea Faulds <ajf@ajf.me>
Date: Sun Sep 11 19:14:37 2016 +0100

Keep dummy FAST_ZPP macro for compatibility

commit 8a7cfd00deaa4a3c5026c97580c49c886c72a5b4
Author: Andrea Faulds <ajf@ajf.me>
Date: Mon Sep 5 22:36:03 2016 +0100

Remove FAST_ZPP macro and plain zpp fallback code

show more ...

# e0e50631 04-Sep-2016 Nikita Popov

Drop some pieces of commented-out code

# 1d64b4c7 01-Sep-2016 Anatol Belski

avoid needless function call

# 00c2c3a4 01-Sep-2016 Márcio Almada

fix unintentional bc break with compact('this') behavior

Revision tags: php-7.1.0beta3, php-5.6.25
# 447e57a1 17-Aug-2016 Kalle Sommer Nielsen

Fixed 7.1 build, decls first please!

Revision tags: php-7.0.10
# 1e4cae28 17-Aug-2016 Kalle Sommer Nielsen

Seems like I did a bad merge earlier, this should make PHP-7.0 sync with 7.1/master properly now

# 27ceb6ff 17-Aug-2016 Kalle Sommer Nielsen

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fix build as done in master in commit 040331c36462eac94308bbef3200ee11389ca444
Fixed C89 build


# 9b783107 17-Aug-2016 Kalle Sommer Nielsen

Fix build as done in master in commit 040331c36462eac94308bbef3200ee11389ca444

The reason why we cannot use round() here, is that it does not come with the standard C library on Windows, I d

Fix build as done in master in commit 040331c36462eac94308bbef3200ee11389ca444

The reason why we cannot use round() here, is that it does not come with the standard C library on Windows, I don't think this affects other systems.

At the same time, also expose _php_math_round()

show more ...

# cf017ce1 08-Aug-2016 Nikita Popov

Fix array_column() packed hash initialization

FILL assumes enough space is alredy allocated -- do that. Note that
the used size is an upper bound, albeit a likely one.

Revision tags: php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1
# 6d1f4732 03-Aug-2016 Xinchen Hui

It's packed array

# be00b4ed 03-Aug-2016 Xinchen Hui

Optmized array_rand

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