summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-067-191/+96
* Avoid some unnecessary uses of no_separation=0Nikita Popov2020-07-061-2/+2
* refactor: class constants parsingmoliata2020-07-065-38/+55
* Add string or object ZPP macrosMáté Kocsis2020-07-064-7/+209
* Correctly determine arg name of USER_ARG_INFO functionsNikita Popov2020-07-062-7/+17
* Reuse warning functionNikita Popov2020-07-063-13/+3
* Fixed bug #79777Nikita Popov2020-07-043-4/+22
* Treat attribute argument lists like normal argument listsNikita Popov2020-07-025-13/+50
* Use correct ZPP mechanism in get_class_methods()codinghuang2020-07-023-18/+7
* Add iterator get_gc function for generatorsNikita Popov2020-07-012-1/+42
* Add get_gc handle for object iteratorsNikita Popov2020-07-015-4/+15
* Remove generator iterator memberNikita Popov2020-06-302-6/+1
* Merge branch 'PHP-7.4'Nikita Popov2020-06-301-4/+0
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-301-4/+0
| |\
| | * Remove bogus generator iterator dtorNikita Popov2020-06-301-4/+0
* | | Update outdated arginfo hashesMáté Kocsis2020-06-303-3/+3
* | | Assume offsetof() existsNikita Popov2020-06-301-21/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-302-2/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-302-1/+27
| |\ \ | | |/
| | * Fix leak when setting cyclic previous exception in finallyNikita Popov2020-06-302-1/+27
| | * 7.3 is now 7.3.21-devChristoph M. Becker2020-06-231-1/+1
| * | Fixed bug #79740Nikita Popov2020-06-262-0/+28
* | | Add ZPP macros for class name or object parametersMáté Kocsis2020-06-305-28/+83
* | | Replace EXPECTF when possibleFabien Villepinte2020-06-292-2/+2
* | | Tracing JIT support for include() and generatorsDmitry Stogov2020-06-291-0/+3
* | | Make exit() unwind properlyNikita Popov2020-06-2910-16/+133
* | | Implement Attribute Amendments.Martin Schröder2020-06-2917-49/+395
* | | Cache __unserialize() instead of unserialize()Nikita Popov2020-06-266-33/+32
* | | [ci skip] Various typo fixes in stub comments and CHANGES fileAyesh Karunaratne2020-06-251-3/+3
* | | Don't include trailing newline in comment tokenNikita Popov2020-06-251-5/+1
* | | Make sorting stableNikita Popov2020-06-251-13/+19
* | | Don't use iterator_funcs_ptr if it is nullNikita Popov2020-06-251-1/+2
* | | Introduce InternalIteratorNikita Popov2020-06-247-13/+247
* | | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-245-26/+0
* | | Add flag to forbid dynamic property creation on internal classesNikita Popov2020-06-245-87/+43
* | | Add test case for previous commitNikita Popov2020-06-241-0/+18
* | | Include stub hash in generated arginfo filesNikita Popov2020-06-246-6/+12
* | | Consistent file naming.Derick Rethans2020-06-222-0/+0
* | | Fixed JIT failures on WindowsDmitry Stogov2020-06-222-12/+0
* | | Mark failing tests as XFAIL for nowChristoph M. Becker2020-06-202-0/+12
* | | Clean up some unused code (and fix some comments) in build scriptsAlex Dowad2020-06-191-1/+1
* | | Forbid use of <?= as a semi-reserved identifierNikita Popov2020-06-194-5/+28
* | | MAY_BE_INDIRECT inferenceDmitry Stogov2020-06-181-0/+1
* | | Use ZEND_TOSTRING_FUNC_NAMEmoliata2020-06-181-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-181-1/+7
|\ \ \ | |/ /
| * | Don't use ternary in ini defaultNikita Popov2020-06-181-1/+7
* | | Remove unneeded --disable-inline-optimization build parameterAlex Dowad2020-06-171-19/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-172-2/+1
|\ \ \ | |/ /
| * | Suppress zend signals check in two readline testsNikita Popov2020-06-172-2/+1
* | | Use zend_is_constructor()moliata2020-06-171-1/+1