summaryrefslogtreecommitdiff
path: root/ext/intl
Commit message (Expand)AuthorAgeFilesLines
* Fixed tests that required a "default" timezone.Gustavo André dos Santos Lopes2012-04-0154-0/+108
* Compatibility with old versions of ICU (4.0+).Gustavo André dos Santos Lopes2012-04-0133-0/+108
* Added support for new method TimeZone::getUnknown() added in ICU 49.Gustavo André dos Santos Lopes2012-04-016-0/+84
* Supported Calendar methods new to ICU 49.Gustavo André dos Santos Lopes2012-04-018-0/+362
* Fix TimeZone tests failing due to new data in ICU 49.Gustavo André dos Santos Lopes2012-04-016-7/+77
* Initial checkin of calendar/timezone code.Gustavo André dos Santos Lopes2012-04-01143-6/+8044
* Convert EOL style to Unix.Gustavo André dos Santos Lopes2012-04-011-21/+21
* Merge branch 'PHP-5.4'Anatoliy Belsky2012-03-2838-26/+2931
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-03-2838-26/+2931
| |\
| | * Fix bug #61448 intl tests fail with icu >= 4.8Anatoliy Belsky2012-03-2838-26/+2931
* | | Merge branch 'PHP-5.4'Stanislav Malyshev2012-03-254-8/+8
|\ \ \ | |/ /
| * | fix testsStanislav Malyshev2012-03-254-8/+8
* | | Merge branch 'PHP-5.4'Stanislav Malyshev2012-03-252-1/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2012-03-252-1/+12
| |\ \ | | |/
| | * fix bug #61487 - bad bounds check in grapheme_strposStanislav Malyshev2012-03-252-1/+12
| | * Same thing here. "June 18, 1969 8:49:59 AM " does not contain a timezone, so ...Rasmus Lerdorf2012-02-051-3/+3
| | * Without a timezone you can't know whether it is dst or not in this oneRasmus Lerdorf2012-02-051-2/+2
| | * - 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 dat...Ferenc Kovacs2011-09-221-0/+1
| | * 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 fallba...Stanislav Malyshev2011-04-173-2/+25
| | * - 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
| | * - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-275-4/+25
| | * 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