Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of ZEND_FETCH_MAKE_REF | Dmitry Stogov | 2014-10-22 | 1 | -1/+0 |
* | Removed deprecated fields | Dmitry Stogov | 2014-10-16 | 1 | -2/+0 |
* | Reorder fields for better alignment on both 32-bit and 64-bit systems | Dmitry Stogov | 2014-10-07 | 1 | -3/+3 |
* | Remove useless parts of EX(old_error_reporting) | Dmitry Stogov | 2014-10-07 | 1 | -1/+2 |
* | Merged EX(frame_kind) and EX(flags) into single word | Dmitry Stogov | 2014-10-07 | 1 | -5/+11 |
* | Fixed list() behavior inconsistency (string handling is disabled for all case... | Dmitry Stogov | 2014-10-05 | 1 | -1/+0 |
* | Replaced EG(This) and EX(object) with EX(This). | Dmitry Stogov | 2014-10-03 | 1 | -4/+2 |
* | Removed zend_execute_data->prev_nested_call. Reuse prev_execute_data instead. | Dmitry Stogov | 2014-10-01 | 1 | -1/+0 |
* | Allocate copies of internal functions inherited in user classes at CG(arena),... | Dmitry Stogov | 2014-09-23 | 1 | -0/+3 |
* | Simplify foreach flags | Nikita Popov | 2014-09-20 | 1 | -2/+0 |
* | Split inheritance into separate file | Nikita Popov | 2014-09-19 | 1 | -8/+0 |
* | Changed "inline" into "zend_always_inline" | Dmitry Stogov | 2014-09-18 | 1 | -1/+1 |
* | Switch (un)mangle property name to size_t and zend_string | Nikita Popov | 2014-09-16 | 1 | -4/+4 |
* | Replaced macro with better optimized inline function | Dmitry Stogov | 2014-09-15 | 1 | -9/+16 |
* | Reintroduce fix from pull #770 in a PHP 7 way | Stanislav Malyshev | 2014-09-01 | 1 | -0/+2 |
* | Revert "Merge branch 'PHP-5.6'" | Stanislav Malyshev | 2014-09-01 | 1 | -4/+0 |
* | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-09-01 | 1 | -0/+4 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-09-01 | 1 | -0/+2 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-09-01 | 1 | -0/+2 |
| | |\ | |||||
| | | * | Merge branch 'pull-request/770' into PHP-5.4 | Stanislav Malyshev | 2014-09-01 | 1 | -0/+2 |
| | | |\ | |||||
| | | | * | Fix destruction order in zend_shutdown (bug #65463, #66036) | Keyur Govande | 2014-08-14 | 1 | -0/+2 |
| | | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | | | Combine foreach copy / switch cond stacks | Nikita Popov | 2014-08-29 | 1 | -6/+0 |
* | | | | | Don't distinguish between ast/list in parser | Nikita Popov | 2014-08-29 | 1 | -3/+2 |
* | | | | | Use 'const' qualifier for pointrs to code used at run-time (the code must not... | Dmitry Stogov | 2014-08-28 | 1 | -3/+3 |
* | | | | | Reorder fields for better nenory consumtion and data locality on 64-bit systems | Dmitry Stogov | 2014-08-27 | 1 | -16/+15 |
* | | | | | Remove ZEND_ACC_INTERACTIVE and CG(interactive) | Nikita Popov | 2014-08-25 | 1 | -8/+0 |
* | | | | | make bp type uint32_t everywhere | Nikita Popov | 2014-08-25 | 1 | -1/+1 |
* | | | | | Merge branch 'ast'POST_AST_MERGE | Nikita Popov | 2014-08-25 | 1 | -208/+58 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'php-src/master' into ast | Nikita Popov | 2014-08-25 | 1 | -43/+46 |
| |\ \ \ \ \ | |||||
| * | | | | | | Fix encoding declaration handling | Nikita Popov | 2014-08-18 | 1 | -0/+1 |
| * | | | | | | Drop znode extended attribute and unused union members | Nikita Popov | 2014-08-17 | 1 | -3/+0 |
| * | | | | | | Merge remote-tracking branch 'php-src/phpng' into ast | Nikita Popov | 2014-08-16 | 1 | -7/+4 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Support doc comments for propreties | Nikita Popov | 2014-07-30 | 1 | -1/+1 |
| * | | | | | | | Rename _tmp_compile_const_expr | Nikita Popov | 2014-07-30 | 1 | -1/+1 |
| * | | | | | | | Remove old macro/function | Nikita Popov | 2014-07-28 | 1 | -3/+0 |
| * | | | | | | | Remove some unused compiler globals | Nikita Popov | 2014-07-28 | 1 | -17/+0 |
| * | | | | | | | More dead code | Nikita Popov | 2014-07-28 | 1 | -3/+0 |
| * | | | | | | | zend_get_class_fetch_type works on zend_string | Nikita Popov | 2014-07-28 | 1 | -1/+1 |
| * | | | | | | | Remove duplicate code | Nikita Popov | 2014-07-28 | 1 | -2/+0 |
| * | | | | | | | Cleanup dead/duplicate code | Nikita Popov | 2014-07-28 | 1 | -12/+6 |
| * | | | | | | | Add zend_ast_list* variant to parser stack element | Nikita Popov | 2014-07-28 | 1 | -0/+1 |
| * | | | | | | | Use more specific parser stack nodes | Nikita Popov | 2014-07-27 | 1 | -1/+7 |
| * | | | | | | | Cleanup member modifier code | Nikita Popov | 2014-07-27 | 1 | -1/+1 |
| * | | | | | | | Create namespace_name via AST | Nikita Popov | 2014-07-26 | 1 | -2/+1 |
| * | | | | | | | zend_do_return -> zend_emit_final_return | Nikita Popov | 2014-07-26 | 1 | -1/+1 |
| * | | | | | | | Remove dead code | Nikita Popov | 2014-07-26 | 1 | -1/+0 |
| * | | | | | | | Merge branch 'phpng' into ast | Nikita Popov | 2014-07-22 | 1 | -38/+37 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Dead code | Nikita Popov | 2014-07-22 | 1 | -4/+0 |
| * | | | | | | | | Handle __halt_compiler() | Nikita Popov | 2014-07-22 | 1 | -0/+1 |