Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update NEWS, UPGRADING and UPGRADING.INTERNALS | Nikita Popov | 2013-06-17 | 1 | -1/+30 |
| | |||||
* | Merge branch 'PHP-5.5' | Nikita Popov | 2013-03-23 | 1 | -41/+2 |
|\ | | | | | | | | | | | Conflicts: UPGRADING UPGRADING.INTERNALS | ||||
| * | Move some internal changes from UPGRADING to UPGRADING.INTERNALS | Nikita Popov | 2013-03-23 | 1 | -7/+43 |
| | | |||||
| * | Add support for non-scalar Iterator keys in foreach | Nikita Popov | 2013-03-12 | 1 | -0/+8 |
| | | | | | | | | RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys | ||||
| * | UPGRADING.INTERNALS: document zend_qsort_r | Gustavo Lopes | 2013-01-14 | 1 | -0/+11 |
|/ | |||||
* | add NEWS/UPGRADING | Stanislav Malyshev | 2012-07-14 | 1 | -1/+28 |
| | |||||
* | - Cleanup UPGRADING and UPGRADING.INTERNALS from 5.4 changes. | Gustavo André dos Santos Lopes | 2012-02-22 | 1 | -181/+12 |
| | | | | | - Added information about removal of streams pooling API. | ||||
* | - add expand_filepath_with_mode (not used anywhere yet but will be used for ↵ | Pierre Joye | 2011-07-25 | 1 | -0/+4 |
| | | | | file ops (fopen&co) to avoid extra links resolution and other non required ops on open | ||||
* | - Added section for build system changes in UPGRADING.INTERNALS | Jani Taskinen | 2010-11-18 | 1 | -0/+38 |
| | |||||
* | - Fixed incorrection in UPGRADING.INTERNALS. | Gustavo André dos Santos Lopes | 2010-11-15 | 1 | -5/+4 |
| | |||||
* | - Added leak_variable() function. | Gustavo André dos Santos Lopes | 2010-11-15 | 1 | -2/+52 |
| | | | | | | | - 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. | ||||
* | - Added to UPGRADING(.INTERNALS) information about the changes on html.c. | Gustavo André dos Santos Lopes | 2010-10-24 | 1 | -1/+11 |
| | | | | | | - 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. | ||||
* | Removed a TSRMLS_FETCH() call in php_idate() in favor of the TSRMLS macros | Kalle Sommer Nielsen | 2010-09-27 | 1 | -1/+5 |
| | |||||
* | Added TSRMLS macros into php_get_current_user() | Kalle Sommer Nielsen | 2010-09-23 | 1 | -0/+4 |
| | |||||
* | - drop tsrmls_fetch in popen_ex | Pierre Joye | 2010-09-17 | 1 | -0/+3 |
| | |||||
* | - drop tsrmls_fetch in tsrm_win32_access | Pierre Joye | 2010-09-17 | 1 | -0/+2 |
| | |||||
* | - drop TSRMLS_FETCH in sapi_register_* (won't bring much at runtime :) ) and ↵ | Pierre Joye | 2010-09-17 | 1 | -29/+25 |
| | | | | cleanup/group the upgrade guide, no need of twenty titles for the same change | ||||
* | - use TSRMLS_D/C with php_stream_context_alloc | Pierre Joye | 2010-09-16 | 1 | -0/+9 |
| | |||||
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 1 | -0/+19 |
| | |||||
* | - macros--; ZEND_FAST_* are now gone | Pierre Joye | 2010-09-15 | 1 | -1/+8 |
| | |||||
* | - update and restore TOC | Pierre Joye | 2010-09-15 | 1 | -1/+11 |
| | |||||
* | - Improved memory usage | Dmitry Stogov | 2010-09-15 | 1 | -1/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | . 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. | ||||
* | - add php_sys_readlink | Pierre Joye | 2010-09-10 | 1 | -0/+7 |
| | |||||
* | - typo/clarity | Pierre Joye | 2010-09-02 | 1 | -1/+1 |
| | |||||
* | - upgrading addition about stat/lstat | Pierre Joye | 2010-09-01 | 1 | -0/+9 |
| | |||||
* | - initial import, internals upgrade guide | Pierre Joye | 2010-08-30 | 1 | -0/+13 |