summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of throwing undef var in verify returnNikita Popov2020-10-131-1/+4
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-121-5/+8
|\
| * Avoid non-object in FE_FREENikita Popov2020-10-121-5/+8
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-091-10/+20
|\ \ | |/
| * Fixed bug #80186Nikita Popov2020-10-091-7/+21
* | Fixed incorrect behavior of observer API.Dmitry Stogov2020-10-071-2/+4
* | Promote count() warning to TypeErrorGeorge Peter Banyard2020-09-211-10/+6
* | Synchronize GET_CLASS/GET_CALLED_CLASS opcodes with functionsNikita Popov2020-09-211-9/+8
* | Cleanup observer API and add JIT supportDmitry Stogov2020-09-181-11/+11
* | Remove specialization of SPEC(OBSERVER) handlersSammy Kaye Powers2020-09-181-0/+6
* | Fix OSS Fuzz issue: yielding from an aborted generatorBob Weinand2020-09-151-6/+6
* | Fix undef var exception handling in JMP_NULLNikita Popov2020-09-151-2/+1
* | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-2/+3
* | micro-optimizationDmitry Stogov2020-09-081-5/+3
* | Merge branch 'PHP-7.4'Nikita Popov2020-09-031-0/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-031-0/+1
| |\
| | * Fixed bug #80049Nikita Popov2020-09-031-0/+1
* | | Micro-optimizationDmitry Stogov2020-09-021-12/+10
* | | Add zend_observer APILevi Morrison2020-09-011-10/+23
* | | Fix FE_FETCH_R_SIMPLE specializationNikita Popov2020-09-011-1/+1
* | | Fix unused variable warningNikita Popov2020-08-281-2/+1
* | | Remove unnecessary cache_slot argumentsNikita Popov2020-08-281-2/+2
* | | Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-21/+23
* | | Fix pass by ref error for named paramsNikita Popov2020-08-261-9/+6
* | | 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-1/+0
* | | Fix memory leak on unknown named paramNikita Popov2020-08-261-0/+8
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-261-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
* | | 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-3/+7
* | | micro-optimizationDmitry Stogov2020-08-201-14/+22
* | | Fix nullsafe operator on referenceNikita Popov2020-08-111-0/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-101-0/+1
|\ \ \ | |/ /
| * | Fixed bug #79947Nikita Popov2020-08-101-0/+1
* | | Implement named parametersNikita Popov2020-07-311-77/+359
* | | Make check in RECV_VARIADIC more preciseNikita Popov2020-07-311-4/+6
* | | Implement nullsafe ?-> operatorIlija Tovilo2020-07-241-0/+33
* | | Fixed bug #79828Nikita Popov2020-07-131-1/+9
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-4/+4
* | | Fixed bug #79818Nikita Popov2020-07-101-2/+3
* | | Implement match expressionIlija Tovilo2020-07-091-0/+66
* | | Remove FREE_UNFETCHED conceptNikita Popov2020-07-091-18/+18
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-091-1/+1
|\ \ \ | |/ /
| * | Switch back to FREE_UNFETCHED_OP_DATANikita Popov2020-07-091-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-091-2/+1
|\ \ \ | |/ /