summaryrefslogtreecommitdiff
path: root/Zend/zend_opcode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* Refactored part of the Traits implementation.Stefan Marr2010-05-021-40/+51
* Implemented Traits for PHP as proposed in the RFC [TRAITS]Stefan Marr2010-04-221-0/+41
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-3/+3
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-26/+25