summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-12-251-9/+4
|\
| * Traits refactoringDmitry Stogov2012-12-251-9/+4
* | An exception thrown in try or catch block is disacarded by return statement i...Dmitry Stogov2012-12-131-0/+1
* | Optimized access to temporary and compiled VM variablesDmitry Stogov2012-12-041-2/+5
* | . The VM stacks for passing function arguments and syntaticaly nested calls w...Dmitry Stogov2012-11-301-3/+15
* | Improved "finally" im[plementationDmitry Stogov2012-11-221-2/+4
* | Merge branch 'PHP-5.4'Dmitry Stogov2012-09-051-0/+2
|\ \ | |/
| * Fixed bug #62907 (Double free when use traits)Dmitry Stogov2012-09-051-0/+2
* | Merge branch 'generators'Gustavo Lopes2012-09-011-0/+2
|\ \
| * \ Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-261-0/+1
| |\ \
| * | | Remove implementation stubs for yield delegationNikita Popov2012-08-251-1/+0
| * | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-241-1/+3
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-201-2/+5
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-131-6/+4
| |\ \ \ \ \
| * | | | | | Require parenthesis around yield expressionsNikita Popov2012-07-221-1/+1
| * | | | | | Remove asterix modifier (*) for generatorsNikita Popov2012-07-201-3/+2
| * | | | | | Add sceleton for yield* expressionNikita Popov2012-06-191-0/+1
| * | | | | | Add support for yielding keysNikita Popov2012-05-301-1/+1
| * | | | | | Add support for $generator->send()Nikita Popov2012-05-291-1/+1
| * | | | | | Add zend_do_suspend_if_generator callsNikita Popov2012-05-191-0/+1
| * | | | | | Add flag for generator functionsNikita Popov2012-05-191-2/+4
| * | | | | | - Year++Felipe Pena2012-01-011-1/+1
| * | | | | | Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFun...Dmitry Stogov2011-11-081-0/+3
| * | | | | | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-12/+12
| * | | | | | - Added zend_is_auto_global_quick functionFelipe Pena2011-07-101-0/+1
| * | | | | | - Changed zend_resolve_class_name() prototypeFelipe Pena2011-07-091-1/+1
| * | | | | | - Fix broken code in 64bitFelipe Pena2011-06-201-0/+4
| * | | | | | - Minor optimization (avoid to re-hash already computed var name hash)Felipe Pena2011-06-191-0/+1
| * | | | | | - Avoid zend_do_ticks() call for each statement in parsingFelipe Pena2011-06-121-0/+1
* | | | | | | Fixed bug #62938 (zend_do_bind_catch() used without declaration)Xinchen Hui2012-08-271-0/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Support list in foreachXinchen Hui2012-08-251-0/+1
| |_|_|/ / |/| | | |
* | | | | Fixed bug that jmp in try block jmp over finally blockXinchen Hui2012-08-221-3/+3
* | | | | stashXinchen Hui2012-08-221-1/+3
| |_|/ / |/| | |
* | | | tabXinchen Hui2012-08-181-1/+1
* | | | Refactor examing of jumping out of finally blockXinchen Hui2012-08-181-1/+2
* | | | Add functions declarations, use tabsXinchen Hui2012-08-141-0/+2
| |/ / |/| |
* | | Implemented 'finally' keywords for phpXinchen Hui2012-08-131-2/+4
| |/ |/|
* | Cleanup useless function declaration for traitsReeze Xia2012-05-111-4/+0
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFun...Dmitry Stogov2011-11-081-0/+3
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-12/+12
* | - Added zend_is_auto_global_quick functionFelipe Pena2011-07-101-0/+1
* | - Changed zend_resolve_class_name() prototypeFelipe Pena2011-07-091-1/+1
* | - Fix broken code in 64bitFelipe Pena2011-06-201-0/+4
* | - Minor optimization (avoid to re-hash already computed var name hash)Felipe Pena2011-06-191-0/+1
* | - Avoid zend_do_ticks() call for each statement in parsingFelipe Pena2011-06-121-0/+1
|/
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed naming of parameters, was inconsistent with implementation.Stefan Marr2010-12-191-1/+1
* Removed old commented function prototypes.Stefan Marr2010-12-011-2/+0