summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* Add ZEND_DEP_ME macroNikita Popov2019-07-111-0/+1
* Delay EG(exception) check on slow pathDmitry Stogov2019-07-081-1/+1
* Eliminate useless checksDmitry Stogov2019-07-051-2/+2
* Turn add_index_zval and add_next_index_zval into inline functiontwosee2019-06-141-13/+17
* Allow exceptions in __toString()Nikita Popov2019-06-051-3/+2
* Better hot/cold code splittingDmitry Stogov2019-05-311-2/+14
* Mark "cold" functionsDmitry Stogov2019-05-291-1/+0
* These macros should not expect any argumentAnatol Belski2019-05-291-2/+2
* Put phpinfo() related code into cold code segmentDmitry Stogov2019-05-281-1/+1
* Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-0/+2
* Fix typo in TRY_ASSIGN macro nameNikita Popov2019-04-291-1/+1
* Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-32/+170
* Fixed bug #74345Nikita Popov2019-03-201-0/+1
* Add ZEND_TRY_ASSIGN_BOOL APINikita Popov2019-02-081-0/+14
* Remove local variablesPeter Kokot2019-02-031-11/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Improved ZEND_TRY_ASSIGN... API to avoid unnecessary double copying and reduc...Dmitry Stogov2019-01-181-78/+214
* Change zend_try_array_init_size arg to uint32_tNikita Popov2019-01-141-2/+2
* Kill this new and insanely annoying warningKalle Sommer Nielsen2019-01-141-1/+1
* Implement typed propertiesNikita Popov2019-01-111-0/+131
* Merge branch 'PHP-7.3'Nikita Popov2019-01-081-25/+25
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-081-25/+25
| |\
| | * Prefix error_code with underscore in FastZPP implementationtwosee2019-01-081-25/+25
| * | Future-proof email addressesZeev Suraski2018-11-011-3/+3
* | | Removed add_get_assoc_*() and add_get_index_*() API functionsDmitry Stogov2018-12-191-12/+0
* | | Replace add_index_zval() and add_next_index_zval() functions by macrosDmitry Stogov2018-12-191-2/+6
* | | Fixed expectationDmitry Stogov2018-12-171-1/+3
* | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-1/+3
* | | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-3/+3
* | | Immutable clases and op_arrays.Dmitry Stogov2018-10-171-5/+2
* | | Allocate only necessary space for static properties of internal classes in ZT...Dmitry Stogov2018-10-011-1/+1
* | | Remove legacy add_*_unset() macrosNikita Popov2018-09-181-6/+0
* | | Remove add_method() macroNikita Popov2018-09-181-2/+0
* | | Replace zend_class_entry->traits by persistent zend_class_entry->trait_names.Dmitry Stogov2018-08-231-1/+1
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | API cleanup.Dmitry Stogov2018-07-231-4/+2
* | Merge zend_class_entry.create_object and zend_class_entry.interface_gets_impl...Dmitry Stogov2018-07-121-1/+0
* | Improved user iterator implementation to reduce zend_class_entry memory consu...Dmitry Stogov2018-07-121-2/+3
* | Avoid useless checks in object_init()Dmitry Stogov2018-07-061-2/+1
* | Add zend_update_static_property_ex APINikita Popov2018-06-291-0/+1
* | Add zend_read_static_property_ex APINikita Popov2018-06-291-0/+1
* | Fix buildNikita Popov2018-06-291-2/+2
* | Removed INIT_OVERLOADED_CLASS... macrosDmitry Stogov2018-06-291-20/+11
* | Add is_countable functionGabriel Caruso2018-03-111-0/+2
* | Fixed unintended API breakDmitry Stogov2018-02-191-4/+4
* | Remove duplicated assignmentAnatol Belski2018-02-191-2/+0
* | Added missed "return"Dmitry Stogov2018-02-161-0/+1
* | Improved ZPP to reduce amount of generated code.Dmitry Stogov2018-02-161-14/+39
* | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-1/+1