summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
Commit message (Collapse)AuthorAgeFilesLines
* a bit more clearness fir --with-mpAnatol Belski2015-06-021-1/+2
|
* Fixed typos in UPGRADING.INTERNALSAndrew Murray2015-06-011-3/+3
|
* Fix typos and add link to the phpng upgrading wiki pageHannes Magnusson2015-05-291-2/+11
|
* Add some missed entryXinchen Hui2015-04-111-0/+6
|
* fix typoAnatol Belski2015-03-241-1/+1
|
* some more UPGRADING INTERNALS notesAnatol Belski2015-03-231-3/+14
|
* some UPGRADING.INTERNALS notesAnatol Belski2015-03-231-0/+5
|
* TSRMLS_* macros have been removed, user don't have to care about the change ↵Reeze Xia2015-02-061-1/+0
| | | | anymore
* Update UPGRADINGXinchen Hui2015-02-041-1/+3
|
* Update UPGRADINGXinchen Hui2015-02-041-0/+3
|
* Update UPGRADING.INTERNALS Session sectionYasuo Ohgaki2015-02-041-6/+14
|
* Merge branch 'master' into master-rfc-session-lock4Yasuo Ohgaki2015-01-291-0/+4
|\ | | | | | | | | Conflicts: UPGRADING
| * size_t cleanup for PDOStanislav Malyshev2015-01-261-0/+4
| |
* | Update UPGRADING and UPGRADING.INTERNALSYasuo Ohgaki2015-01-261-0/+19
|/
* 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
| | | | As per RFC: https://wiki.php.net/rfc/variadics
* 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
| | | | | | | | | | | | | | | | | 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.
* 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
|\ | | | | | | | | | | Conflicts: UPGRADING UPGRADING.INTERNALS
| * 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
| | | | | | | | RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys
| * 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
| | | | | - Added information about removal of streams pooling API.
* - add expand_filepath_with_mode (not used anywhere yet but will be used for ↵Pierre Joye2011-07-251-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.INTERNALSJani Taskinen2010-11-181-0/+38
|
* - Fixed incorrection in UPGRADING.INTERNALS.Gustavo André dos Santos Lopes2010-11-151-5/+4
|