Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.1' into PHP-7.2 | Sara Golemon | 2017-07-26 | 2 | -21/+94 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-07-26 | 2 | -21/+94 |
| |\ | |||||
| | * | Bugfix #74993 Wrong reflection param into for some intl: lookup_*() methods | Sara Golemon | 2017-07-26 | 2 | -21/+94 |
| | * | Fix bug #73634 - grapheme_strpos illegal memory access | Stanislav Malyshev | 2017-06-20 | 1 | -1/+2 |
* | | | Release temporary string reference | Sara Golemon | 2017-06-25 | 1 | -1/+3 |
* | | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 2 | -3/+3 |
* | | | Produce a better exception message when IntlDateFormatter constructor fails. | Sara Golemon | 2017-06-25 | 2 | -1/+19 |
* | | | Fixed wrong usage of old ZPP API. | Dmitry Stogov | 2017-06-19 | 4 | -10/+7 |
* | | | Merge branch 'PHP-7.1' | Remi Collet | 2017-06-13 | 3 | -2/+23 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Remi Collet | 2017-06-13 | 3 | -2/+23 |
| |\ \ | | |/ | |||||
| | * | Fix bug #74705 for collator_get_sort_key | Remi Collet | 2017-06-13 | 2 | -2/+1 |
| | * | Fixes bug #74705 Wrong ReflectionInfo for Collator::getSortKey() | Tyson Andre | 2017-06-13 | 2 | -1/+23 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-06-03 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-06-03 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #73473: Stack Buffer Overflow in msgfmt_parse_message | libnex | 2017-06-03 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-06-02 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Set timezone for intl/test/bug74298.phpt | Jesper Hagström | 2017-06-02 | 1 | -2/+2 |
* | | | Bugfix 63790 - Don't try to use Spoofchecker when unavailable | Sara Golemon | 2017-05-17 | 1 | -0/+2 |
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-05-16 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-05-16 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | variation of icu libraries causes failure | Steve Walk | 2017-05-16 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-05-02 | 3 | -2/+33 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-05-02 | 3 | -2/+33 |
| |\ \ | | |/ | |||||
| | * | Fix bug #74468 wrong reflection on Collator::sortWithSortKeys | Fabien Villepinte | 2017-05-02 | 3 | -2/+33 |
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-04-17 | 2 | -26/+88 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-04-17 | 2 | -26/+88 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #74439 Wrong reflection on the Locale methods | Fabien Villepinte | 2017-04-17 | 2 | -26/+88 |
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-04-13 | 2 | -6/+25 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-04-13 | 2 | -6/+25 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #74433 Wrong reflection on the Normalizer methods | Fabien Villepinte | 2017-04-13 | 2 | -6/+25 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-04-09 | 2 | -1/+34 |
|\ \ \ | |/ / | |||||
| * | | Fixed #74298 - IntlDateFormatter->format() doesn't return microseconds/fractions | andrewnester | 2017-04-09 | 2 | -1/+34 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-03-29 | 7 | -20/+39 |
|\ \ \ | |/ / | |||||
| * | | Let MessageFormatter and IntlDateFormatter accept DateTimeImmutable as well | Ben Scholzen | 2017-03-29 | 7 | -20/+39 |
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-03-27 | 1 | -0/+22 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-03-27 | 1 | -0/+22 |
| |\ \ | | |/ | |||||
| | * | add test for bug #74230 | Anatol Belski | 2017-03-27 | 1 | -0/+22 |
* | | | Deprecate INTL_IDNA_VARIANT_2003 | Christoph M. Becker | 2017-01-31 | 3 | -1/+10 |
* | | | Merge branch 'PHP-7.1' | Remi Collet | 2017-01-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Remi Collet | 2017-01-18 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix #73956 Link use CC instead of CXX | Remi Collet | 2017-01-18 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' | Stanislav Malyshev | 2017-01-16 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2017-01-16 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | Fix bug #73634 - grapheme_strpos illegal memory access | Stanislav Malyshev | 2017-01-16 | 1 | -1/+2 |
| | |/ | |||||
* | | | Correct function protos in intl/idn | Sara Golemon | 2016-12-27 | 1 | -2/+2 |
* | | | Use zend_string in intl/idn | Sara Golemon | 2016-12-27 | 1 | -15/+12 |
* | | | Simplify error path in intl/idn | Sara Golemon | 2016-12-27 | 1 | -14/+11 |
* | | | Compilation warning fix | Sara Golemon | 2016-12-12 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' | Dmitry Stogov | 2016-12-01 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2016-12-01 | 1 | -3/+3 |
| |\ \ | | |/ |