summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed error messageDmitry Stogov2021-02-241-1/+3
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-51/+51
* Added Inheritance Cache.Dmitry Stogov2021-02-091-0/+33
* Replace zend_bool uses with boolNikita Popov2021-01-151-26/+26
* Remove Z_PARAM separate params where they don't make senseNikita Popov2021-01-141-72/+30
* Flesh out HashTable insertion APIsSara Golemon2020-12-011-0/+18
* Merge branch 'PHP-8.0'Nikita Popov2020-11-191-0/+3
|\
| * Export zend_is_callable_at_frameNikita Popov2020-11-191-0/+3
* | Sanity check zpp max argument countNikita Popov2020-10-141-0/+1
|/
* Use assertion for null-termination stringNikita Popov2020-09-211-4/+1
* Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-141-5/+72
* Add Z_PARAM_OBJ_OF_CLASS ZPP macroMáté Kocsis2020-09-141-0/+37
* Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-46/+46
* Make null byte error a ValueErrorNikita Popov2020-09-081-2/+2
* Use the canonical order of types in array|string ZPP error messagesMáté Kocsis2020-09-041-2/+2
* Add the Z_PARAM_ARRAY_HT_OR_NULL and Z_PARAM_OBJ macrosMáté Kocsis2020-09-041-0/+34
* Release call trampolines in zpp fccNikita Popov2020-09-041-0/+4
* Add Z_PARAM_ITERABLE and coLevi Morrison2020-09-031-0/+31
* Add more precise type info for stubsMáté Kocsis2020-09-011-0/+3
* Rehash function table after disabling functionsNikita Popov2020-08-281-1/+1
* Don't mark variadic functions as ZEND_FASTCALLNikita Popov2020-08-281-3/+3
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-106/+106
* Use Z_PARAM_CLASS in PDOStatement::fetchObject()Nikita Popov2020-08-131-0/+3
* Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-9/+9
* Accept zend_object* in zend_unset_propertyNikita Popov2020-08-071-1/+1
* Accept zend_object in zend_read_propertyNikita Popov2020-08-071-2/+2
* Implement named parametersNikita Popov2020-07-311-5/+35
* Fix STR_OR_OBJ_OF_TYPE stringable handlingNikita Popov2020-07-291-15/+6
* Support class+mask union for internal argumentNikita Popov2020-07-241-0/+2
* Add the Z_PARAM_PATH_OR_NULL() and Z_PARAM_ZVAL_OR_NULL() macrosMáté Kocsis2020-07-241-0/+6
* Change type of max_num_args to uint32_ttwosee2020-07-231-3/+2
* Add common code for magic method assignmentNikita Popov2020-07-201-0/+1
* Drop unused param in zend_parse_arg_class_name_or_obj()George Peter Banyard2020-07-171-2/+2
* Use consistent typesGeorge Peter Banyard2020-07-131-23/+23
* Add zend_wrong_parameter_error to reduce the size of ZPP macrotwosee2020-07-101-13/+2
* Voidify some ZEND_API functionsGeorge Peter Banyard2020-07-091-44/+44
* Remove no_separation flagNikita Popov2020-07-071-5/+2
* Avoid some unnecessary uses of no_separation=0Nikita Popov2020-07-061-2/+2
* Add string or object ZPP macrosMáté Kocsis2020-07-061-7/+75
* Add ZPP macros for class name or object parametersMáté Kocsis2020-06-301-0/+41
* Cache __unserialize() instead of unserialize()Nikita Popov2020-06-261-2/+2
* Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-0/+2
* Use unused attribute for _dummyNikita Popov2020-06-121-2/+1
* Add zend_call_known_function() API familyNikita Popov2020-06-091-0/+31
* Add helper APIs for maybe-interned string creationtwosee2020-06-081-24/+44
* Constify char * arguments of APIstwosee2020-06-081-2/+2
* Add AttributesBenjamin Eberlei2020-06-041-2/+2
* Refactor ZPP API to use uint32_t as everywhere elseGeorge Peter Banyard2020-05-221-5/+5
* Allow null callback to array_filter()Nikita Popov2020-05-131-0/+3
* Rename zend_zval_get_type() APINikita Popov2020-05-131-1/+1