summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
Commit message (Expand)AuthorAgeFilesLines
* Require all internal functions to have arginfoNikita Popov2020-02-261-0/+4
* [skip ci] Fix typos in UPGRADINGTyson Andre2020-02-161-2/+2
* Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of I...Dmitry Stogov2020-02-071-0/+9
* Apply custom format/length modifier removal to spprintfGeorge Peter Banyard2020-01-231-3/+3
* Drop the custom 'v' format from snprintf custom implementation.George Peter Banyard2020-01-211-0/+3
* Drop the custom I length modifier from snprintf custom implementation.George Peter Banyard2020-01-201-0/+5
* Fix typo [ci skip]Markus Staab2019-10-071-1/+1
* Comparison cleanup:Dmitry Stogov2019-10-071-0/+5
* [ci skip] Update UPGRADING.INTERNALSChristoph M. Becker2019-09-241-0/+5
* upgrading notes for ValueError/zend_value_error()Peter Cowburn2019-09-101-0/+5
* Simplify TMP/VAR operand releasingDmitry Stogov2019-07-241-0/+9
* Update changelogPeter Kokot2019-07-211-0/+1
* Symbol HAVE_PCRE has been removedPeter Kokot2019-07-141-0/+2
* [ci skip] Mention HAVE_HASH_EXTPeter Kokot2019-06-261-3/+5
* Don't verify arginfo types for internal functionsNikita Popov2019-06-171-0/+5
* Fix typoChristoph M. Becker2019-06-031-1/+1
* Remove zpp L specifierNikita Popov2019-06-031-0/+4
* Remove get() object handlerNikita Popov2019-05-291-4/+7
* Remove set() object handlerNikita Popov2019-05-291-0/+5
* Merge branch 'master' of git://github.com/php/php-srcJoe Watkins2019-03-251-1/+1
|\
* | TSRM cleanup for PHP8Joe Watkins2019-03-251-0/+15
|/
* For consistency with Windows, and because ZTS is not experimental or a "maint...Joe Watkins2019-03-231-0/+3
* Remove ZEND_OVERLOADED_FUNCTION and corresponding call_method object handlerDmitry Stogov2019-02-071-3/+9
* fixed typo in UPGRADING.INTERNALSMarkus Staab2019-02-041-1/+1
* Added note anout object habdlers API changeDmitry Stogov2019-02-041-2/+5
* Clear NEWS, UPGRADING and UPGRADING.INTERNALSNikita Popov2019-01-281-172/+3
* Implement typed propertiesNikita Popov2019-01-111-0/+13
* Revert HASH_FLAG_INITIALIZED into HASH_FLAG_UNINITIALIZED.Dmitry Stogov2018-12-281-0/+5
* Added note about changes in class declaration opcodesDmitry Stogov2018-12-241-0/+7
* Removed add_get_assoc_*() and add_get_index_*() API functionsDmitry Stogov2018-12-191-0/+4
* Allow empty $escape to eschew escaping CSVChristoph M. Becker2018-12-151-0/+6
* Fix a typo in UPGRADING.INTERNALSTyson Andre2018-10-171-1/+1
* Immutable clases and op_arrays.Dmitry Stogov2018-10-171-0/+15
* Classify object handlers are required/optionalNikita Popov2018-10-161-0/+23
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-4/+4
* Add UPGRADING notesNikita Popov2018-10-101-0/+48
* Implemented RFC "Always available hash extension"Kalle Sommer Nielsen2018-10-031-4/+14
* Rename ZEND_ACC_NO_RT_ARENA into ZEND_ACC_HEAP_RT_CACHE and use it for pseudo...Dmitry Stogov2018-10-021-0/+2
* [ci skip] Update UPGRADING.INTERNALSAnatol Belski2018-09-221-0/+4
* Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLV...Dmitry Stogov2018-09-181-0/+3
* Make ext/xml API privateNikita Popov2018-09-161-0/+5
* Remove zend_check_private()Dmitry Stogov2018-09-131-0/+3
* Renumber ZEND_ACC_... flagsDmitry Stogov2018-09-111-2/+3
* Get rid of ZEND_ACC_IMPLICIT_PUBLICDmitry Stogov2018-09-111-0/+1
* Squashed commit of the following:Dmitry Stogov2018-09-111-2/+5
* Fix typos in UPGRADING.INTERNALSFabien Villepinte2018-09-051-2/+2
* Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-0/+8
* Remove AC_FUNC_UTIME_NULLPeter Kokot2018-09-041-2/+3
* Remove AC_FUNC_VPRINTFPeter Kokot2018-08-291-0/+2
* Implement #64517: Add AC_ARG_PROGRAM macroPeter Kokot2018-08-291-0/+2