Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -112/+125 | |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
|/ / | ||||||
* | | Make message and format arguments const char * to avoid | Remi Collet | 2013-09-23 | 1 | -4/+4 | |
|/ | ||||||
* | Fixed #65431 in zend_exception.c by Sixd | Xinchen Hui | 2013-08-15 | 1 | -3/+3 | |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-05-12 | 1 | -1/+9 | |
|\ | ||||||
| * | Fixed bug #64821 Custom Exceptions crash when internal properties overridden | Anatol Belski | 2013-05-12 | 1 | -1/+9 | |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-12-13 | 1 | -15/+39 | |
|\ \ | |/ | ||||||
| * | Fix Bug #63762 Sigsegv when Exception::$trace is changed by user | Johannes Schlüter | 2012-12-13 | 1 | -15/+39 | |
| * | Fixed bug #60569 (Nullbyte truncates Exception $message). | Ilia Alshanetsky | 2012-03-11 | 1 | -1/+1 | |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| * | Fix bug #47143, bug #51458 - provide more useful info in bad exception cases | Stanislav Malyshev | 2011-01-16 | 1 | -0/+3 | |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| * | Fixed memory leaks (related to bug #52361) | Dmitry Stogov | 2010-08-16 | 1 | -4/+5 |