Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | - Fixed memory leak in several Intl locale functions | Felipe Pena | 2011-11-22 | 1 | -5/+15 | |
| | | | ||||||
| | * | Redid the fix for #60192 with suggestions by Pierre and Kalle | Florian Anderiasch | 2011-11-03 | 8 | -21/+40 | |
| | | | ||||||
| | * | Fix #60192 SegFault when Collator not constructed properly | Florian Anderiasch | 2011-11-02 | 8 | -0/+122 | |
| | | | ||||||
| | * | the TZ environment variable also needed to be set here, didn't dug up why ↵ | Ferenc Kovacs | 2011-09-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | date.timezone isn't sufficient | |||||
| | * | Added skipif | Xinchen Hui | 2011-09-06 | 3 | -0/+6 | |
| | | | ||||||
| | * | fix tests | Stanislav Malyshev | 2011-09-05 | 5 | -164/+220 | |
| | | | ||||||
| | * | - wrong variable used (ended as non initiazed usage) | Pierre Joye | 2011-09-04 | 1 | -3/+3 | |
| | | | ||||||
| | * | Front- and back-port rev 314431 (missing php.h include) | Gwynne Raskind | 2011-08-07 | 1 | -0/+1 | |
| | | | ||||||
| | * | Back- and front-port fixes for #55019 | Gwynne Raskind | 2011-08-07 | 3 | -7/+7 | |
| | | | ||||||
| | * | - Added missing PHP_FE_END/ZEND_FE_END | Felipe Pena | 2011-08-06 | 7 | -7/+7 | |
| | | | ||||||
| | * | - Added missing check (thanks neweracracker at gmail dot com) | Felipe Pena | 2011-08-04 | 1 | -2/+3 | |
| | | | ||||||
| | * | - Fixed possible efree(NULL) (bug #55296) | Felipe Pena | 2011-08-04 | 10 | -33/+97 | |
| | | | ||||||
| | * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 | |
| | | | ||||||
| | * | Show ICU Data version inside phpinfo() | Ilia Alshanetsky | 2011-06-03 | 1 | -0/+3 | |
| | | | ||||||
| | * | More tests | Ilia Alshanetsky | 2011-06-01 | 2 | -1/+11 | |
| | | | ||||||
| | * | Implemented FR #54561 (Expose ICU Version & ICU Data Version info). | Ilia Alshanetsky | 2011-06-01 | 2 | -0/+14 | |
| | | | ||||||
| | * | implement FR #54540 - Allow loading of arbitrary resource bundles when ↵ | Stanislav Malyshev | 2011-04-17 | 3 | -2/+25 | |
| | | | | | | | | | | | | fallback is disabled | |||||
| | * | - unused var | Pierre Joye | 2011-02-15 | 1 | -1/+0 | |
| | | | ||||||
| | * | - Fixed compiler warnings | Felipe Pena | 2011-01-12 | 1 | -4/+5 | |
| | | | ||||||
| | * | fix unit tests for intl in accordance with new ICU releases | Stanislav Malyshev | 2011-01-04 | 13 | -163/+163 | |
| | | | ||||||
| | * | Imlement clone for formatters that support it | Stanislav Malyshev | 2011-01-03 | 11 | -19/+188 | |
| | | | | | | | | | | | | | | | # also some test fixes, more to follow | |||||
| | * | - Fixed bug #53612 (Segmentation fault when using several cloned intl | Gustavo André dos Santos Lopes | 2010-12-27 | 5 | -4/+25 | |
| | | | | | | | | | | | | | | | objects). | |||||
| | * | Fix bad args to grapheme_extract(), reported by Maksymilian Arciemowicz | Stanislav Malyshev | 2010-12-19 | 1 | -3/+9 | |
| | | | ||||||
| | * | - Added test for bug #53512 | Felipe Pena | 2010-12-10 | 1 | -0/+25 | |
| | | | ||||||
| | * | - Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values) | Felipe Pena | 2010-12-10 | 1 | -0/+5 | |
| | | | ||||||
| | * | - Fixed ZTS build | Felipe Pena | 2010-11-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add support for DateTime in datefmt_format | Stanislav Malyshev | 2010-11-20 | 2 | -5/+159 | |
| | | | ||||||
| | * | Fix invalid args bugs by Maksymilian Arciemowicz | Stanislav Malyshev | 2010-11-19 | 4 | -3/+20 | |
| | | | ||||||
| | * | - Fixed test for bug #50590 on systems with 64-bit longs. | Gustavo André dos Santos Lopes | 2010-10-06 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix bug #50590 - IntlDateFormatter::parse result is limited to the integer range | Stanislav Malyshev | 2010-09-01 | 4 | -23/+29 | |
| | | | ||||||
| | * | sync version with PECL | Stanislav Malyshev | 2010-06-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | fix the protos | Stanislav Malyshev | 2010-03-25 | 2 | -4/+5 | |
| | | | ||||||
| * | | Same thing here. "June 18, 1969 8:49:59 AM " does not contain a timezone, so ↵ | Rasmus Lerdorf | 2012-02-05 | 1 | -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 one | Rasmus Lerdorf | 2012-02-05 | 1 | -2/+2 | |
| | | | ||||||
| * | | - Fixed bug #60392 (U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR undeclared) | Gustavo André dos Santos Lopes | 2011-11-26 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | (fedora at famillecollet dot com) | |||||
| * | | - Updated UPGRADING, protos and attribution in ext/intl/idn/idn.c | Gustavo André dos Santos Lopes | 2011-11-24 | 1 | -2/+3 | |
| | | | ||||||
| * | | - Support for UTS #46. | Gustavo André dos Santos Lopes | 2011-11-24 | 5 | -21/+363 | |
| | | | ||||||
| * | | - Fixed memory leak in several Intl locale functions | Felipe Pena | 2011-11-22 | 1 | -5/+15 | |
| | | | ||||||
| * | | Redid the fix for #60192 with suggestions by Pierre and Kalle | Florian Anderiasch | 2011-11-03 | 8 | -23/+42 | |
| | | | ||||||
| * | | Fix #60192 SegFault when Collator not constructed properly | Florian Anderiasch | 2011-11-02 | 8 | -0/+122 | |
| | | | ||||||
| * | | Changed silent conversion of array to string to produce a notice. (Patrick) | Stanislav Malyshev | 2011-10-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | the TZ environment variable also needed to be set here, didn't dug up why ↵ | Ferenc Kovacs | 2011-09-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | date.timezone isn't sufficient | |||||
| * | | Added skipif | Xinchen Hui | 2011-09-06 | 3 | -0/+6 | |
| | | | ||||||
| * | | fix tests | Stanislav Malyshev | 2011-09-05 | 5 | -164/+220 | |
| | | | ||||||
| * | | fix bug 55562 - make substr always return rest of the string if length is ↵ | Stanislav Malyshev | 2011-09-04 | 2 | -5/+22 | |
| | | | | | | | | | | | | too long | |||||
| * | | - wrong variable used (ended as non initiazed usage) | Pierre Joye | 2011-09-04 | 1 | -3/+3 | |
| | | | ||||||
| * | | Fixes build issues with ext/intl. This appears to be related to bug #55019, ↵ | Gwynne Raskind | 2011-08-07 | 2 | -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 #55019 | Gwynne Raskind | 2011-08-07 | 1 | -3/+3 | |
| | | | ||||||
| * | | Add missing php.h include | Gwynne Raskind | 2011-08-07 | 1 | -0/+1 | |
| | | | ||||||
| * | | - Added missing PHP_FE_END/ZEND_FE_END | Felipe Pena | 2011-08-06 | 9 | -9/+9 | |
| | | |