#
799057c6 |
| 19-Nov-2014 |
Anatol Belski |
added note about the response files |
Revision tags: php-5.6.3, php-5.5.19, php-5.4.35 |
|
#
5eb65a71 |
| 10-Nov-2014 |
Anatol Belski |
update UPGRADING.INTERNALS |
Revision tags: php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34 |
|
#
3efc3317 |
| 10-Oct-2014 |
Nikita Popov |
Add notes about get_class_entry/get_class_name to UPGRADING |
Revision tags: php-5.5.18RC1, php-5.6.1, php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1 |
|
#
bdc4f235 |
| 27-Aug-2014 |
Anatol Belski |
updated UPGRADING.INTERNALS |
Revision tags: php-5.6.0 |
|
#
316705c7 |
| 27-Aug-2014 |
Anatol Belski |
add note about 'l' and zend_long |
#
a18714d8 |
| 25-Aug-2014 |
Ferenc Kovacs |
better heading for UPGRADING.INTERNALS |
#
1cda5e19 |
| 25-Aug-2014 |
Anatol Belski |
updated UPGRADING.INTERNALS |
Revision tags: POST_AST_MERGE, PRE_AST_MERGE |
|
#
b2d123f9 |
| 24-Aug-2014 |
Anatol Belski |
fix a phrase |
#
3c17ce9e |
| 24-Aug-2014 |
Anatol Belski |
note on %pd format |
#
4ff697b6 |
| 22-Aug-2014 |
Anatol Belski |
adedd note on portable numeric macros |
#
4c56e68b |
| 22-Aug-2014 |
Anatol Belski |
note on LFS macros |
#
24cf50d2 |
| 22-Aug-2014 |
Anatol Belski |
note on hash table and sprintf |
#
c893552a |
| 22-Aug-2014 |
Anatol Belski |
note on zpp specs |
#
612e4590 |
| 22-Aug-2014 |
Anatol Belski |
updated UPGRADING.INTERNALS with new data types |
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2, 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, php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1 |
|
#
9e3551ba |
| 18-Nov-2013 |
Kalle Sommer Nielsen |
Eliminated the TSRMLS_FETCH() in zend_set_memory_limit() |
Revision tags: php-5.4.22, php-5.5.6 |
|
#
d17b684b |
| 06-Nov-2013 |
Ferenc Kovacs |
bump version, empty NEWS, UPGRADING and UPGRADING.INTERNALS |
Revision tags: php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1 |
|
#
0d7a6388 |
| 26-Sep-2013 |
Nikita Popov |
Implement variadic function syntax As per RFC: https://wiki.php.net/rfc/variadics |
Revision tags: php-5.5.4, php-5.4.20 |
|
#
4a3936ef |
| 17-Sep-2013 |
Michael Wallner |
NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream |
Revision tags: php-5.5.4RC1, php-5.4.20RC1 |
|
#
08567145 |
| 26-Aug-2013 |
Nikita Popov |
Always pass return_value_ptr to internal functions Previous some places passed return_value_ptr only if the function returned by reference. Now return_value_ptr is always set, even f
Always pass return_value_ptr to internal functions Previous some places passed return_value_ptr only if the function returned by reference. Now return_value_ptr is always set, even for functions returning by-value. This allows you to return zvals without copying their contents. For this purpose two new macros RETVAL_ZVAL_FAST and RETURN_ZVAL_FAST are added: RETVAL_ZVAL_FAST(zv); /* Analog to RETVAL_ZVAL(zv, 1, 0) */ RETURN_ZVAL_FAST(zv); /* Analog to RETURN_ZVAL(zv, 1, 0) */ These macros behave similarly to the non-FAST versions with copy=1 and dtor=0, with the difference that the FAST versions will try return the zval without copying by utilizing return_value_ptr.
show more ...
|
Revision tags: php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18 |
|
#
3419ee95 |
| 09-Aug-2013 |
Michael Wallner |
bison upgrading notes |
Revision tags: 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 |
|
#
ca660c2f |
| 17-Jun-2013 |
Nikita Popov |
Update NEWS, UPGRADING and UPGRADING.INTERNALS |
Revision tags: 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 |
|
#
1713d9ad |
| 23-Mar-2013 |
Nikita Popov |
Merge branch 'PHP-5.5' Conflicts: UPGRADING UPGRADING.INTERNALS
|
#
0cb868c0 |
| 23-Mar-2013 |
Nikita Popov |
Move some internal changes from UPGRADING to UPGRADING.INTERNALS |
Revision tags: php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, 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 |
Revision tags: php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11 |
|
#
70b25e9c |
| 14-Jan-2013 |
Gustavo Lopes |
UPGRADING.INTERNALS: document zend_qsort_r |