summaryrefslogtreecommitdiff
path: root/ext/intl/formatter
Commit message (Collapse)AuthorAgeFilesLines
...
| * - 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
| | | | | | | | | | # also some test fixes, more to follow
| * - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-1/+6
| | | | | | | | | | objects).
| * - 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
| | | | | | | | | | # also some test fixes, more to follow
* | - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-1/+6
| | | | | | | | | | objects).
* | - 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
|/ | | | | to be replaced by `zend_function_entry`.
* 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
| | | | | | | - Added arginfo - Fixed WS - Changed C++ comments to C comments
* 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