summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* Improve type inference for COALESCENikita Popov2020-03-092-8/+70
* Fix bug #79358: JIT miscompile in composerNikita Popov2020-03-093-3/+25
* Remove unnecessary uses of CHECK_SILENTNikita Popov2020-03-061-1/+1
* Use separate typedef for bucket comparison functionNikita Popov2020-03-041-1/+1
* Store aliased name of trait methodNikita Popov2020-03-032-24/+36
* Merge branch 'PHP-7.4'Nikita Popov2020-02-281-1/+1
|\
| * Try to fix msvc buildNikita Popov2020-02-281-1/+2
* | Update MySQLi function infoMáté Kocsis2020-02-281-86/+36
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-281-0/+3
|\ \ | |/
| * Fixed bug #79252Nikita Popov2020-02-281-0/+2
* | Merge branch 'PHP-7.4'Dmitry Stogov2020-02-271-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-02-271-2/+2
| |\
| | * Fixed incorrect overflow detectionDmitry Stogov2020-02-271-2/+2
* | | Avoid more null arithmeticNikita Popov2020-02-271-2/+2
* | | Use EX_NUM_TO_VAR() in more placesNikita Popov2020-02-271-1/+1
* | | Remove more null arithmetic UBNikita Popov2020-02-272-8/+7
* | | Make type error messages more consistentMáté Kocsis2020-02-172-3/+3
* | | Improve generated names for anonymous classesNikita Popov2020-02-176-7/+7
* | | Add static return typeNikita Popov2020-02-173-1/+7
* | | Fixed bug #79255 (PHP cannot be compiled with enable JIT)Dmitry Stogov2020-02-171-6/+16
* | | Revert "Fixed bug #79255 (PHP cannot be compiled with enable JIT)"Nikita Popov2020-02-171-8/+13
* | | Fixed bug #79255 (PHP cannot be compiled with enable JIT)Xinchen Hui2020-02-171-13/+8
* | | Fix JIT trait type errorsNikita Popov2020-02-131-3/+3
* | | Removed unused macroDmitry Stogov2020-02-111-34/+0
* | | Add support for $obj::classNikita Popov2020-02-111-0/+1
* | | Save delayed call frameDmitry Stogov2020-02-101-0/+7
* | | typoDmitry Stogov2020-02-071-1/+1
* | | Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of I...Dmitry Stogov2020-02-072-16/+34
* | | Fixed stack alignmentDmitry Stogov2020-02-071-0/+2
* | | Try to fix Windows buildNikita Popov2020-02-071-6/+1
* | | Basic JIT support for verify returnNikita Popov2020-02-073-9/+100
* | | Fixed JIT for PTR_INC instruction to return de-referenced value of referenceDmitry Stogov2020-02-063-7/+31
* | | Remove ZEND_ACC_IMPLEMENTS_TRAITS flagNikita Popov2020-02-061-2/+2
* | | Remove ZEND_ACC_INHERITED flagNikita Popov2020-02-063-28/+21
* | | Fixed JIT for BIND_GLOBALDmitry Stogov2020-02-042-8/+10
* | | Reindent phpt filesNikita Popov2020-02-03168-1210/+1210
* | | We don't need "safe" destruction anymoreDmitry Stogov2020-01-311-2/+2
* | | These EG(current_execute_data) = EX(prev_execute_data) assignments are useles...Dmitry Stogov2020-01-311-2/+0
* | | Export zend_dump_op() and add ZEND_DUMP_NUMERIC_OPLINES flag to print oplines...Dmitry Stogov2020-01-312-20/+56
* | | Fix JIT as wellNikita Popov2020-01-311-14/+8
* | | Fixed JIT part for bug #79094Dmitry Stogov2020-01-311-0/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-302-0/+25
|\ \ \ | |/ /
| * | Fixed bug #79193Nikita Popov2020-01-302-0/+25
* | | Convert ZEND_ECHO operand to string after sccpTyson Andre2020-01-2712-15/+66
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-241-6/+11
|\ \ \ | |/ /
| * | Fixed bug #79128Nikita Popov2020-01-241-6/+11
* | | Merge branch 'PHP-7.4'Xinchen Hui2020-01-201-1/+1
|\ \ \ | |/ /
| * | Let's make this safer from maliciously crafted filenameXinchen Hui2020-01-201-1/+1
* | | Merge branch 'PHP-7.4'Xinchen Hui2020-01-201-5/+7
|\ \ \ | |/ /
| * | minor cleanupXinchen Hui2020-01-201-5/+7