summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-241-25/+25
|\
| * Revert "Prefix error_code with underscore in FastZPP implementation"Nikita Popov2019-01-241-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
* | 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
* | Use int instead of integer in type errorsGabriel Caruso2018-02-041-1/+1
* | Merge branch 'PHP-7.2'Sara Golemon2018-01-231-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2018-01-231-1/+1
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2018-01-231-1/+1
| | |\
| | | * Use Z_EXPECTED_LONG to initialize FAST_ZPP parsing loopSara Golemon2018-01-231-1/+1
| | | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| | * | year++Xinchen Hui2018-01-021-1/+1
| | * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| | * | Fix bug #73147: Use After Free in PHP7 unserialize()Stanislav Malyshev2016-10-141-0/+1
| * | | year++Xinchen Hui2018-01-021-1/+1
* | | | year++Xinchen Hui2018-01-021-1/+1
* | | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-271-2/+1
* | | | Use "fastcal" calling convention for internal PHP functions on x86Dmitry Stogov2017-12-111-1/+1
* | | | Remove zend_get_parameters(_ex) APIsNikita Popov2017-10-301-2/+0
* | | | Merge branch 'master' into rc_debugDmitry Stogov2017-10-271-5/+5
|\ \ \ \
| * | | | Extend zend_register_class_alias_ex() with additional argument to allow creat...Dmitry Stogov2017-10-271-5/+5
* | | | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
|/ / / /
* | | | Extend zend_string API to avoid reallocation in zend_string_init_interned()Dmitry Stogov2017-10-191-3/+1
* | | | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-3/+2
* | | | Fix fast ZPP macro definitionThomas Punt2017-08-191-1/+1
* | | | FAST_ZPP variant of zend_parse_parameters_none(), ZEND_PARSE_PARAMETERS_NONE()Kalle Sommer Nielsen2017-07-231-0/+4
|/ / /
* | | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* | | Fixed ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO macroRichard Fussenegger2017-06-301-4/+4
* | | Extract zend_get_callable_name() APINikita Popov2017-06-251-0/+2
* | | Introduced "zif_handler" type (zif = zend internal function).Dmitry Stogov2017-06-081-1/+1
* | | Improved new Zend Parameter Parsing API to avoid useless dereferences.Dmitry Stogov2017-06-081-48/+95
* | | Constify str in add_assoc_string_ex and add_assoc_stringl_exJakub Zelenka2017-06-071-2/+2
* | | Remove accidently added byteKalle Sommer Nielsen2017-05-261-1/+1
* | | Added zend_parse_parameters_none_throw()Kalle Sommer Nielsen2017-05-261-1/+3