Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24 |
|
#
c081ce62 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
#
47c90277 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
#
c0d060f5 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
Revision tags: php-5.4.24RC1, php-5.5.8RC1 |
|
#
d14670cc |
| 18-Dec-2013 |
Kalle Sommer Nielsen |
Eliminate another TSRMLS_FETCH() in i_zend_is_true() # Affected extensions have all been updated, ext/opcache and ext/zip # both have macros for cross version compatibility
|
Revision tags: php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22 |
|
#
dc4bf922 |
| 12-Nov-2013 |
Nikita Popov |
Allow $num=0 in array_fill() Implemented request #49824.
|
Revision tags: php-5.5.6, php-5.4.22RC1, php-5.5.6RC1 |
|
#
5c0890ba |
| 28-Oct-2013 |
Dmitry Stogov |
Improved performance of array_merge() by eliminating useless copying
|
Revision tags: php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1 |
|
#
75ba75e2 |
| 26-Sep-2013 |
Tjerk Meesters |
Using only two constants to signal use type intent.
|
#
0492145e |
| 26-Sep-2013 |
datibbaw |
added bitmask variation
|
Revision tags: php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1 |
|
#
a88c7be8 |
| 21-Feb-2013 |
datibbaw |
added use_keys argument to array_filter()
|
#
47ee4709 |
| 26-Aug-2013 |
Nikita Popov |
Make use of direct returns in some places
|
#
9ad97cd4 |
| 15-Aug-2013 |
Christopher Jones |
Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.
|
#
4749457a |
| 08-Jul-2013 |
Veres Lajos |
HASH_KEY_NON_EXISTANT fix
|
#
3380de97 |
| 21-Jul-2013 |
Xinchen Hui |
Fixed bug #65304 (Use of max int in array_sum)
|
#
e9a95d78 |
| 13-Jul-2013 |
Veres Lajos |
typo fixes
|
#
1b06e0be |
| 13-Jul-2013 |
Veres Lajos |
typo fixes
|
#
72085b0e |
| 13-Jul-2013 |
Veres Lajos |
typo fixes
|
#
add08336 |
| 14-Jul-2013 |
Anatol Belski |
fix uninitialized memory usage
|
#
139e9824 |
| 15-May-2013 |
David Soria Parra |
Fix array_colum segfault Separate zval to avoid gc from freeing
|
#
734e165d |
| 22-Apr-2013 |
Sara Golemon |
array_column() - Use entire subject array when NULL passed for second param. This starts to look like array_values(), except that you can reindex the arrays using the third parameter.
|
#
1a03bd5d |
| 22-Apr-2013 |
Sara Golemon |
Allow array_column() to take -1 as a valid value in third param Also do some cleanup and simplification to make this code more readable in the long term.
|
#
7b34324f |
| 22-Apr-2013 |
Sara Golemon |
Fix handling of double keys in array_column Also fix resource test to not localize __FILE__ to cwd.
|
#
d8a5f41a |
| 01-Apr-2013 |
Xinchen Hui |
Fixed bug parameter is casted to string of array_column
|
#
f5bf1ba8 |
| 20-Mar-2013 |
Ben Ramsey |
array_column: Fix compile-time warnings
|
#
28634bf6 |
| 12-Mar-2013 |
Nikita Popov |
Forgot to remove some now unused variables
|
Revision tags: php-5.3.22, php-5.5.0alpha5, php-5.4.12 |
|
#
fcc6611d |
| 16-Feb-2013 |
Nikita Popov |
Add support for non-scalar Iterator keys in foreach RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys
|