#
d0eccdee |
| 21-Feb-2014 |
Dmitry Stogov |
Fixed array_unshift() |
Revision tags: php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2 |
|
#
2161103f |
| 10-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete) |
#
f4cfaf36 |
| 10-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete) |
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 |
|
#
0f53e374 |
| 03-Jan-2014 |
Xinchen Hui |
Merge branch 'PHP-5.6'
|
#
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 |
|
#
98c9e56e |
| 30-Oct-2013 |
Sherif Ramadan |
Merge branch 'pull-request/287' Add ability to use array keys with array_filter(). This adds a third (optional) argument to array_filter() that will determine what gets passed to the
Merge branch 'pull-request/287' Add ability to use array keys with array_filter(). This adds a third (optional) argument to array_filter() that will determine what gets passed to the callback, the array key, value or both. The third argument can be one of two constants: ARRAY_FILTER_USE_BOTH or, ARRAY_FILTER_USE_KEY.
show more ...
|
Revision tags: php-5.4.22RC1, php-5.5.6RC1 |
|
#
b0f9768e |
| 28-Oct-2013 |
Dmitry Stogov |
Merge branch 'PHP-5.5' * PHP-5.5: Improved performance of array_merge() by eliminating useless copying Conflicts: NEWS
|
#
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 |
#
39612afc |
| 15-Aug-2013 |
Christopher Jones |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/dba/libini
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/dba/libinifile/inifile.c
show more ...
|
#
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 |
#
c7b58e49 |
| 21-Jul-2013 |
Xinchen Hui |
Merge branch 'PHP-5.4' into PHP-5.5
|
#
3380de97 |
| 21-Jul-2013 |
Xinchen Hui |
Fixed bug #65304 (Use of max int in array_sum) |
#
e9a95d78 |
| 13-Jul-2013 |
Veres Lajos |
typo fixes |
#
72085b0e |
| 13-Jul-2013 |
Veres Lajos |
typo fixes |
#
168a5bb6 |
| 14-Jul-2013 |
Anatol Belski |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: fix uninitialized memory usage
|
#
add08336 |
| 14-Jul-2013 |
Anatol Belski |
fix uninitialized memory usage |