summaryrefslogtreecommitdiff
path: root/ext/intl/locale
Commit message (Expand)AuthorAgeFilesLines
* 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-102-117/+117
* cleanup intl typesStanislav Malyshev2014-12-291-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-134-80/+80
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-196-6/+6
* 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-252-9/+9
* basic macro replacements, all at onceAnatol Belski2014-08-192-7/+7
* 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
* | Fixed segfault while starting upXinchen Hui2014-06-281-1/+1
* | 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-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