summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid non-object in FE_FREENikita Popov2020-10-121-5/+8
* Fixed bug #80186Nikita Popov2020-10-091-7/+21
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-031-0/+1
|\
| * Fixed bug #80049Nikita Popov2020-09-031-0/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-261-0/+1
|\ \ | |/
| * Fix memory leak when yielding from non-iterableNikita Popov2020-08-261-0/+1
* | Fix refcountingNikita Popov2020-08-241-0/+2
* | Fix #79979: passing value to by-ref param via CUFA crashesChristoph M. Becker2020-08-241-2/+14
* | Fixed bug #79947Nikita Popov2020-08-101-0/+1
* | Switch back to FREE_UNFETCHED_OP_DATANikita Popov2020-07-091-1/+1
* | Fix bug #79599 in a different wayNikita Popov2020-07-091-4/+2
* | Respect typed references in catch assignmentNikita Popov2020-05-261-10/+8
* | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-04-171-1/+1
|\ \ | |/
| * zend_timeout() may access EX(opline)Dmitry Stogov2020-04-171-1/+1
* | Check asserts earlyDmitry Stogov2020-03-121-1/+1
* | Avoid "Anonymous class wasn't preloaded" error by lazely loading of not prelo...Dmitry Stogov2020-03-121-2/+11
* | Fixed bug #79357Nikita Popov2020-03-091-1/+1
* | Make opcodes to return de-refereced values of typed references (in the same w...Dmitry Stogov2020-02-061-3/+3
* | Apply tidy formattingNikita Popov2020-02-031-6/+6
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-311-3/+3
|\ \ | |/
| * Fix bug #76047Nikita Popov2020-01-311-3/+3
* | Fixed bug #79094 (Crashing when running recursion function)Dmitry Stogov2020-01-311-3/+3
* | Fix early free of assign_obj op_dataNikita Popov2019-12-201-2/+8
* | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-12-191-0/+4
|\ \ | |/
| * Fixed bug #78999 (Cycle leak when using function result as temporary)Dmitry Stogov2019-12-191-0/+4
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-181-3/+1
|\ \ | |/
| * Fix freeing of dynamic call nameNikita Popov2019-12-181-3/+1
* | Fixed bug #78973Nikita Popov2019-12-161-0/+1
* | Fixed bug #78937 (Preloading unlinkable anonymous class can segfault)Dmitry Stogov2019-12-111-0/+5
* | Fixed bug #78926: Handle class table reallocation on failed linkNikita Popov2019-12-091-1/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-11-181-2/+6
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-11-181-2/+6
| |\
| | * Fix $x = (bool)$x; for undefined with opcacheTyson Andre2019-11-181-2/+6
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-101-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-101-0/+1
| |\ \ | | |/
| | * Fix leak on static method call on non-existent classNikita Popov2019-10-101-0/+1
* | | Don't check type of simple parameter default valuesNikita Popov2019-10-081-7/+9
* | | Handle "non well formed" exception during ZPPNikita Popov2019-10-081-2/+2
* | | Handle resources used as array keys consistentlyNikita Popov2019-09-271-0/+4
* | | Fixed GOTO VMDmitry Stogov2019-09-261-3/+3
* | | Check for exception after calling count_values()Nikita Popov2019-09-171-0/+4
* | | Fixed bug #78531 (Crash when using undefined variable as objectDmitry Stogov2019-09-131-5/+4
* | | Load string onceDmitry Stogov2019-09-121-7/+7
* | | Allow throwing exception while loading parent classNikita Popov2019-09-121-5/+6
* | | Revert "Microoptimization (avoid code duplication)"Dmitry Stogov2019-09-051-6/+8
* | | Microoptimization (avoid code duplication)Dmitry Stogov2019-09-051-8/+6
* | | Remove HOT attribute from some VM handlers. Comparisons almost always followe...Dmitry Stogov2019-09-051-1/+1
* | | Improve exception handling for abstract/deprecated callsNikita Popov2019-09-041-18/+23
* | | Fix handling of abstract/deprecated exceptionNikita Popov2019-09-041-13/+6
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-291-1/+5
|\ \ \ | |/ /