summaryrefslogtreecommitdiff
path: root/Zend/zend_opcode.c
Commit message (Expand)AuthorAgeFilesLines
* Fix static member destructionNikita Popov2015-04-061-1/+1
* Fixed bug #68652 (segmentation fault in destructor)Dmitry Stogov2015-04-061-7/+7
* Fixed bug #69174 (leaks when unused inner class use traits precedence)Xinchen Hui2015-03-051-1/+6
* Bump yearXinchen Hui2015-01-151-1/+1
* Improve fix for #66608Xinchen Hui2014-07-191-23/+58
* Fixed segfault with empty breakXinchen Hui2014-07-191-9/+10
* New added opcodes don't need to be reslovedXinchen Hui2014-07-191-2/+2
* Fixed bug #66608 (Incorrect behavior with nested "finally" blocks)Xinchen Hui2014-07-181-1/+24
* Bump yearXinchen Hui2014-01-031-1/+1
* Use zend_error_noreturn hereXinchen Hui2013-12-131-1/+1
* Disallowed JMP into a finally block.Xinchen Hui2013-12-131-5/+10
* 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
* | Throw error also for return occuring before yieldNikita Popov2012-07-221-0/+12
* | - 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
|/
* - Year++Felipe Pena2011-01-011-1/+1
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-1/+1
* - Improved memory usageDmitry Stogov2010-09-151-28/+19
* Use interned strings for class namesDmitry Stogov2010-08-051-2/+6
* - Fix ZTS buildFelipe Pena2010-07-061-1/+1
* eliminated unnecessary iterations during request startup/shutdownDmitry Stogov2010-07-061-21/+50
* Fixed bug #51822i (Segfault with strange __destruct() for static class variab...Dmitry Stogov2010-06-101-2/+14
* Fixed ZTS buildDmitry Stogov2010-05-241-1/+1
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-8/+51