summaryrefslogtreecommitdiff
path: root/ext/intl
Commit message (Collapse)AuthorAgeFilesLines
...
| | * - Fixed memory leak in several Intl locale functionsFelipe Pena2011-11-221-5/+15
| | |
| | * Redid the fix for #60192 with suggestions by Pierre and KalleFlorian Anderiasch2011-11-038-21/+40
| | |
| | * Fix #60192 SegFault when Collator not constructed properlyFlorian Anderiasch2011-11-028-0/+122
| | |
| | * the TZ environment variable also needed to be set here, didn't dug up why ↵Ferenc Kovacs2011-09-221-0/+1
| | | | | | | | | | | | date.timezone isn't sufficient
| | * Added skipifXinchen Hui2011-09-063-0/+6
| | |
| | * fix testsStanislav Malyshev2011-09-055-164/+220
| | |
| | * - wrong variable used (ended as non initiazed usage)Pierre Joye2011-09-041-3/+3
| | |
| | * Front- and back-port rev 314431 (missing php.h include)Gwynne Raskind2011-08-071-0/+1
| | |
| | * Back- and front-port fixes for #55019Gwynne Raskind2011-08-073-7/+7
| | |
| | * - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-067-7/+7
| | |
| | * - Added missing check (thanks neweracracker at gmail dot com)Felipe Pena2011-08-041-2/+3
| | |
| | * - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-0410-33/+97
| | |
| | * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| | |
| | * Show ICU Data version inside phpinfo()Ilia Alshanetsky2011-06-031-0/+3
| | |
| | * More testsIlia Alshanetsky2011-06-012-1/+11
| | |
| | * Implemented FR #54561 (Expose ICU Version & ICU Data Version info).Ilia Alshanetsky2011-06-012-0/+14
| | |
| | * implement FR #54540 - Allow loading of arbitrary resource bundles when ↵Stanislav Malyshev2011-04-173-2/+25
| | | | | | | | | | | | fallback is disabled
| | * - unused varPierre Joye2011-02-151-1/+0
| | |
| | * - Fixed compiler warningsFelipe Pena2011-01-121-4/+5
| | |
| | * fix unit tests for intl in accordance with new ICU releasesStanislav Malyshev2011-01-0413-163/+163
| | |
| | * Imlement clone for formatters that support itStanislav Malyshev2011-01-0311-19/+188
| | | | | | | | | | | | | | | # also some test fixes, more to follow
| | * - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-275-4/+25
| | | | | | | | | | | | | | | objects).
| | * Fix bad args to grapheme_extract(), reported by Maksymilian ArciemowiczStanislav Malyshev2010-12-191-3/+9
| | |
| | * - Added test for bug #53512Felipe Pena2010-12-101-0/+25
| | |
| | * - Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values)Felipe Pena2010-12-101-0/+5
| | |
| | * - Fixed ZTS buildFelipe Pena2010-11-211-1/+1
| | |
| | * Add support for DateTime in datefmt_formatStanislav Malyshev2010-11-202-5/+159
| | |
| | * Fix invalid args bugs by Maksymilian ArciemowiczStanislav Malyshev2010-11-194-3/+20
| | |
| | * - Fixed test for bug #50590 on systems with 64-bit longs.Gustavo André dos Santos Lopes2010-10-061-1/+1
| | |
| | * Fix bug #50590 - IntlDateFormatter::parse result is limited to the integer rangeStanislav Malyshev2010-09-014-23/+29
| | |
| | * sync version with PECLStanislav Malyshev2010-06-301-1/+1
| | |
| | * fix the protosStanislav Malyshev2010-03-252-4/+5
| | |
| * | Same thing here. "June 18, 1969 8:49:59 AM " does not contain a timezone, so ↵Rasmus Lerdorf2012-02-051-3/+3
| | | | | | | | | | | | | | | | | | | | | there is no way to know whether dst should be applied or not.
| * | Without a timezone you can't know whether it is dst or not in this oneRasmus Lerdorf2012-02-051-2/+2
| | |
| * | - Fixed bug #60392 (U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR undeclared)Gustavo André dos Santos Lopes2011-11-261-0/+2
| | | | | | | | | | | | | | | (fedora at famillecollet dot com)
| * | - Updated UPGRADING, protos and attribution in ext/intl/idn/idn.cGustavo André dos Santos Lopes2011-11-241-2/+3
| | |
| * | - Support for UTS #46.Gustavo André dos Santos Lopes2011-11-245-21/+363
| | |
| * | - Fixed memory leak in several Intl locale functionsFelipe Pena2011-11-221-5/+15
| | |
| * | Redid the fix for #60192 with suggestions by Pierre and KalleFlorian Anderiasch2011-11-038-23/+42
| | |
| * | Fix #60192 SegFault when Collator not constructed properlyFlorian Anderiasch2011-11-028-0/+122
| | |
| * | Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-211-1/+1
| | |
| * | the TZ environment variable also needed to be set here, didn't dug up why ↵Ferenc Kovacs2011-09-221-0/+1
| | | | | | | | | | | | date.timezone isn't sufficient
| * | Added skipifXinchen Hui2011-09-063-0/+6
| | |
| * | fix testsStanislav Malyshev2011-09-055-164/+220
| | |
| * | fix bug 55562 - make substr always return rest of the string if length is ↵Stanislav Malyshev2011-09-042-5/+22
| | | | | | | | | | | | too long
| * | - wrong variable used (ended as non initiazed usage)Pierre Joye2011-09-041-3/+3
| | |
| * | Fixes build issues with ext/intl. This appears to be related to bug #55019, ↵Gwynne Raskind2011-08-072-4/+4
| | | | | | | | | | | | but since the functions in question are used elsewhere, the solution is to de-inline rather than to make them static inline.
| * | fix for bug #55019Gwynne Raskind2011-08-071-3/+3
| | |
| * | Add missing php.h includeGwynne Raskind2011-08-071-0/+1
| | |
| * | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-069-9/+9
| | |