Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-04-14 | 14 | -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.4 | Anatol Belski | 2014-04-14 | 38 | -19/+3652 |
| | | |||||
| * | Fix coverity issue with -1 returned by findOffset not being handled by ↵ | Stanislav Malyshev | 2013-10-20 | 1 | -0/+3 |
| | | | | | | | | getPreferredTag | ||||
* | | fixed the test for ICI >= 52.1 | Anatol Belski | 2014-04-07 | 2 | -1/+424 |
| | | |||||
* | | fix the test according to how new date code does it | Stanislav Malyshev | 2014-04-05 | 1 | -10/+10 |
| | | |||||
* | | fix to work on different ICU versions | Stanislav Malyshev | 2014-04-05 | 1 | -1/+1 |
| | | |||||
* | | Fix bug #66873: check if obj->src is set | Stanislav Malyshev | 2014-03-17 | 2 | -6/+27 |
| | | |||||
* | | added appropriate exception handling flag to ext\intl | Anatol Belski | 2014-01-17 | 1 | -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 warning | Stanislav Malyshev | 2013-10-20 | 1 | -3/+3 |
| | | |||||
* | | fix const warnings in intl methods | Stanislav Malyshev | 2013-10-20 | 6 | -28/+28 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-10-20 | 1 | -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 Malyshev | 2013-10-20 | 1 | -0/+3 |
| |/ | | | | | | | getPreferredTag | ||||
* | | fix possibility of access to *storedType without initialization | Stanislav Malyshev | 2013-10-20 | 1 | -0/+3 |
| | | |||||
* | | added fixed tests for ICU >= 51.2 | Anatol Belski | 2013-10-07 | 24 | -0/+3311 |
| | | |||||
* | | fixed failing tests for ICU >= 51.2 | Anatol Belski | 2013-10-07 | 24 | -34/+47 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-22 | 1 | -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 Jones | 2013-08-22 | 1 | -1/+1 |
| | | | | | | | | discards qualifiers from pointer target type" | ||||
| * | Revert "Suppress compliation warning "warning: passing argument 1 of ↵ | Christopher Jones | 2013-08-22 | 1 | -1/+1 |
| | | | | | | | | | | | | ‘_efree’ discards qualifiers from pointer target type"" This reverts commit f38bd22ed2c5f710f72e719d7ab2a41ce30541fc. | ||||
* | | Revert "Suppress compliation warning "warning: passing argument 1 of ↵ | Christopher Jones | 2013-08-22 | 1 | -1/+1 |
| | | | | | | | | | | | | ‘_efree’ discards qualifiers from pointer target type"" This reverts commit f38bd22ed2c5f710f72e719d7ab2a41ce30541fc. | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-21 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.4: 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 Jones | 2013-08-21 | 1 | -1/+1 |
| | | | | | | | | discards qualifiers from pointer target type" | ||||
* | | Remove compilation warning "warning: no newline at end of file" | Christopher Jones | 2013-08-20 | 1 | -1/+1 |
| | | |||||
* | | Remove compilation warnings: "warning: no newline at end of file" | Christopher Jones | 2013-08-20 | 5 | -5/+5 |
| | | |||||
* | | Fix compile warning "intl_cppshims.h:34:7: warning: no newline at end of file" | Christopher Jones | 2013-08-20 | 1 | -1/+1 |
| | | |||||
* | | Remove compile warning "variable ‘mekeylen’ set but not used" | Christopher Jones | 2013-08-19 | 1 | -2/+0 |
| | | |||||
* | | Reduce (some more) compile noise of 'unused variable' and 'may be used | Christopher Jones | 2013-08-19 | 3 | -5/+3 |
| | | | | | | | | uninitialized' warnings. | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-14 | 2 | -3/+3 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.4: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/dba/libinifile/inifile.c | ||||
| * | Reduce (some) compile noise of 'unused variable' and 'may be used ↵ | Christopher Jones | 2013-08-14 | 2 | -3/+3 |
| | | | | | | | | uninitialized' warnings. | ||||
| * | typo fixes | Veres Lajos | 2013-07-15 | 2 | -7/+7 |
| | | |||||
* | | HASH_KEY_NON_EXISTANT fix | Veres Lajos | 2013-07-21 | 1 | -2/+2 |
| | | |||||
* | | intl: remove extra quotes from arginfo params | Gustavo André dos Santos Lopes | 2013-07-21 | 1 | -8/+8 |
| | | |||||
* | | typo fixes | Veres Lajos | 2013-07-15 | 2 | -7/+7 |
| | | |||||
* | | intl: fix extra space in constant name | Gustavo André dos Santos Lopes | 2013-07-03 | 2 | -1/+14 |
| | | |||||
* | | intl: add intlcal_set_minimal_days_in_first_week() | Gustavo André dos Santos Lopes | 2013-07-03 | 6 | -0/+105 |
| | | | | | | | | | | and IntlCalendar::setMinimalDaysInFirstWeek(). This one had slipped. we had a ::getMinimalDaysInFirstWeek() but no way to change the value. | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-06-28 | 4 | -337/+111 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.4: Add a __wakeup() method to SplFixedArray, thereby fixing serialising an Update NEWS small optimization fix bug #61860: use USearch for searches, it does the right thing | ||||
| * | small optimization | Stanislav Malyshev | 2013-06-23 | 2 | -10/+7 |
| | | |||||
| * | fix bug #61860: use USearch for searches, it does the right thing | Stanislav Malyshev | 2013-06-23 | 4 | -331/+108 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-06-23 | 2 | -3/+43 |
|\ \ | |/ | | | | | | | * PHP-5.4: Fix bug #62759: Buggy grapheme_substr() on edge case | ||||
| * | Fix bug #62759: Buggy grapheme_substr() on edge case | Stanislav Malyshev | 2013-06-23 | 2 | -3/+43 |
| | | |||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 3 | -5/+5 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 3 | -5/+5 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | * PHP-5.4: typo fixes (argument) typo fixes (accommodate, parameter) | ||||
| * | typo fixes (argument) | Veres Lajos | 2013-06-10 | 1 | -1/+1 |
| | | |||||
* | | Fix "passing NULL to non-pointer argument" warnings in intl | Nikita Popov | 2013-03-29 | 1 | -5/+5 |
| | | | | | | | | The second argument to spprintf is a size_t (maximum length). | ||||
* | | Add support for non-scalar Iterator keys in foreach | Nikita Popov | 2013-03-12 | 3 | -28/+9 |
| | | | | | | | | RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys | ||||
* | | Fix ext/intl build with phpize | Gustavo Lopes | 2013-02-24 | 1 | -1/+1 |
| | | | | | | | | Fixes bug #64284. | ||||
* | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for read | Stanislav Malyshev | 2013-02-18 | 1 | -5/+5 |
| | | |||||
* | | Fixed paramter count | Gustavo Lopes | 2013-01-29 | 1 | -2/+2 |
| | | |||||
* | | Make converter work on VS | Gustavo Lopes | 2013-01-29 | 1 | -6/+10 |
| | |