summaryrefslogtreecommitdiff
path: root/ext/intl
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests, ref bug #74385Anatol Belski2018-05-034-8/+8
|
* Fixed bug #74385 Locale::parseLocale() broken with some argumentsAnatol Belski2018-05-031-5/+9
| | | | Rely on the ICU's defined values for the max locale id length.
* Fix memory leakAnatol Belski2018-04-122-1/+11
|
* Group common flagsAnatol Belski2018-04-051-5/+6
|
* Rename varAnatol Belski2018-04-051-1/+1
|
* Fix shared ext/intl compilationAnatol Belski2018-04-031-3/+8
|
* Fix clang build, ref buf #76153Anatol Belski2018-03-301-12/+15
| | | | Clang only allows -std=c++11 for C++ source.
* Adjust tests for ICU 61.1 compatibilityAnatol Belski2018-03-297-8/+236
|
* Fixed bug #76153 Intl compilation fails with icu4c 61.1Anatol Belski2018-03-282-2/+2
| | | | | | Additionally, ICU >= 59.1 requires C++11, so add the flags. Some refactoring is needed to comply with the latest recommended build options, such as automatic icu namespace addition.
* Wrap var depending on conditional compilationAnatol Belski2018-02-161-0/+2
|
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-022-7/+11
|\ | | | | | | | | * PHP-7.0: Sync and fix tests for ICU 60.1 compat
| * Sync and fix tests for ICU 60.1 compatAnatol Belski2017-11-022-7/+11
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-301-0/+2
|\ \ | |/ | | | | | | * PHP-7.0: Add missing ICU version check
| * Add missing ICU version checkAnatol Belski2017-10-301-0/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-251-2/+2
|\ \ | |/ | | | | | | * PHP-7.0: Fix typo in comments
| * Fix typo in commentsFabien Villepinte2017-10-251-2/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-212-6/+4
|\ \ | |/ | | | | | | * PHP-7.0: With ICU 58+, set the default restriction level to high
| * With ICU 58+, set the default restriction level to highAnatol Belski2017-10-212-6/+4
| | | | | | | | | | Further experiments show, that CJK scripts should be ok. If there are any issues, the moderate level can still be set later.
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-214-18/+14
|\ \ | |/ | | | | | | * PHP-7.0: Rework these new tests to match with diffs in ICU 58, 59 and upcoming 60
| * Rework these new tests to match with diffs in ICU 58, 59 and upcoming 60Anatol Belski2017-10-214-18/+14
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-204-0/+91
|\ \ | |/ | | | | | | | | * PHP-7.0: Fixed bug #73655 Spoofchecker::isSuspicious behavior change due to upstream changes Add test for newer ICU version
| * Fixed bug #73655 Spoofchecker::isSuspicious behavior change due to upstream ↵Anatol Belski2017-10-203-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | changes There are significant changes in the spoof checking reflecting http://www.unicode.org/reports/tr39/tr39-15.html and relying on the restriction levels. ICU 58+ removes WSC and MSC handling and otherwise undergoes big changes in both code and data areas. Keep up with the basic points for now, as we need to move forward and provide an acceptable experience to PHP users linking to a newer ICU. The most distros ATM don't provide ICU > 57.1, though. We'll need for sure to keep up with the BC breach in ICU 58+ in possible further aspects.
| * Add test for newer ICU versionAnatol Belski2017-10-201-0/+50
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-202-4/+5
|\ \ | |/ | | | | | | * PHP-7.0: Further test fixes for ICU >= 58
| * Further test fixes for ICU >= 58Anatol Belski2017-10-202-4/+5
| |
* | Version checksAnatol Belski2017-10-203-4/+2
| |
* | Yet two wrong version checksAnatol Belski2017-10-202-2/+3
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-2010-12/+10
|\ \ | |/ | | | | | | * PHP-7.0: Fix version checks in tests
| * Fix version checks in testsAnatol Belski2017-10-2010-12/+10
| |
* | Fix version checks in testsAnatol Belski2017-10-202-3/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-2010-4/+242
|\ \ | |/ | | | | | | * PHP-7.0: Sync some tests for compat with ICU 58.1+
| * Sync some tests for compat with ICU 58.1+Anatol Belski2017-10-2010-4/+242
| |
* | Sync some tests for compat with ICU 58.1, PHP 7.1+ partAnatol Belski2017-10-204-6/+95
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-201-0/+1
|\ \ | |/ | | | | | | * PHP-7.0: Add skip for incompatible ICU version
| * Add skip for incompatible ICU versionAnatol Belski2017-10-201-0/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-192-4/+57
|\ \ | |/ | | | | | | * PHP-7.0: Fixed #75317 - UConverter::setDestinationEncoding changes source instead of destinatination
| * Fixed #75317 - UConverter::setDestinationEncoding changes source instead of ↵Nester2017-10-192-4/+57
| | | | | | | | destinatination
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-062-1/+16
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #75318 (The parameter of UConverter::getAliases() is not optional)
| * Fixed bug #75318 (The parameter of UConverter::getAliases() is not optional)Christoph M. Becker2017-10-062-1/+16
| | | | | | | | Of course, reflection has to know that as well.
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-122-2/+20
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #75193 segfault in collator_convert_object_to_string
| * Fixed bug #75193 segfault in collator_convert_object_to_stringRemi Collet2017-09-122-2/+20
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-08-252-11/+33
|\ \ | |/
| * Fixed bug #75090Thomas Punt2017-08-252-11/+33
| |
* | Do the revert properly, and put back fraction support in 7.1Derick Rethans2017-08-161-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Derick Rethans2017-08-162-4/+4
|\ \ | |/
| * Revert "Upgrade timelib to 2017.05beta7"Derick Rethans2017-08-162-4/+4
| | | | | | | | This reverts commit bdd56f31078bf1f34341943603cf6aaa72e0db5c.
| * Upgrade timelib to 2017.05beta7Derick Rethans2017-08-152-4/+4
| |
* | Merged PHP-7.0 by hand due to conflicts.Derick Rethans2017-08-152-5/+5
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-08-021-1/+3
|\ \ | |/
| * Fix test transliterator_create_inverse_basic.phptFabien Villepinte2017-08-021-1/+3
| |