summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | Drop various unused macros/APIsGeorge Peter Banyard2020-08-261-1/+1
* | | Fix memory leak on unknown named param in iterator unpackNikita Popov2020-08-261-0/+1
* | | Fix passing of undef var to named argNikita Popov2020-08-261-6/+0
* | | Fix memory leak on unknown named paramNikita Popov2020-08-261-0/+31
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-261-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-261-0/+4
| |\ \ | | |/
| | * Fix memory leak when yielding from non-iterableNikita Popov2020-08-261-0/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-241-0/+2
|\ \ \ | |/ /
| * | Fix refcountingNikita Popov2020-08-241-0/+2
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-241-2/+14
|\ \ \ | |/ /
| * | Fix #79979: passing value to by-ref param via CUFA crashesChristoph M. Becker2020-08-241-2/+14
* | | Fixed use-after-free introduced by aed1f785159e7c9e81da8f2e2e06df9a6ee0d809Dmitry Stogov2020-08-241-36/+84
* | | micro-optimizationDmitry Stogov2020-08-201-159/+264
* | | SAVE_OPLINE in NULL_HANDLERNikita Popov2020-08-111-0/+1
* | | Fix nullsafe operator on referenceNikita Popov2020-08-111-0/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-101-0/+8
|\ \ \ | |/ /
| * | Fixed bug #79947Nikita Popov2020-08-101-0/+8
| * | Switch back to FREE_UNFETCHED_OP_DATANikita Popov2020-07-091-16/+16
* | | Implement named parametersNikita Popov2020-07-311-1028/+2462
* | | Make check in RECV_VARIADIC more preciseNikita Popov2020-07-311-4/+6
* | | Implement nullsafe ?-> operatorIlija Tovilo2020-07-241-43/+128
* | | Fixed bug #79828Nikita Popov2020-07-131-1/+41
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-12/+12
* | | Fixed bug #79818Nikita Popov2020-07-101-2/+3
* | | Implement match expressionIlija Tovilo2020-07-091-43/+380
* | | Remove FREE_UNFETCHED conceptNikita Popov2020-07-091-12/+12
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-091-32/+0
|\ \ \ | |/ /
| * | Fix bug #79599 in a different wayNikita Popov2020-07-091-112/+48
| * | Fix several mostly Windows related phpdbg bugsChristoph M. Becker2020-05-261-0/+1
* | | Assert exception set in HANDLE_EXCEPTION()Nikita Popov2020-07-071-47/+2
* | | Remove #undefs from vm_genNikita Popov2020-07-071-9/+0
* | | Fixed bug #79777Nikita Popov2020-07-041-3/+5
* | | Make exit() unwind properlyNikita Popov2020-06-291-5/+9
* | | Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() ...Dmitry Stogov2020-06-151-1/+1
* | | Support catching exceptions without capturing them to variablesMax Semenik2020-05-261-6/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-261-10/+8
|\ \ \ | |/ /
| * | Respect typed references in catch assignmentNikita Popov2020-05-261-10/+8
* | | Clarify ZEND_CATCH codeNikita Popov2020-05-261-1/+1
* | | Revert "Revert "Merge branch 'PHP-7.4'""Christoph M. Becker2020-05-201-2/+7
* | | Improve error messages for invalid property accessMáté Kocsis2020-05-181-12/+12
* | | Use zend_zval_type_name() API where possibleNikita Popov2020-05-131-26/+23
* | | Rename zend_zval_get_type() APINikita Popov2020-05-131-4/+4
* | | zend_timeout is not a signal handler functionAlex Dowad2020-05-121-1/+1
* | | Speed up ZEND_SWITCH_STRING/ZEND_SWITCH_LONG for wrong typeTyson Andre2020-04-191-4/+4
* | | Early return if variadic type check failsNikita Popov2020-04-171-1/+5
* | | Merge branch 'PHP-7.4'Dmitry Stogov2020-04-171-1/+1
|\ \ \ | |/ /
| * | 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
* | | Improve undefined variable error messagesMáté Kocsis2020-03-311-6/+6
* | | JIT for FETCH_THISDmitry Stogov2020-03-201-4/+0