Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test - because of big #67397 we don't allow overlong locales anymore | Stanislav Malyshev | 2014-07-18 | 1 | -3/+4 |
| | |||||
* | Fix bug #67397 (Buffer overflow in ↵ | Stanislav Malyshev | 2014-07-18 | 2 | -1/+30 |
| | | | | locale_get_display_name->uloc_getDisplayName (libicu 4.8.1)) | ||||
* | Fix bug #67349: Locale::parseLocale Double Free | Stanislav Malyshev | 2014-07-18 | 2 | -5/+8 |
| | |||||
* | extended the SKIPIF section with ICU 49 (sync with 5.4 branch) | Anatoliy Belsky | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | Fixed defective cloning in ext/intl classes | Gustavo Lopes | 2012-08-26 | 4 | -3/+32 |
| | | | | | | | | | | See also bug #62915 Cherry picked from 886a50a (I forgot about 5.3) Conflicts: ext/intl/spoofchecker/spoofchecker_class.c ext/intl/transliterator/transliterator_class.c | ||||
* | ZTS fix introduced by Felipe must also go into 5.3 | Anatoliy Belsky | 2012-08-23 | 1 | -2/+2 |
| | |||||
* | Fix handling of several uinitialized intl objects | Gustavo Lopes | 2012-08-22 | 17 | -40/+163 |
| | |||||
* | Move test files to tests dir | Reeze Xia | 2012-08-21 | 19 | -238/+0 |
| | | | | There are 7 files duplicated, so those files was deleted | ||||
* | More intl tests extracted from symfony | Matt Ficken | 2012-08-17 | 19 | -0/+598 |
| | |||||
* | Added the intl tests extracted from Symfony. These are making the intl ext ↵ | Matt Ficken | 2012-08-06 | 7 | -0/+238 |
| | | | | crash with ICU at least 4.6, but probably with earlier versions too. | ||||
* | Fix test, wrong exepct rule used | Xinchen Hui | 2012-08-02 | 1 | -2/+1 |
| | |||||
* | Limit test to ICU 49 | Gustavo André dos Santos Lopes | 2012-07-30 | 1 | -0/+2 |
| | |||||
* | Remove executable bit from files | Gustavo André dos Santos Lopes | 2012-07-30 | 187 | -0/+0 |
| | |||||
* | Fix ext/intl build on ICU < 4.8 | Gustavo André dos Santos Lopes | 2012-06-06 | 1 | -0/+2 |
| | |||||
* | Optimization in ext/intl/msgformat | Gustavo André dos Santos Lopes | 2012-06-06 | 7 | -5/+24 |
| | | | | | Don't transform the string to make it apostrophe friendly in ICU 4.8+ as that it is now the default. | ||||
* | Fixed tests in ext/intl | Gustavo André dos Santos Lopes | 2012-06-05 | 2 | -199/+5 |
| | | | | | | | 21 is not a valid value for UNUM_PADDING_POSITION. Changed the test to use 2 instead. Remove ICU 4.2- test. No one cares. | ||||
* | Changed XFAILed collator_get_sort_key.phpt | Gustavo André dos Santos Lopes | 2012-06-04 | 1 | -36/+35 |
| | | | | | | Ressurected and limited to ICU 4.8 in the hope that the sort keys will remain stable in more recent ICU versions. I have only tested with ICU 4.8 so far. | ||||
* | Fixed bug #55610: ResourceBundle and Traversable | Gustavo André dos Santos Lopes | 2012-05-24 | 2 | -0/+25 |
| | |||||
* | Fixed bug #60785 | Gustavo André dos Santos Lopes | 2012-05-24 | 2 | -4/+58 |
| | | | | | | | | | Memory leak in IntlDateFormatter constructor. udat_setCalendar() clones the calendar before it adopts it, so we were leaking the original calendar. Also we now validate the calendar type. | ||||
* | Fixed bug #62017 | Gustavo André dos Santos Lopes | 2012-05-23 | 2 | -19/+67 |
| | | | | | IntlDateFormatter constructor would release some resources under certain error conditions. | ||||
* | Fixed bug #6208: memory leak in grapheme_extract() | Gustavo André dos Santos Lopes | 2012-05-23 | 2 | -0/+13 |
| | |||||
* | Fixed bug #62082 | Gustavo André dos Santos Lopes | 2012-05-23 | 2 | -3/+19 |
| | | | | | This was a buffer overflow in internal function get_icu_disp_value_src_php(). | ||||
* | Fixed bug #62081 | Gustavo André dos Santos Lopes | 2012-05-23 | 2 | -0/+23 |
| | | | | | | | Constructor of IntlDateFormatter would leak if called twice. Made calling it more than once error out before starting using resources. | ||||
* | Fixed bug #62070 | Gustavo André dos Santos Lopes | 2012-05-23 | 2 | -1/+19 |
| | | | | | Collator::getSortKey() was returning an unterminated string due the length given to RETURN_STRINGL being off by one. | ||||
* | - Fixed bug #61829 (Memory leak when calling MessageFormatter's constructor ↵ | Felipe Pena | 2012-04-23 | 1 | -0/+4 |
| | | | | twice) | ||||
* | Merge branch 'pull-request/61' into PHP-5.3 | Stanislav Malyshev | 2012-04-19 | 3 | -3/+44 |
|\ | | | | | | | | | * pull-request/61: Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer | ||||
| * | Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer | Sherif Ramadan | 2012-04-19 | 2 | -3/+21 |
|/ | |||||
* | Fix bug #61448 intl tests fail with icu >= 4.8 | Anatoliy Belsky | 2012-03-28 | 38 | -26/+2931 |
| | |||||
* | fix bug #61487 - bad bounds check in grapheme_strpos | Stanislav Malyshev | 2012-03-25 | 2 | -1/+12 |
| | |||||
* | 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 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 |
| |