summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fix bug #63822: Crash when using closures with ArrayAccessNikita Popov2012-12-211-5/+3
* Fix leak when generator ignores sent valueNikita Popov2012-12-181-50/+25
* Fixed warning of no return in non-void funcitonXinchen Hui2012-12-141-0/+13
* Fixed uninitialized EX(call)->called_scopeDmitry Stogov2012-12-141-0/+10
* Removed unreachable codeDmitry Stogov2012-12-131-45/+0
* Removed unnecessary checksDmitry Stogov2012-12-131-2/+2
* An exception thrown in try or catch block is disacarded by return statement i...Dmitry Stogov2012-12-131-37/+36
* Restored proper generators behaviour in conjunction with "finally". (Nikita)Dmitry Stogov2012-12-121-38/+25
* - generators API exported for extensionsDmitry Stogov2012-12-111-15/+27
* Generatirs are going to be used less than regular functionsDmitry Stogov2012-12-061-1/+1
* Slight performance improvementDmitry Stogov2012-12-051-7/+9
* Moved zend_create_execute_data_from_op_array() implementation from zend_vm_ex...Dmitry Stogov2012-12-041-150/+0
* Optimized access to temporary and compiled VM variablesDmitry Stogov2012-12-041-1266/+1255
* . The VM stacks for passing function arguments and syntaticaly nested calls w...Dmitry Stogov2012-11-301-820/+979
* Improved "finally" im[plementationDmitry Stogov2012-11-221-218/+132
* Fixed bug #63428 (The behavior of execute() changed)Xinchen Hui2012-11-041-7/+4
* Use zend_execute_internal always to call internal functionsStanislav Malyshev2012-10-051-1/+1
* Merge branch 'PHP-5.4'Nikita Popov2012-09-271-0/+16
|\
| * Fix bug #63173: Crash when invoking invalid array callbackNikita Popov2012-09-271-0/+16
* | Fix two op_array -> function cast warningsNikita Popov2012-09-161-1/+1
* | Fix invalid read / remove useless codeNikita Popov2012-09-161-7/+1
* | Fix leak when yielding array as keyNikita Popov2012-09-011-8/+8
* | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-261-43/+45
|\ \
| * | Prefer no finally block for most situationsXinchen Hui2012-08-251-41/+43
* | | Remove implementation stubs for yield delegationNikita Popov2012-08-251-45/+0
* | | Fix several issues and allow rewind only at/before first yieldNikita Popov2012-08-251-0/+100
* | | Add dedicated opcode for returns from a generatorNikita Popov2012-08-241-44/+33
* | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-241-406/+180
|\ \ \ | |/ /
| * | Fixed bug that jmp in try block jmp over finally blockXinchen Hui2012-08-221-198/+165
| * | stashXinchen Hui2012-08-221-382/+190
* | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-201-610/+610
|\ \ \ | |/ /
| * | Make the codes clearer, and also check continue statementXinchen Hui2012-08-181-2/+2
| * | Add functions declarations, use tabsXinchen Hui2012-08-141-611/+611
| * | fix windows buildAnatoliy Belsky2012-08-131-2/+2
* | | Support trivial finally in generators (no yield, no return)Nikita Popov2012-08-131-12/+12
* | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-131-40/+538
|\ \ \ | |/ /
| * | Implemented 'finally' keywords for phpXinchen Hui2012-08-131-23/+509
| * | Merge branch 'PHP-5.4'Xinchen Hui2012-07-261-12/+24
| |\ \ | | |/
| | * Fixed bug #62653: (unset($array[$float]) causes a crash)Xinchen Hui2012-07-261-12/+24
| | * fix bug #61782 - __clone/__destruct do not match other methods when checking ...Stanislav Malyshev2012-05-131-5/+5
| | * MFH: Fixed bug #61011 (Crash when an exception is thrown by __autoload access...Xinchen Hui2012-03-021-17/+299
| | * Fixed (disabled) inline-caching for ZEND_OVERLOADED_FUNCTION methodsDmitry Stogov2012-01-301-10/+46
| | * WS, merged from trunk cause this issue, sorryXinchen Hui2012-01-261-80/+80
| | * Fixed bug #60825 (Segfault when running symfony 2 tests)Xinchen Hui2012-01-261-88/+92
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * Fix warning on non-numeric offsetsStanislav Malyshev2011-12-221-12/+12
| | * implement the solution for isset/string offsets, fix bug #60362Stanislav Malyshev2011-12-191-48/+132
| | * Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFun...Dmitry Stogov2011-11-081-26/+26
| | * Fix bug #60169 Conjunction of ternary and list crashes PHPXinchen Hui2011-11-031-16/+16