Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.2' | Anatol Belski | 2018-04-12 | 1 | -0/+1 |
|\ | |||||
| * | Fix memory leak | Anatol Belski | 2018-04-12 | 1 | -0/+1 |
* | | Simplify namespace access | Anatol Belski | 2018-04-01 | 1 | -2/+2 |
* | | Utilize the recommended way to handle the icu namespace | Anatol Belski | 2018-03-31 | 1 | -0/+3 |
|/ | |||||
* | Cleanup (avoid string reallocations) | Dmitry Stogov | 2015-07-01 | 1 | -6/+4 |
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -3/+3 |
* | Fixed redundand internal constructor behavior (they shouldn't return NULL any... | Dmitry Stogov | 2015-05-07 | 1 | -9/+0 |
* | Always throw TypeException on throwing zpp failures | Nikita Popov | 2015-04-06 | 1 | -2/+1 |
* | Patch improvement: | Dmitry Stogov | 2015-03-30 | 1 | -4/+7 |
* | Fixed use after free | Dmitry Stogov | 2015-01-26 | 1 | -1/+0 |
* | cleanup intl types | Stanislav Malyshev | 2014-12-29 | 1 | -2/+2 |
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -17/+17 |
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -2/+2 |
* | Partial fix that allows internal constructors to set $this to null. | Dmitry Stogov | 2014-07-09 | 1 | -0/+1 |
* | Typo | Dmitry Stogov | 2014-07-09 | 1 | -4/+4 |
* | Fixed compilation problems | Dmitry Stogov | 2014-06-30 | 1 | -4/+4 |
* | Fixed temporarily un-expected object re-init | Xinchen Hui | 2014-06-29 | 1 | -8/+10 |
* | Refactoring ext/intl (only compilerable now, far to finish :<) | Xinchen Hui | 2014-06-28 | 1 | -5/+8 |
* | Fixed leak in RuleBasedBreakIterator constructor | Gustavo Lopes | 2012-07-23 | 1 | -0/+2 |
* | Fixed function name | Gustavo Lopes | 2012-07-23 | 1 | -2/+2 |
* | Fix typo in error message | Gustavo André dos Santos Lopes | 2012-06-25 | 1 | -1/+1 |
* | BreakIterator: fix compat with old ICU versions | Gustavo André dos Santos Lopes | 2012-06-25 | 1 | -0/+8 |
* | Add Intl prefix to BreakIterator/RuleBasedBI | Gustavo André dos Santos Lopes | 2012-06-10 | 1 | -1/+1 |
* | Remove trailing space | Gustavo André dos Santos Lopes | 2012-06-10 | 1 | -14/+14 |
* | Replaced zend_parse_method_params with plain zpp | Gustavo André dos Santos Lopes | 2012-06-10 | 1 | -9/+9 |
* | BreakIter: Removed getAvailableLocales/getHashCode | Gustavo André dos Santos Lopes | 2012-06-10 | 1 | -16/+0 |
* | BreakIterator and RuleBasedBreakiterator added | Gustavo André dos Santos Lopes | 2012-06-04 | 1 | -0/+227 |