History log of /php-src/UPGRADING.INTERNALS (Results 351 – 368 of 368)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

# 83527d16 17-Sep-2010 Pierre Joye

- drop tsrmls_fetch in tsrm_win32_access

# 79ee5139 17-Sep-2010 Pierre Joye

- drop TSRMLS_FETCH in sapi_register_* (won't bring much at runtime :) ) and cleanup/group the upgrade guide, no need of twenty titles for the same change

# ed58636f 16-Sep-2010 Pierre Joye

- use TSRMLS_D/C with php_stream_context_alloc

# aa0ed267 16-Sep-2010 Pierre Joye

- use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert

# 4420a91b 15-Sep-2010 Pierre Joye

- macros--; ZEND_FAST_* are now gone

# c93631a1 15-Sep-2010 Pierre Joye

- update and restore TOC

# f2df6a4a 15-Sep-2010 Dmitry Stogov

- Improved memory usage
. zend_function.pass_rest_by_reference is replaced by
ZEND_ACC_PASS_REST_BY_REFERENCE in zend_function.fn_flags
. zend_function.return_reference is replace

- Improved memory usage
. zend_function.pass_rest_by_reference is replaced by
ZEND_ACC_PASS_REST_BY_REFERENCE in zend_function.fn_flags
. zend_function.return_reference is replaced by ZEND_ACC_RETURN_REFERENCE
in zend_function.fn_flags
. zend_arg_info.required_num_args removed. it was needed only for internal
functions. Now the first arg_info for internal function (which has special
meaning) is represented by zend_internal_function_info structure.
. zend_op_array.size, size_var, size_literal, current_brk_cont,
backpatch_count moved into CG(context), because they are used only during
compilation.
. zend_op_array.start_op is moved into EG(start_op), because it's used
only for 'interactive' execution of single top-level op-array.
. zend_op_array.done_pass_two is replaced by ZEND_ACC_DONE_PASS_TWO in
zend_op_array.fn_flags.
. op_array.vars array is trimmed (reallocated) during pass_two.
. zend_class_entry.constants_updated is replaced by
ZEND_ACC_CONSTANTS_UPDATED in zend_class_entry.ce_flags
. the size of zend_class_entry is reduced by sharing the same memory space
by different information for internal and user classes.
See zend_class_inttry.info union.

show more ...

# bf0a5ea7 10-Sep-2010 Pierre Joye

- add php_sys_readlink

# 9b6d0f22 02-Sep-2010 Pierre Joye

- typo/clarity

# 6d6645b3 01-Sep-2010 Pierre Joye

- upgrading addition about stat/lstat

# b01d74f7 30-Aug-2010 Pierre Joye

- initial import, internals upgrade guide

1...<<1112131415