summaryrefslogtreecommitdiff
path: root/ext/intl
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #72061 - Out-of-bounds reads in zif_grapheme_stripos with negative ↵Stanislav Malyshev2016-04-242-5/+22
| | | | offset
* the de_DE(iso-8859-1) locale is not available on ubuntu by default, but ↵Ferenc Kovacs2015-08-241-2/+2
| | | | there is no reason to require that over the utf-8 one
* Remove extraneous strlen() callRasmus Lerdorf2015-03-211-2/+0
|
* fix typoStanislav Malyshev2014-11-301-1/+1
|
* forked bug67052.phpt for WindowsAnatol Belski2014-11-212-0/+35
|
* split msgfmt_format_intlcalendar_variant*.phpt for ICU 54.1Anatol Belski2014-11-203-1/+62
|
* split formatter_format*.phpt for ICP 54.1Anatol Belski2014-11-202-1/+132
|
* split dateformat_timezone_arg_variations*.phpt for ICU 54.1Anatol Belski2014-11-203-1/+93
|
* split dateformat_get_set_timezone_variant*.phpt for ICU 54.1Anatol Belski2014-11-203-1/+126
|
* fix icu version to testAnatol Belski2014-11-201-1/+1
|
* split ext/intl/tests/dateformat_get_set_calendar_variant*.phpt for 54.1Anatol Belski2014-11-203-1/+112
|
* split dateformat_formatObject_datetime_variant*.phpt for ICU 54.1Anatol Belski2014-11-203-1/+68
|
* split dateformat_formatObject_calendar_variant*.phpt for ICU 54.1Anatol Belski2014-11-203-1/+82
|
* split dateformat_create_cal_arg_variant2.phpt for ICU 53.1 and 54.1Anatol Belski2014-11-203-1/+108
|
* clone dateformat_calendars_variant3.phpt for ICU 54.1Anatol Belski2014-11-202-0/+46
|
* split collator_get_sort_key_variant3.phpt for icu 54.1Anatol Belski2014-11-202-1/+100
|
* split ext/intl/tests/collator_create3.phpt for icu >= 54.1Anatol Belski2014-11-202-1/+81
|
* 1.2 is a problematic float to print outRasmus Lerdorf2014-07-141-0/+2
| | | | Lower the default display precision for this test
* create locales and re-add testStanislav Malyshev2014-07-071-0/+25
|
* rm test for nowStanislav Malyshev2014-07-071-25/+0
|
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-07-071-2/+2
|\ | | | | | | | | * PHP-5.4: change locale - looks like not everybody has sl_SI
| * change locale - looks like not everybody has sl_SIStanislav Malyshev2014-07-071-2/+2
| |
* | Fix bug #66921 - Wrong argument type hint for function ↵Stanislav Malyshev2014-07-072-1/+16
| | | | | | | | intltz_from_date_time_zone
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-07-073-1/+30
|\ \ | |/ | | | | | | * PHP-5.4: Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)
| * Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)Stanislav Malyshev2014-07-073-1/+30
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-241-3/+4
|\ \ | |/ | | | | | | * PHP-5.4: Fix test - because of big #67397 we don't allow overlong locales anymore
| * Fix test - because of big #67397 we don't allow overlong locales anymoreStanislav Malyshev2014-06-241-3/+4
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-243-5/+37
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: 5.4.30 Better fix for bug #67072 with more BC provisions Fix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerability update CVE Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion Fix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayName (libicu 4.8.1)) Fix bug #67349: Locale::parseLocale Double Free add CVEs Fix potential segfault in dns_get_record() Fix bug #66127 (Segmentation fault with ArrayObject unset) 5.4.30 rc1 Conflicts: ext/intl/locale/locale_methods.c
| * Fix bug #67397 (Buffer overflow in ↵Stanislav Malyshev2014-06-212-1/+30
| | | | | | | | locale_get_display_name->uloc_getDisplayName (libicu 4.8.1))
| * Fix bug #67349: Locale::parseLocale Double FreeStanislav Malyshev2014-06-212-5/+8
| |
* | Further test fixes for the fdb2709 breakage.Adam Harvey2014-05-232-20/+20
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-05-231-10/+10
|\ \ | |/ | | | | | | | | | | | | * PHP-5.4: Fix broken test caused by fdb2709. Conflicts: ext/intl/tests/dateformat_format.phpt
| * Fix broken test caused by fdb2709.Adam Harvey2014-05-231-10/+10
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-1414-10/+1426
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.4: backported some ext/intl tests from 5.6 into 5.4 Conflicts: ext/intl/tests/collator_get_sort_key_variant2.phpt ext/intl/tests/locale_get_display_name3.phpt
| * backported some ext/intl tests from 5.6 into 5.4Anatol Belski2014-04-1438-19/+3652
| |
| * Fix coverity issue with -1 returned by findOffset not being handled by ↵Stanislav Malyshev2013-10-201-0/+3
| | | | | | | | getPreferredTag
* | fixed the test for ICI >= 52.1Anatol Belski2014-04-072-1/+424
| |
* | fix the test according to how new date code does itStanislav Malyshev2014-04-051-10/+10
| |
* | fix to work on different ICU versionsStanislav Malyshev2014-04-051-1/+1
| |
* | Fix bug #66873: check if obj->src is setStanislav Malyshev2014-03-172-6/+27
| |
* | added appropriate exception handling flag to ext\intlAnatol Belski2014-01-171-0/+1
| | | | | | | | | | | | | | According to the doc page http://msdn.microsoft.com/en-us/library/1deeycx5.aspx it's appropriate as none of the extern C functions do throw exceptions. This also fixes the warning C4530.
* | fix argument type & remove warningStanislav Malyshev2013-10-201-3/+3
| |
* | fix const warnings in intl methodsStanislav Malyshev2013-10-206-28/+28
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-10-201-0/+3
|\ \ | | | | | | | | | | | | | | | * PHP-5.4: Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag 5.4.21 release date
| * | Fix coverity issue with -1 returned by findOffset not being handled by ↵Stanislav Malyshev2013-10-201-0/+3
| |/ | | | | | | getPreferredTag
* | fix possibility of access to *storedType without initializationStanislav Malyshev2013-10-201-0/+3
| |
* | added fixed tests for ICU >= 51.2Anatol Belski2013-10-0724-0/+3311
| |
* | fixed failing tests for ICU >= 51.2Anatol Belski2013-10-0724-34/+47
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-221-1/+1
|\ \ | |/ | | | | | | | | * PHP-5.4: Suppress compliation warning "warning: passing argument 1 of ‘_efree’ discards qualifiers from pointer target type" Revert "Suppress compliation warning "warning: passing argument 1 of ‘_efree’ discards qualifiers from pointer target type""
| * Suppress compliation warning "warning: passing argument 1 of ‘_efree’ ↵Christopher Jones2013-08-221-1/+1
| | | | | | | | discards qualifiers from pointer target type"