summaryrefslogtreecommitdiff
path: root/ext/intl/formatter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-07-071-1/+4
|\
| * Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)Stanislav Malyshev2014-07-071-1/+4
* | fix const warnings in intl methodsStanislav Malyshev2013-10-201-1/+1
* | Merge branch 'PHP-5.4'Gustavo Lopes2012-08-261-1/+1
|\ \ | |/
| * Fixed defective cloning in ext/intl classesGustavo Lopes2012-08-261-1/+1
* | Merge branch 'PHP-5.4'Gustavo Lopes2012-08-223-12/+28
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Gustavo Lopes2012-08-223-12/+28
| |\
| | * Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-223-12/+28
* | | Merge branch '5.4'Gustavo André dos Santos Lopes2012-07-3014-0/+0
|\ \ \ | |/ /
| * | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-07-3014-0/+0
| |\ \ | | |/
| | * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-3014-0/+0
* | | Do not fetch default locale once on minit or rinitGustavo Lopes2012-07-231-1/+1
|/ /
* | - Fixed bug #62565 (Crashes due non-initialized internal properties_table)Felipe Pena2012-07-141-0/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2012-04-191-3/+2
|\ \ | |/
| * Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integerSherif Ramadan2012-04-191-3/+2
| * - wrong variable used (ended as non initiazed usage)Pierre Joye2011-09-041-3/+3
| * - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
| * - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-042-5/+15
| * Imlement clone for formatters that support itStanislav Malyshev2011-01-031-4/+27
| * - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-1/+6
| * - Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values)Felipe Pena2010-12-101-0/+5
| * Fix invalid args bugs by Maksymilian ArciemowiczStanislav Malyshev2010-11-191-2/+7
* | - wrong variable used (ended as non initiazed usage)Pierre Joye2011-09-041-3/+3
* | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
* | - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-042-5/+15
* | Imlement clone for formatters that support itStanislav Malyshev2011-01-031-4/+27
* | - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-1/+6
* | - Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values)Felipe Pena2010-12-101-0/+5
* | Fix invalid args bugs by Maksymilian ArciemowiczStanislav Malyshev2010-11-191-2/+7
* | 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-1/+1
* - Fixed bug #48227 (NumberFormatter::format leaks memory)Felipe Pena2009-05-101-5/+1
* fix bug #14562Stanislav Malyshev2009-01-301-0/+11
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-11/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+11
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-11/+2
* MFH:Felipe Pena2008-08-116-90/+143
* use correct locale checkStanislav Malyshev2008-07-221-1/+1
* refactor ctors, cleanup codeStanislav Malyshev2008-07-221-84/+20
* Merge intl extension into coreStanislav Malyshev2008-07-0714-0/+1632