summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* [skip ci] Consistent match test closing tagsIlija Tovilo2020-07-118-0/+8
* Retain the original formatting character in testMáté Kocsis2020-07-101-2/+2
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-10194-369/+381
* Use dedicated function for illegal offset type errorGeorge Peter Banyard2020-07-101-1/+1
* Add missing addref for MATCH_ERROR operandNikita Popov2020-07-101-1/+4
* Fixed bug #79818Nikita Popov2020-07-103-4/+21
* Add zend_wrong_parameter_error to reduce the size of ZPP macrotwosee2020-07-102-13/+29
* Implement match expressionIlija Tovilo2020-07-0937-542/+2016
* Voidify some ZEND_API functionsGeorge Peter Banyard2020-07-092-137/+106
* Remove FREE_UNFETCHED conceptNikita Popov2020-07-094-71/+32
* Merge branch 'PHP-7.4'Nikita Popov2020-07-091-1/+1
|\
| * Switch back to FREE_UNFETCHED_OP_DATANikita Popov2020-07-092-17/+17
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-093-34/+28
|\ \ | |/
| * Fix bug #79599 in a different wayNikita Popov2020-07-093-116/+77
| * Revert "Fixed bug #97599 (coredump in set_error_handler)"Nikita Popov2020-07-092-34/+1
* | Merge branch 'PHP-7.4'Derick Rethans2020-07-091-11/+9
|\ \ | |/
| * Revert "Partial fixed bug #79649 (Altering disable_functions from module init...Derick Rethans2020-07-091-11/+9
* | Use ZPP callable check in zend built in functionsGeorge Peter Banyard2020-07-085-33/+45
* | Skip special function optimization for redeclared disabled functionsNikita Popov2020-07-082-4/+8
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-072-1/+38
|\ \ | |/
| * Fixed bug #79793Nikita Popov2020-07-072-1/+38
* | Fixed bug #79791Nikita Popov2020-07-072-1/+13
* | JIT support for undefined index/offset handlingNikita Popov2020-07-072-4/+4
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-072-3/+36
|\ \ | |/
| * Fixed bug #79784Nikita Popov2020-07-072-3/+36
* | 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