summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
Commit message (Expand)AuthorAgeFilesLines
* Make gc_collect_cycles hookable.Adam Harvey2015-01-231-0/+7
* noted the TSRM changes to UPGRADING.INTERNALSnative-tlsAnatol Belski2014-12-181-0/+42
* Merged PR #911.Julien Pauli2014-12-121-0/+4
* Note macro removal in UPGRADING.INTERNALSAndrea Faulds2014-12-051-0/+3
* added info about some other macro changesAnatol Belski2014-11-201-0/+11
* added note about toolset and phpizeAnatol Belski2014-11-201-0/+2
* added note about the response filesAnatol Belski2014-11-201-0/+3
* update UPGRADING.INTERNALSAnatol Belski2014-11-101-1/+14
* Add notes about get_class_entry/get_class_name to UPGRADINGNikita Popov2014-10-101-4/+10
* updated UPGRADING.INTERNALSAnatol Belski2014-08-271-0/+1
* add note about 'l' and zend_longAnatol Belski2014-08-271-0/+1
* better heading for UPGRADING.INTERNALSFerenc Kovacs2014-08-261-1/+1
* updated UPGRADING.INTERNALSAnatol Belski2014-08-261-26/+20
* fix a phraseAnatol Belski2014-08-241-1/+1
* note on %pd formatAnatol Belski2014-08-241-0/+4
* adedd note on portable numeric macrosAnatol Belski2014-08-221-1/+16
* note on LFS macrosAnatol Belski2014-08-221-0/+10
* note on hash table and sprintfAnatol Belski2014-08-221-2/+17
* note on zpp specsAnatol Belski2014-08-221-0/+5
* updated UPGRADING.INTERNALS with new data typesAnatol Belski2014-08-221-0/+39
* Eliminated the TSRMLS_FETCH() in zend_set_memory_limit()Kalle Sommer Nielsen2013-11-181-0/+2
* bump version, empty NEWS, UPGRADING and UPGRADING.INTERNALSFerenc Kovacs2013-11-061-99/+0
* Implement variadic function syntaxNikita Popov2013-09-261-0/+42
* NEWS/UPGRADING{,.INTERNALS} notes about temp POST streamMichael Wallner2013-09-171-0/+10
* Always pass return_value_ptr to internal functionsNikita Popov2013-08-311-0/+15
* bison upgrading notesMichael Wallner2013-08-091-1/+3
* Update NEWS, UPGRADING and UPGRADING.INTERNALSNikita Popov2013-06-171-1/+30
* Merge branch 'PHP-5.5'Nikita Popov2013-03-231-41/+2
|\
| * Move some internal changes from UPGRADING to UPGRADING.INTERNALSNikita Popov2013-03-231-7/+43
| * Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-0/+8
| * UPGRADING.INTERNALS: document zend_qsort_rGustavo Lopes2013-01-141-0/+11
|/
* add NEWS/UPGRADINGStanislav Malyshev2012-07-141-1/+28
* - Cleanup UPGRADING and UPGRADING.INTERNALS from 5.4 changes.Gustavo André dos Santos Lopes2012-02-221-181/+12
* - add expand_filepath_with_mode (not used anywhere yet but will be used for f...Pierre Joye2011-07-251-0/+4
* - Added section for build system changes in UPGRADING.INTERNALSJani Taskinen2010-11-181-0/+38
* - Fixed incorrection in UPGRADING.INTERNALS.Gustavo André dos Santos Lopes2010-11-151-5/+4
* - Added leak_variable() function.Gustavo André dos Santos Lopes2010-11-151-2/+52
* - Added to UPGRADING(.INTERNALS) information about the changes on html.c.Gustavo André dos Santos Lopes2010-10-241-1/+11
* Removed a TSRMLS_FETCH() call in php_idate() in favor of the TSRMLS macrosKalle Sommer Nielsen2010-09-271-1/+5
* Added TSRMLS macros into php_get_current_user()Kalle Sommer Nielsen2010-09-231-0/+4
* - drop tsrmls_fetch in popen_exPierre Joye2010-09-171-0/+3
* - drop tsrmls_fetch in tsrm_win32_accessPierre Joye2010-09-171-0/+2
* - drop TSRMLS_FETCH in sapi_register_* (won't bring much at runtime :) ) and ...Pierre Joye2010-09-171-29/+25
* - use TSRMLS_D/C with php_stream_context_allocPierre Joye2010-09-161-0/+9
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-0/+19
* - macros--; ZEND_FAST_* are now gonePierre Joye2010-09-151-1/+8
* - update and restore TOCPierre Joye2010-09-151-1/+11
* - Improved memory usageDmitry Stogov2010-09-151-1/+24
* - add php_sys_readlinkPierre Joye2010-09-101-0/+7
* - typo/clarityPierre Joye2010-09-021-1/+1