summaryrefslogtreecommitdiff
path: root/Zend/zend_opcode.c
Commit message (Expand)AuthorAgeFilesLines
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2015-04-061-1/+1
|\
| * Fix static member destructionNikita Popov2015-04-061-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-04-061-7/+7
|\ \ | |/
| * Fixed bug #68652 (segmentation fault in destructor)Dmitry Stogov2015-04-061-7/+7
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-051-1/+6
|\ \ | |/
| * Fixed bug #69174 (leaks when unused inner class use traits precedence)Xinchen Hui2015-03-051-1/+6
| * Bump yearXinchen Hui2015-01-151-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-191-32/+68
|\ \ | |/
| * Improve fix for #66608Xinchen Hui2014-07-191-23/+58
| * Fixed segfault with empty breakXinchen Hui2014-07-191-9/+10
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-191-2/+2
|\ \ | |/
| * New added opcodes don't need to be reslovedXinchen Hui2014-07-191-2/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-181-1/+24
|\ \ | |/
| * Fixed bug #66608 (Incorrect behavior with nested "finally" blocks)Xinchen Hui2014-07-181-1/+24
| * Bump yearXinchen Hui2014-01-031-1/+1
* | add T_POW (**) operatordatibbaw2014-02-061-0/+3
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2013-12-131-1/+1
|\ \ | |/
| * Use zend_error_noreturn hereXinchen Hui2013-12-131-1/+1
| * Disallowed JMP into a finally block.Xinchen Hui2013-12-131-5/+10
* | Fixed bug #65784 (Segfault with finally).Xinchen Hui2013-12-131-10/+15
* | Use zend_error_noreturn for all E_COMPILE_ERRORsNikita Popov2013-10-191-2/+2
|/
* Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-05-211-1/+2
|\
| * Fixed bug #64720 (SegFault on zend_deactivate)Dmitry Stogov2013-05-211-1/+2
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-12-251-20/+1
|\ \ | |/
| * Traits refactoringDmitry Stogov2012-12-251-20/+1
* | Restored proper generators behaviour in conjunction with "finally". (Nikita)Dmitry Stogov2012-12-121-19/+3
* | . The VM stacks for passing function arguments and syntaticaly nested calls w...Dmitry Stogov2012-11-301-0/+21
* | Improved "finally" im[plementationDmitry Stogov2012-11-221-28/+154
* | Merge branch 'PHP-5.4'Pierre Joye2012-09-051-0/+1
|\ \ | |/
| * - fix build, there was no tsrm context there, doing a fetch but this is horri...Pierre Joye2012-09-051-0/+1
* | Merge branch 'PHP-5.4'Dmitry Stogov2012-09-051-1/+13
|\ \ | |/
| * Fixed bug #62907 (Double free when use traits)Dmitry Stogov2012-09-051-1/+13
* | Add dedicated opcode for returns from a generatorNikita Popov2012-08-241-3/+2
* | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-241-2/+3
|\ \
| * | Fixed bug that jmp in try block jmp over finally blockXinchen Hui2012-08-221-3/+3
| * | stashXinchen Hui2012-08-221-0/+1
* | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-201-0/+40
|\ \ \ | |/ /
| * | - Remove unused varsFelipe Pena2012-08-181-1/+0
| * | Make the codes clearer, and also check continue statementXinchen Hui2012-08-181-14/+38
| * | Refactor examing of jumping out of finally blockXinchen Hui2012-08-181-0/+17
| |/
* | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-131-0/+6
|\ \ | |/
| * Fixed bug #61998 (Using traits with method aliases appears to result in crash...Dmitry Stogov2012-05-211-0/+6
| * - Year++Felipe Pena2012-01-011-1/+1
| * Improved ternary operator performance when returning arraysArnaud Le Blanc2011-10-181-0/+1
| * Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-17/+13