summaryrefslogtreecommitdiff
path: root/ext/intl/locale/locale_methods.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | | Remove extraneous strlen() callRasmus Lerdorf2015-03-211-2/+0
* | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-116/+116
* | | cleanup intl typesStanislav Malyshev2014-12-291-2/+2
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-73/+73
* | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | fixed reference countingDmitry Stogov2014-09-021-0/+3
* | | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-8/+7
* | | 's' works with size_t round 3Anatol Belski2014-08-271-5/+5
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-7/+7
* | | master renames phase 1Anatol Belski2014-08-251-7/+7
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-5/+5
* | | Merge branch 'master' into testDmitry Stogov2014-07-011-4/+11
|\ \ \
| * | | Fix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayNa...Stanislav Malyshev2014-06-241-0/+8
| * | | Fix bug #67349: Locale::parseLocale Double FreeStanislav Malyshev2014-06-241-4/+3
* | | | Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-46/+46
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-7/+9
|/ / /
* | | fix const warnings in intl methodsStanislav Malyshev2013-10-201-23/+23
* | | Fix coverity issue with -1 returned by findOffset not being handled by getPre...Stanislav Malyshev2013-10-201-0/+3
|/ /
* | Merge branch '5.4'Gustavo André dos Santos Lopes2012-07-301-0/+0
|\ \ | |/
| * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
* | Do not fetch default locale once on minit or rinitGustavo Lopes2012-07-231-8/+8
* | Fix undeclared intl_locale_get_default()Gustavo André dos Santos Lopes2012-06-251-8/+0
* | Merge branch '5.4'Gustavo André dos Santos Lopes2012-05-231-3/+4
|\ \ | |/
| * Fixed bug #62082Gustavo André dos Santos Lopes2012-05-231-3/+4
| * - Fixed memory leak in several Intl locale functionsFelipe Pena2011-11-221-5/+15
| * - Fixed compiler warningsFelipe Pena2011-01-121-4/+5
* | Initial checkin of calendar/timezone code.Gustavo André dos Santos Lopes2012-04-011-4/+9
* | - Fixed memory leak in several Intl locale functionsFelipe Pena2011-11-221-5/+15
* | - Fixed compiler warningsFelipe Pena2011-01-121-4/+5
|/
* cleanup some code, improve error handlingStanislav Malyshev2009-12-231-5/+5
* bugfixStanislav Malyshev2009-07-021-1/+1