Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-16 | 1 | -1/+0 |
|\ | |||||
| * | Optimize argument passing handlers: | Dmitry Stogov | 2014-12-16 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-15 | 1 | -6/+3 |
|\ \ | |/ | |||||
| * | Use simpler functions | Dmitry Stogov | 2014-12-15 | 1 | -6/+3 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -116/+111 |
|/ | |||||
* | Fixed compilation warnings | Dmitry Stogov | 2014-12-12 | 1 | -2/+2 |
* | Merge branch 'PHP-5.6' | Anatol Belski | 2014-12-12 | 1 | -118/+41 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-12-12 | 1 | -118/+41 |
| |\ | |||||
| | * | Fixed bug #68583 Crash in timeout thread | Anatol Belski | 2014-12-12 | 1 | -118/+41 |
| | * | fix incompatible pointer types | Anatol Belski | 2014-11-17 | 1 | -2/+6 |
| * | | fix incompatible pointer types | Anatol Belski | 2014-11-17 | 1 | -2/+6 |
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2014-11-10 | 1 | -7/+0 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #68370 ("unset($this)" can make the program crash) | Xinchen Hui | 2014-11-10 | 1 | -7/+0 |
* | | | Moved zend_is_true() from zend_execute.h/zend_execute_API.c into zend_operato... | Dmitry Stogov | 2014-12-11 | 1 | -6/+0 |
* | | | Rename EX_VAR_2() into ZEND_CALL_VAR() and EX_VAR_NUM_2() into ZEND_CALL_VAR_... | Dmitry Stogov | 2014-11-28 | 1 | -1/+1 |
* | | | Pack EX(frame_info) into EX(This).u1.v.reserved. Rename "frame"kind" into "ca... | Dmitry Stogov | 2014-11-28 | 1 | -3/+2 |
* | | | Pack EX(num_args) into EX(This).u2.num_args | Dmitry Stogov | 2014-11-28 | 1 | -2/+2 |
* | | | fix incompatible pointer types | Anatol Belski | 2014-11-17 | 1 | -2/+6 |
* | | | fix datatype mismatch | Anatol Belski | 2014-11-13 | 1 | -2/+2 |
* | | | fix datatype mismatches | Anatol Belski | 2014-10-24 | 1 | -2/+2 |
* | | | fix datatype mismatches for strings from userspace | Anatol Belski | 2014-10-22 | 1 | -2/+2 |
* | | | Review a few more SEPARATE_ZVAL_IF_NOT_REF usages | Nikita Popov | 2014-10-09 | 1 | -2/+2 |
* | | | Merged EX(frame_kind) and EX(flags) into single word | Dmitry Stogov | 2014-10-07 | 1 | -2/+3 |
* | | | Fix dynamic calls to static methods with fci->object | Nikita Popov | 2014-10-05 | 1 | -3/+5 |
* | | | Replaced EG(This) and EX(object) with EX(This). | Dmitry Stogov | 2014-10-03 | 1 | -12/+8 |
* | | | Removed zend_execute_data->prev_nested_call. Reuse prev_execute_data instead. | Dmitry Stogov | 2014-10-01 | 1 | -1/+0 |
* | | | Avoid double IS_INTERNED() check | Dmitry Stogov | 2014-09-19 | 1 | -2/+2 |
* | | | Fixed useless or duplicated IS_INTERNED() checks | Dmitry Stogov | 2014-09-19 | 1 | -2/+2 |
* | | | fix signed/unsigned mismatch | Anatol Belski | 2014-09-15 | 1 | -1/+1 |
* | | | fix initializer struct | Anatol Belski | 2014-09-15 | 1 | -1/+1 |
* | | | Reintroduce fix from pull #770 in a PHP 7 way | Stanislav Malyshev | 2014-09-01 | 1 | -2/+2 |
* | | | Revert "Merge branch 'PHP-5.6'" | Stanislav Malyshev | 2014-09-01 | 1 | -2/+2 |
* | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-09-01 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-09-01 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-09-01 | 1 | -2/+2 |
| | |\ | |||||
| | | * | Merge branch 'pull-request/770' into PHP-5.4 | Stanislav Malyshev | 2014-09-01 | 1 | -2/+2 |
| | | |\ | |||||
| | | | * | Fix typo from commit 32314f6b6 | Keyur Govande | 2014-08-14 | 1 | -1/+1 |
| | | | * | Fix destruction order in zend_shutdown (bug #65463, #66036) | Keyur Govande | 2014-08-14 | 1 | -3/+3 |
| | | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2014-06-10 | 1 | -2/+0 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Remove unused included file | Xinchen Hui | 2014-06-10 | 1 | -2/+0 |
| | * | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | | | Combine foreach copy / switch cond stacks | Nikita Popov | 2014-08-29 | 1 | -1/+0 |
* | | | | | Use efree_size() instead of efree() where posible | Dmitry Stogov | 2014-08-27 | 1 | -3/+3 |
* | | | | | Remove ZEND_ACC_INTERACTIVE and CG(interactive) | Nikita Popov | 2014-08-25 | 1 | -81/+0 |
* | | | | | Fix compiler warnings | Nikita Popov | 2014-08-25 | 1 | -1/+1 |
* | | | | | Merge remote-tracking branch 'php-src/master' into ast | Nikita Popov | 2014-08-25 | 1 | -28/+28 |
|\ \ \ \ \ | |||||
| * | | | | | master renames phase 2 | Anatol Belski | 2014-08-25 | 1 | -5/+5 |
| * | | | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -32/+32 |
| * | | | | | Merge remote-tracking branch 'php/master' | Anatol Belski | 2014-08-19 | 1 | -0/+1 |
| |\ \ \ \ \ |