summaryrefslogtreecommitdiff
path: root/ext/intl/locale
Commit message (Expand)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-033-28/+0
* Fix some misspellingsGabriel Caruso2018-08-121-3/+3
* Remove unused Git attributes identPeter Kokot2018-07-256-12/+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
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-04-171-26/+34
|\
| * Fixed bug #74439 Wrong reflection on the Locale methodsFabien Villepinte2017-04-171-26/+34
* | 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
| | |/
* | | Fixed bug #66289 Locale::lookup incorrectly returns en or en_US if locale is ...Anatol Belski2016-04-091-1/+5
* | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-3/+3
* | | Cleanup: avoid reallocationsDmitry Stogov2015-09-241-54/+60
* | | Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-36/+29
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1