summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* Remove old ARG_COUNT() macroGeorge Peter Banyard2020-05-111-1/+0
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-05-051-0/+6
* Add Fast ZPP string|int type checkGeorge Peter Banyard2020-05-021-0/+36
* Convert UNKNOWN default values to null in ext/dateMáté Kocsis2020-05-021-0/+3
* Completely remove disabled functions from function tableNikita Popov2020-04-301-2/+0
* Pass existing lcname to check_magic_method_implementationNikita Popov2020-04-271-1/+2
* Generate method entries from stubs for a couple of extensionsMáté Kocsis2020-04-111-0/+1
* Add support for generating method entries from stubsMáté Kocsis2020-04-111-1/+1
* Add Z_PARAM_RESOURCE_OR_NULL()Nikita Popov2020-04-091-0/+3
* Export API for fetching internal func defaultNikita Popov2020-04-091-0/+4
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-19/+30
* Display nullability in type error messages for internal functionsMáté Kocsis2020-03-311-35/+50
* mb_detect_encoding(): Use proper array|string parameterNikita Popov2020-03-301-3/+12
* Improve argument error messages in ext/standardMáté Kocsis2020-03-181-4/+2
* Remove NO_ACCESS flag for zend_is_callable()Nikita Popov2020-03-061-1/+0
* Store aliased name of trait methodNikita Popov2020-03-031-3/+0
* Fix macro-expansion issues in ZEND_FE and friendsNikita Popov2020-02-251-18/+24
* Make type error messages more consistentMáté Kocsis2020-02-171-10/+17
* Constrain number parameter of numfmt_format to int|floatChristoph M. Becker2020-02-161-1/+1
* Eliminate uses of ZVAL_ZVAL and friendsNikita Popov2020-01-201-0/+4
* Use RETURN_THROWS() when an exception is thrownMáté Kocsis2019-12-301-0/+1
* Support "string or array" in zppNikita Popov2019-12-051-0/+25
* Support union types for args in gen stubsNikita Popov2019-11-151-0/+2
* Support single class unions in gen stubsNikita Popov2019-11-151-0/+4
* Add support for union types in stubsNikita Popov2019-11-081-0/+4
* Fix compile error using zend_parse_parameters_throw()Tyson Andre2019-11-081-2/+3
* Make zend_type a 2-field structNikita Popov2019-11-081-13/+24
* zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-011-1/+2
* Add Z_PARAM_STRING/ARRAY_OR_NULL convenience macrosNikita Popov2019-10-291-0/+6
* Add Z_PARAM_LONG_OR_NULL macroColin O'Dell2019-10-221-0/+2
* Change representation of zend_type from type code to MAY_BE_* maskNikita Popov2019-09-231-5/+6
* Promote warning to error in zend_forbid_dynamic_call()George Peter Banyard2019-08-231-1/+1
* Remove Z_PARAM_ZVAL_DEREFNikita Popov2019-07-181-8/+0
* Merge branch 'PHP-7.4'Nikita Popov2019-07-111-0/+1
|\
| * Add ZEND_DEP_ME macroNikita Popov2019-07-111-0/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-081-1/+1
|\ \ | |/
| * Delay EG(exception) check on slow pathDmitry Stogov2019-07-081-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-051-1/+1
|\ \ | |/
| * Eliminate useless checksDmitry Stogov2019-07-051-2/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-141-13/+17
|\ \ | |/
| * Turn add_index_zval and add_next_index_zval into inline functiontwosee2019-06-141-13/+17
* | Constify some char* arguments or return values of ZEND_APItwosee2019-06-121-3/+3
* | Add do...while(0) for RETURN_* and ZVAL_* APIstwosee2019-06-121-18/+18
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-3/+2
|\ \ | |/
| * Allow exceptions in __toString()Nikita Popov2019-06-051-3/+2
* | Add Z_PARAM_NUMBER and use it for some functionsNikita Popov2019-06-031-1/+31
* | Remove zpp L specifierNikita Popov2019-06-031-21/+2
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-311-2/+14
|\ \ | |/
| * Better hot/cold code splittingDmitry Stogov2019-05-311-2/+14
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-291-1/+0
|\ \ | |/