summaryrefslogtreecommitdiff
path: root/ext/intl/locale
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge branch '5.4'Gustavo André dos Santos Lopes2012-07-306-0/+0
|\ \ | |/
| * Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-07-306-0/+0
| |\
| | * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-306-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-252-10/+0
* | | Merge branch '5.4'Gustavo André dos Santos Lopes2012-05-231-3/+4
|\ \ \ | |/ /
| * | Merge branch '5.3' into 5.4Gustavo 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
| | * - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
| | * - Fixed compiler warningsFelipe Pena2011-01-121-4/+5
| * | - Fixed memory leak in several Intl locale functionsFelipe Pena2011-11-221-5/+15
| * | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
* | | Initial checkin of calendar/timezone code.Gustavo André dos Santos Lopes2012-04-012-4/+11
* | | - Fixed memory leak in several Intl locale functionsFelipe Pena2011-11-221-5/+15
* | | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
|/ /
* | - Fixed compiler warningsFelipe Pena2011-01-121-4/+5
* | Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-1/+1
|/
* cleanup some code, improve error handlingStanislav Malyshev2009-12-231-5/+5
* bugfixStanislav Malyshev2009-07-021-1/+1
* cleanup Locale::lookupStanislav Malyshev2009-07-021-172/+100
* typoStanislav Malyshev2009-07-011-2/+2
* fix protoStanislav Malyshev2009-07-011-2/+2
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-5/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+5
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-5/+0
* oopsJani Taskinen2008-08-031-1/+1
* - What a mess..Jani Taskinen2008-08-036-207/+197
* - MFH: Fixed memory leak.Felipe Pena2008-07-301-2/+2
* - Fixed crash when NULL is passed to locale_accept_from_http()Felipe Pena2008-07-301-1/+1
* MFH: fix zts buildRob Richards2008-07-251-4/+4
* add compose syntax as per request #14266Stanislav Malyshev2008-07-231-143/+77
* add acceptFromHttpStanislav Malyshev2008-07-233-60/+82
* Merge intl extension into coreStanislav Malyshev2008-07-076-0/+2057