summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Delete duplicate test fileGuilliam Xavier2019-02-101-0/+0
* Test to verify that closures can't be instantiatedMarkBaker2019-02-091-0/+21
* Update and fix remaining year ranges (2019)Peter Kokot2019-02-084-4/+4
* Fix double free if post inc of typed property throwsNikita Popov2019-02-081-0/+2
* Add ZEND_TRY_ASSIGN_BOOL APINikita Popov2019-02-081-0/+14
* Fix refcounting of prop types coming from traitsNikita Popov2019-02-081-0/+3
* Fix DIM_OBJ specialization in zend_vm_get_opcode_handler_funcNikita Popov2019-02-072-6/+10
* Remove zpp variation testsNikita Popov2019-02-051-138/+0
* Reset common fields of EG(trampoline)Dmitry Stogov2019-02-041-0/+5
* Remove local variablesPeter Kokot2019-02-03110-1087/+0
* Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-02-011-1/+6
|\
| * Fixed bug #77329 (Buffer Overflow via overly long Error Messages)Dmitry Stogov2019-02-011-1/+6
* | Revert "Don't silence fatal errors with @"Nikita Popov2019-01-315-20/+10
* | Don't silence fatal errors with @Nikita Popov2019-01-315-10/+20
* | Take out some last remnants of the yearly copyright rangeZeev Suraski2019-01-306-6/+6
* | Adios, yearly copyright rangesZeev Suraski2019-01-30104-105/+105
* | Remove yearly range from copyright noticeZeev Suraski2019-01-307-7/+7
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-01-291-8/+10
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-291-8/+10
| |\
| | * Make special assert() handling independent of compiler flagsNikita Popov2019-01-291-8/+10
* | | Merge branch 'PHP-7.3'Nikita Popov2019-01-282-1/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-282-1/+18
| |\ \ | | |/
| | * Fixed bug #77530: PHP crashes when parsing "(2)::class"ekinhbayar2019-01-282-1/+18
| | * Merge remote-tracking branch 'php-src/PHP-7.2' into PHP-7.2Nikita Popov2019-01-242-0/+27
| | |\
* | | | Fix assign to self detectionNikita Popov2019-01-271-1/+1
* | | | zend_compile.c: zend_is_variable(). Removed unnecessary checks. Naming accord...rjhdby2019-01-271-12/+15
* | | | Don't hide real peak usage.Dmitry Stogov2019-01-251-4/+0
* | | | Merge branch 'PHP-7.3'Nikita Popov2019-01-252-8/+21
|\ \ \ \ | |/ / /
| * | | Fixed bug #77498Nikita Popov2019-01-254-3/+25
| * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-241-25/+25
| |\ \ \ | | |/ /
| | * | Revert "Prefix error_code with underscore in FastZPP implementation"Nikita Popov2019-01-241-25/+25
* | | | Reduce amount of updated memoryDmitry Stogov2019-01-241-14/+14
* | | | Delay hash table allocationDmitry Stogov2019-01-241-2/+4
* | | | Merge branch 'PHP-7.3'Dmitry Stogov2019-01-242-0/+27
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-01-242-0/+27
| |\ \ \ | | | |/ | | |/|
| | * | Fixed bug #77494 (Disabling class causes segfault on member access)Dmitry Stogov2019-01-242-0/+27
| | |/
* | | Merge branch 'PHP-7.3'Nikita Popov2019-01-242-0/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-242-0/+7
| |\ \ | | |/
| | * Add flag to disable jumptable optimizationNikita Popov2019-01-242-0/+7
| * | Prepare main branch for PHP 7.3.3Christoph M. Becker2019-01-221-1/+1
* | | Implement ??= operatorNikita Popov2019-01-2217-516/+1049
* | | Most opcodes that don't consume their OP1 operand, must be terminated with re...Dmitry Stogov2019-01-221-16/+21
* | | Fixed odd ROPE_ADD instruction placement.Dmitry Stogov2019-01-211-3/+32
* | | Live ranges construction optimizationDmitry Stogov2019-01-211-28/+72
* | | Implement single-pass live range calculationNikita Popov2019-01-213-249/+193
* | | Merge branch 'PHP-7.3'Anatol Belski2019-01-191-1/+1
|\ \ \ | |/ /
| * | Fixed bug #77484 Zend engine crashes when calling realpath in invalid working...Anatol Belski2019-01-191-1/+1
* | | Micro-optimizationDmitry Stogov2019-01-181-15/+26
* | | Optimize zend_handle_fetch_obj_flags()Dmitry Stogov2019-01-181-51/+78
* | | Improved ZEND_TRY_ASSIGN... API to avoid unnecessary double copying and reduc...Dmitry Stogov2019-01-182-78/+341