Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zend_read_property() has to provide a holder for return value. | Dmitry Stogov | 2015-01-22 | 1 | -8/+22 |
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -7/+7 |
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -75/+75 |
* | Fixed compilation warnings | Dmitry Stogov | 2014-12-12 | 1 | -3/+3 |
* | fixed compilation error | Dmitry Stogov | 2014-10-20 | 1 | -1/+1 |
* | Update get_class_name semantics | Nikita Popov | 2014-10-09 | 1 | -5/+2 |
* | Drop convert_to usage in zend_exceptions | Nikita Popov | 2014-10-06 | 1 | -57/+48 |
* | Expose zend_throw_exception_internal() | Dmitry Stogov | 2014-10-01 | 1 | -1/+1 |
* | Add smart_str_append for appending zend_strings | Nikita Popov | 2014-09-21 | 1 | -7/+4 |
* | Use smart_str for exception stack traces | Nikita Popov | 2014-09-21 | 1 | -166/+113 |
* | fix length data types | Anatol Belski | 2014-09-19 | 1 | -4/+4 |
* | fix format | Anatol Belski | 2014-08-28 | 1 | -1/+1 |
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -1/+2 |
* | several signature and data type fixes | Anatol Belski | 2014-08-26 | 1 | -4/+4 |
* | Fix compiler warnings | Nikita Popov | 2014-08-25 | 1 | -2/+2 |
* | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -40/+40 |
* | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -3/+3 |
* | Merge remote-tracking branch 'php/master' | Anatol Belski | 2014-08-21 | 1 | -7/+7 |
|\ | |||||
| * | Separate values before conversion | Dmitry Stogov | 2014-08-21 | 1 | -7/+7 |
* | | further fixes on core | Anatol Belski | 2014-08-16 | 1 | -4/+4 |
* | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -32/+32 |
|/ | |||||
* | Fixed dtrace support | Dmitry Stogov | 2014-07-22 | 1 | -4/+3 |
* | Simplify call-frame handling | Dmitry Stogov | 2014-07-07 | 1 | -1/+2 |
* | Fixed refcounting bug | Dmitry Stogov | 2014-06-23 | 1 | -6/+1 |
* | cleanup | Dmitry Stogov | 2014-06-03 | 1 | -1/+5 |
* | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -21/+21 |
* | Fixed apply_func_args_t | Xinchen Hui | 2014-05-25 | 1 | -2/+2 |
* | Added vstrpprintf strpprintf to avoid duplicate string | Xinchen Hui | 2014-05-10 | 1 | -17/+26 |
* | Split IS_BOOL into IS_FALSE and IS_TRUE | Dmitry Stogov | 2014-04-30 | 1 | -6/+5 |
* | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -3/+59 |
|\ | |||||
| * | Fix Linux specific fail in error traces | Bob Weinand | 2014-04-07 | 1 | -1/+1 |
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Bob Weinand | 2014-02-20 | 1 | -3/+58 |
| |\ | |||||
| | * | Use nicer output for characters < 32 and > 126 in exception strings | Bob Weinand | 2014-02-20 | 1 | -3/+58 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -5/+1 |
* | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ... | Dmitry Stogov | 2014-04-03 | 1 | -1/+1 |
* | | | Changed data layout to allow more efficient operations | Dmitry Stogov | 2014-04-02 | 1 | -1/+1 |
* | | | Refactored data structures to keep zend_object* instead of a whole zval in so... | Dmitry Stogov | 2014-03-28 | 1 | -3/+3 |
* | | | Use ZVAL_DEREF() macro | Dmitry Stogov | 2014-03-27 | 1 | -3/+1 |
* | | | Replaced (Z_TYPE(x) == IS_REFERENCE) with (Z_ISREF(x)) | Dmitry Stogov | 2014-03-27 | 1 | -1/+1 |
* | | | Temporary memory leak fix (should be done in a better way) | Dmitry Stogov | 2014-02-26 | 1 | -1/+2 |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-21 | 1 | -2/+8 |
* | | | Fixed exception constructor | Dmitry Stogov | 2014-02-21 | 1 | -4/+5 |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-19 | 1 | -8/+15 |
* | | | Use zend_string avoid mem wasting | Xinchen Hui | 2014-02-19 | 1 | -47/+41 |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-14 | 1 | -15/+12 |