summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of I...Dmitry Stogov2020-02-076-37/+94
* Basic JIT support for verify returnNikita Popov2020-02-072-1/+3
* Merge branch 'PHP-7.4'Dmitry Stogov2020-02-063-21/+21
|\
| * Make opcodes to return de-refereced values of typed references (in the same w...Dmitry Stogov2020-02-063-21/+21
* | Remove spurious const qualifier from function return typeNikita Popov2020-02-062-2/+2
* | Remove ZEND_ACC_IMPLEMENT_INTERFACES flagNikita Popov2020-02-063-9/+5
* | Remove ZEND_ACC_IMPLEMENTS_TRAITS flagNikita Popov2020-02-063-8/+4
* | Remove ZEND_ACC_INHERITED flagNikita Popov2020-02-062-5/+1
* | Adjust XFAIL tests due to TypeErrorsGeorge Peter Banyard2020-02-052-11/+23
* | Fix some -Wold-style-declaration compiler warningsGeorge Peter Banyard2020-02-051-1/+1
* | Reindent phpt filesNikita Popov2020-02-031025-7455/+7455
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-035-2959/+2959
|\ \ | |/
| * Apply tidy formattingNikita Popov2020-02-035-3072/+3072
* | Export zend_type_to_string() with ZEND_APIDerick Rethans2020-02-032-2/+2
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-032-0/+2
|\ \ | |/
| * Add WHITESPACE_SENSITIVE run-tests sectionNikita Popov2020-02-032-0/+2
* | Clean up the generation of the parsersAkim Demaille2020-02-013-12/+11
* | Bison: enable all the warnings and fix themAkim Demaille2020-02-012-2/+2
* | We don't need "safe" destruction anymoreDmitry Stogov2020-01-312-25/+3
* | Merge branch 'PHP-7.4'Nikita Popov2020-01-315-13/+79
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-315-13/+79
| |\
| | * Fix bug #76047Nikita Popov2020-01-314-12/+79
| | * Bump versionChristoph M. Becker2020-01-071-1/+1
* | | Use "%empty" in the parsers, instead of commentsAkim Demaille2020-01-313-33/+33
* | | Merge branch 'PHP-7.4'Dmitry Stogov2020-01-313-6/+39
|\ \ \ | |/ /
| * | Fixed bug #79094 (Crashing when running recursion function)Dmitry Stogov2020-01-313-6/+39
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-301-2/+2
|\ \ \ | |/ /
| * | fix cross compilation failure due to size_t typecast in definePascal de Bruijn2020-01-301-2/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-302-1/+23
|\ \ \ | |/ /
| * | Fix live range calculation for FE_FETCHNikita Popov2020-01-302-1/+23
* | | Update test for warning -> fatal error changeNikita Popov2020-01-301-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-302-2/+23
|\ \ \ | |/ /
| * | Fix copying of functions in variance obligationsNikita Popov2020-01-302-2/+23
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-303-6/+29
|\ \ \ | |/ /
| * | Reset trampoline on executor startupNikita Popov2020-01-301-0/+1
| * | Fix UAF in is_callable() and allocated trampolineNikita Popov2020-01-302-7/+28
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-292-2/+4
|\ \ \ | |/ /
| * | Use "%define parse.error verbose"Akim Demaille2020-01-292-2/+4
* | | Avoid shift UB for large arraysNikita Popov2020-01-281-2/+2
* | | Perform map ptr base arithmetic through uintptr_tNikita Popov2020-01-281-2/+2
* | | Don't index NULL pointer when fetching non-existent constantNikita Popov2020-01-281-4/+7
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-284-8/+78
|\ \ \ | |/ /
| * | Fixed bug #78989Nikita Popov2020-01-285-8/+105
* | | Allow variadic arguments to replace non-variadic onesNikita Popov2020-01-235-34/+89
* | | Revert "Merge branch 'PHP-7.4'"Christoph M. Becker2020-01-234-36/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-232-3/+41
|\ \ \ | |/ /
| * | Fixed bug #79155Nikita Popov2020-01-232-4/+45
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-234-4/+36
|\ \ \ | |/ /
| * | Make MSVCRT memory leak checking usable for the test suiteChristoph M. Becker2020-01-234-4/+36
* | | Prefer using declaring class rather than direct parent in errorNikita Popov2020-01-211-4/+4