summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2020-07-074-9/+130
|\
| * Fixed bug #78598Nikita Popov2020-07-074-8/+127
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-072-2/+18
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-072-2/+18
| |\
| | * Fixed bug #79792Nikita Popov2020-07-072-2/+18
* | | Assert no exception if using NEXT_OPCODE()Nikita Popov2020-07-071-0/+1
* | | Assert exception set in HANDLE_EXCEPTION()Nikita Popov2020-07-073-65/+10
* | | Remove #undefs from vm_genNikita Popov2020-07-072-38/+0
* | | Remove ZEND_VM_EXPORT functionalityNikita Popov2020-07-071-103/+4
* | | Fixed bug #79790Nikita Popov2020-07-072-0/+18
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-072-15/+24
|\ \ \ | |/ /
| * | Fixed bug #79779Nikita Popov2020-07-072-15/+24
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-072-0/+33
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-072-0/+33
| |\ \ | | |/
| | * Fixed bug #79778Nikita Popov2020-07-072-0/+33
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-072-1/+16
|\ \ \ | |/ /
| * | Fixed bug #79783Nikita Popov2020-07-072-1/+16
* | | Remove no_separation flagNikita Popov2020-07-075-15/+4
* | | Fixup testNikita Popov2020-07-071-1/+12
* | | 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