summaryrefslogtreecommitdiff
path: root/ext/intl/locale/locale_methods.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-11-111-2/+2
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-11-111-2/+2
| |\
| | * Fix bug #78804 - Segmentation fault in Locale::filterMatchesStanislav Malyshev2019-11-111-2/+2
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-06-011-1/+7
| |\ \ | | |/
| | * Change ZPP only if compiled with ICU >= 64Anatol Belski2019-06-011-1/+7
| | * Update tests for ICU 64Nikita Popov2019-06-011-1/+1
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* | | Update tests for ICU 64Nikita Popov2019-05-311-1/+1
* | | Remove local variablesPeter Kokot2019-02-031-10/+0
* | | Fix some misspellingsGabriel Caruso2018-08-121-3/+3
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-19/+19
* | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-1/+1
* | Fix duplicated strlen callAnatol Belski2018-02-161-2/+1
* | Remove unnecessary conditions and improve assignmentAnatol Belski2018-02-161-14/+5
* | Reduce var scopeAnatol Belski2018-02-161-21/+17
* | Use bool instead of boolean in protoGabriel Caruso2018-02-041-1/+1
* | Trailing whitespacesGabriel Caruso2018-01-031-2/+2
|/
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-1/+1
|\
| * remove TSRMLS_*Anatol Belski2016-11-211-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-031-0/+7
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-031-0/+7
| |\
| | * More string length checks & fixesStanislav Malyshev2016-11-031-1/+8
| | * Add more locale length checks, due to ICU bugs.Stanislav Malyshev2016-10-041-0/+8
| * | update len in fallback casesAnatol Belski2016-10-121-0/+5
| * | avoid strlenAnatol Belski2016-10-121-5/+5
| * | Add more locale length checks, due to ICU bugs.Stanislav Malyshev2016-10-121-0/+8
* | | update len in fallback casesAnatol Belski2016-10-141-0/+5
* | | avoid strlenAnatol Belski2016-10-141-5/+5
* | | Add more locale length checks, due to ICU bugs.Stanislav Malyshev2016-10-141-0/+8
* | | fix broken proto docAnatol Belski2016-07-261-5/+5
* | | fix data typeAnatol Belski2016-07-261-2/+2
* | | use more suitable types here, tooAnatol Belski2016-07-251-39/+35
* | | change to more suitable datatypesAnatol Belski2016-07-251-5/+5
* | | Fixed bug #72658 Locale::lookup() / locale_lookup() hangs if no match foundAnatol Belski2016-07-251-4/+4
* | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-191-0/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-191-0/+18
| |\ \ | | |/
| | * Fix bug #72533 (locale_accept_from_http out-of-bounds access)Stanislav Malyshev2016-07-121-0/+18
* | | Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
|/ /
* | Merge branch 'PHP-5.5' into PHP-7.0.7Stanislav Malyshev2016-05-241-0/+1
|\ \ | |/
| * Fix bug #72241: get_icu_value_internal out-of-bounds readStanislav Malyshev2016-05-221-117/+118
| * Remove extraneous strlen() callRasmus Lerdorf2015-03-211-2/+0
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-241-4/+11
| |\
| | * Fix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayNa...Stanislav Malyshev2014-06-211-1/+9
| | * Fix bug #67349: Locale::parseLocale Double FreeStanislav Malyshev2014-06-211-4/+3
| | * Fix coverity issue with -1 returned by findOffset not being handled by getPre...Stanislav Malyshev2013-10-201-0/+3
| * | fix const warnings in intl methodsStanislav Malyshev2013-10-201-23/+23
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-10-201-0/+3
| |\ \
| | * | Fix coverity issue with -1 returned by findOffset not being handled by getPre...Stanislav Malyshev2013-10-201-0/+3
| | |/