Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11 |
|
#
7f7c84d6 |
| 20-Mar-2014 |
Remi Collet |
add info: empty strings are interned
|
Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26 |
|
#
f7e381ee |
| 03-Mar-2014 |
Remi Collet |
Add notice about tsrm_virtual_cwd.h moved to zend_virtual_cwd.h as this introduce need for awfull hacks...
|
Revision tags: 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
|
#
2d403f0c |
| 09-Aug-2013 |
Michael Wallner |
haha, a bit too optimistic; not merged yet
|
#
867b6c05 |
| 09-Aug-2013 |
Michael Wallner |
add upgrading notes about bison and 2Guploads
|
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 |
|
#
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
|
Revision tags: php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5 |
|
#
bd340b72 |
| 14-Jul-2012 |
Stanislav Malyshev |
add NEWS/UPGRADING
|
Revision tags: php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0 |
|
#
e391abb1 |
| 22-Feb-2012 |
Gustavo André dos Santos Lopes |
- Cleanup UPGRADING and UPGRADING.INTERNALS from 5.4 changes. - Added information about removal of streams pooling API.
|
Revision tags: php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5, php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1, yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4 |
|
#
090bfcdf |
| 25-Jul-2011 |
Pierre Joye |
- add expand_filepath_with_mode (not used anywhere yet but will be used for file ops (fopen&co) to avoid extra links resolution and other non required ops on open
|
#
a02d8cfa |
| 25-Jul-2011 |
Pierre Joye |
- add expand_filepath_with_mode (not used anywhere yet but will be used for file ops (fopen&co) to avoid extra links resolution and other non required ops on open
|
Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1, php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5, php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
6791197b |
| 18-Nov-2010 |
Jani Taskinen |
- Added section for build system changes in UPGRADING.INTERNALS
|
#
dc8bc65f |
| 15-Nov-2010 |
Gustavo André dos Santos Lopes |
- Fixed incorrection in UPGRADING.INTERNALS.
|
#
3a02cfb6 |
| 15-Nov-2010 |
Gustavo André dos Santos Lopes |
- Added leak_variable() function. - Added mechanism to force outer streams to be closed before their inner ones. - Fixed temp:// streams only handling correctly (through an ad hoc mechanism)
- Added leak_variable() function. - Added mechanism to force outer streams to be closed before their inner ones. - Fixed temp:// streams only handling correctly (through an ad hoc mechanism) reverse closing order when the inner stream is of type memory.
show more ...
|
#
3f804701 |
| 24-Oct-2010 |
Gustavo André dos Santos Lopes |
- Added to UPGRADING(.INTERNALS) information about the changes on html.c. - Added to UPGRADING information about the new class Transliteral, the new parameter in dns_get_record and the fact
- Added to UPGRADING(.INTERNALS) information about the changes on html.c. - Added to UPGRADING information about the new class Transliteral, the new parameter in dns_get_record and the fact that call_user_func_array no longer allows call-time pass-by-reference.
show more ...
|
#
a3161aa0 |
| 27-Sep-2010 |
Kalle Sommer Nielsen |
Removed a TSRMLS_FETCH() call in php_idate() in favor of the TSRMLS macros
|
#
1ac15b2f |
| 23-Sep-2010 |
Kalle Sommer Nielsen |
Added TSRMLS macros into php_get_current_user()
|
#
b154864c |
| 17-Sep-2010 |
Pierre Joye |
- drop tsrmls_fetch in popen_ex
|