summaryrefslogtreecommitdiff
path: root/ext/zend_test
Commit message (Expand)AuthorAgeFilesLines
* Add support for deprecating constantsNikita Popov2020-01-171-0/+2
* Use zend_type inside type listsNikita Popov2020-01-171-2/+2
* Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* Merge branch 'PHP-7.4'Christoph M. Becker2020-01-142-0/+16
|\
| * Fix #79096: FFI Struct SegfaultChristoph M. Becker2020-01-142-0/+16
* | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-4/+4
* | Remove ezmlm_hash() functionMáté Kocsis2019-12-051-0/+12
* | Implement union typesNikita Popov2019-11-081-0/+15
* | Make zend_type a 2-field structNikita Popov2019-11-081-3/+4
* | Merge branch 'PHP-7.4'Nikita Popov2019-10-251-15/+25
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-251-12/+26
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-251-12/+26
| | |\
| | | * Fixed bug #78747Nikita Popov2019-10-251-12/+26
| | | * Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
| | * | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
* | | | Fix and undeprecate ReflectionType::__toString()Nikita Popov2019-10-221-2/+12
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* | | | Change representation of zend_type from type code to MAY_BE_* maskNikita Popov2019-09-231-2/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-181-4/+3
|\ \ \ \ | |/ / /
| * | | Revert "Fix zend_test interned strings loaded via dl()"Nikita Popov2019-04-181-4/+3
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-181-3/+4
|\ \ \ \ | |/ / /
| * | | Fix zend_test interned strings loaded via dl()Nikita Popov2019-04-181-3/+4
* | | | Fix incompatible pointer warning in zend_testNikita Popov2019-04-111-2/+2
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-071-2/+4
|\ \ \ \ | |/ / /
| * | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+4
* | | | Remove ZEND_OVERLOADED_FUNCTION and corresponding call_method object handlerDmitry Stogov2019-02-071-17/+26
|/ / /
* | | Remove local variablesPeter Kokot2019-02-031-10/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* | | Implement typed propertiesNikita Popov2019-01-111-0/+31
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-2/+0
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Add test for void return type on internal functionNikita Popov2018-06-301-0/+9
* | Add test for issue #1400Xinchen Hui2018-06-271-0/+6
* | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* | Merge branch 'PHP-7.2'Anatol Belski2018-05-201-0/+2
|\ \ | |/
| * Fixed bug #76337xKhorasan2018-05-201-0/+2
| * year++Xinchen Hui2018-01-022-2/+2
* | Fix: follow the indent of the other configure optionsTom Van Looy2018-02-151-1/+1
* | year++Xinchen Hui2018-01-022-2/+2
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
* | Make ext/zend_test report itself as zend-test in `php -m'Kalle Sommer Nielsen2017-08-171-1/+1
|/
* fix shared compilationAnatol Belski2017-03-151-1/+1
* zend-test extension to house code that is required for testing internal APIs,...Nikita Popov2017-03-124-0/+321