summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-0/+15
* Remove php_pdo_str_tolower_dup() functionGeorge Peter Banyard2021-03-151-0/+2
* Fix bug #80816 Document the removal of alias class entries from ext/splMáté Kocsis2021-03-031-0/+6
* UPGRADING: Add note about xxHash secret and fix a typoAnatol Belski2021-02-211-3/+2
* Refactor PDO's last inserted ID handler to use and return zend_stringGeorge Peter Banyard2021-01-191-0/+3
* Refactor PDO doer handler to use zend_stringGeorge Peter Banyard2021-01-191-0/+2
* Refactor PDO's quoter handler to return a zend_stringGeorge Peter Banyard2021-01-071-1/+5
* Update UPGRADIN.INTERNALSGeorge Peter Banyard2021-01-061-0/+5
* Rewrite PDO result bindingNikita Popov2020-12-221-0/+22
* UPGRADING.INTERNALS: Document hash init signature changes [ci skip]Anatol Belski2020-12-131-0/+8
* Prepare for PHP 8.1Gabriel Caruso2020-10-091-443/+1
* Extensions should have the final say on their compiler flagsGeorge Peter Banyard2020-09-281-0/+8
* Check linker compatibility directly from HMODULEChristoph M. Becker2020-09-211-0/+4
* Add system ID entropy APISammy Kaye Powers2020-09-181-0/+4
* Remove support for EXT_NOPNikita Popov2020-09-181-0/+6
* Rename zend_error_notify APIs to zend_observer_error*Benjamin Eberlei2020-09-141-5/+5
* Fix mismatch between macro and struct definitionGeorge Peter Banyard2020-09-031-1/+1
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-1/+183
* Drop various unused macros/APIsGeorge Peter Banyard2020-08-261-0/+12
* Add UPGRADING.INTERNALS notes for zend_object* changesNikita Popov2020-08-071-3/+9
* Add more argument types to stubsMáté Kocsis2020-08-071-0/+4
* Revert "Prepare for PHP 8.1"Nikita Popov2020-08-041-1/+214
* Prepare for PHP 8.1Gabriel Caruso2020-08-041-214/+1
* [skip ci] Fix grammar/typo nits in docsTyson Andre2020-08-011-1/+1
* Document the signature change of zend_get_closure_method_def()Máté Kocsis2020-07-311-0/+2
* Remove PHP_CHECK_GCC_ARG()Nikita Popov2020-07-291-1/+5
* Add error notification callbacks to UPGRADING.INTERNALSBenjamin Eberlei2020-07-171-0/+17
* Remove type argument from zend_get_zval_ptrNikita Popov2020-07-151-6/+6
* Use consistent typesGeorge Peter Banyard2020-07-131-0/+18
* Add upgrading noteNikita Popov2020-07-131-1/+2
* Voidify some ZEND_API functionsGeorge Peter Banyard2020-07-091-2/+14
* Remove no_separation flagNikita Popov2020-07-071-0/+6
* [skip ci] add upgrade noteRemi Collet2020-07-061-0/+4
* [ci skip] (Hopefully) clarify meaningChristoph M. Becker2020-07-011-1/+1
* Document zend_hash_sort and zend_ts_hash_sort signature changeChristoph M. Becker2020-07-011-1/+3
* Update UPGRADING.INTERNALS re: removed --disable-inline-optimization switchAlex Dowad2020-06-241-5/+12
* Introduce InternalIteratorNikita Popov2020-06-241-0/+11
* Fix typoFabien Villepinte2020-06-151-3/+3
* Added noteDmitry Stogov2020-06-151-0/+5
* Control VCRT leak reporting via environment variable in debug buildsChristoph M. Becker2020-06-101-0/+5
* Remove old ARG_COUNT() macroGeorge Peter Banyard2020-05-111-0/+3
* Make cast_object handler requiredNikita Popov2020-03-311-0/+4
* Use separate typedef for bucket comparison functionNikita Popov2020-03-041-0/+8
* 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