summaryrefslogtreecommitdiff
path: root/ext/intl
Commit message (Collapse)AuthorAgeFilesLines
* Fixed ext/intl/tests/timezone_createDefault_basic.phptAnatoliy Belsky2012-11-151-5/+5
| | | | Timezone offsets can be negative
* Fixed cloning in ext/intl classes; master specificGustavo Lopes2012-08-262-1/+25
|
* Merge branch 'PHP-5.4'Gustavo Lopes2012-08-267-7/+40
|\ | | | | | | | | | | | | | | * PHP-5.4: Fixed defective cloning in ext/intl classes NEWS for commit 72c807a Allow Spoofchecker to be registered on ICU 49.1 Announce on NEWS change in 1ce572c
| * Fixed defective cloning in ext/intl classesGustavo Lopes2012-08-266-5/+38
| | | | | | | | See also bug #62915
| * Allow Spoofchecker to be registered on ICU 49.1Gustavo Lopes2012-08-261-2/+2
| |
| * Bug #62933: compilation error with ICU 3.4Gustavo Lopes2012-08-261-0/+2
| |
* | Relax 4 dateformat tests for ICU 4.8Gustavo Lopes2012-08-264-20/+20
| |
* | Merge branch '5.4'Gustavo André dos Santos Lopes2012-08-231-5/+2
|\ \ | |/ | | | | | | * 5.4: Fix SPOOFCHECKER_METHOD_FETCH_OBJECT definition
| * Fix SPOOFCHECKER_METHOD_FETCH_OBJECT definitionGustavo André dos Santos Lopes2012-08-231-5/+2
| |
* | Merge branch 'PHP-5.4'Felipe Pena2012-08-221-2/+2
|\ \ | |/ | | | | | | * PHP-5.4: - Fixed ZTS build
| * - Fixed ZTS buildFelipe Pena2012-08-221-2/+2
| |
* | Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-221-1/+1
| | | | | | | | | | Master specific changes. Not having this in the merge commit helps porting to pecl/intl
* | Merge branch 'PHP-5.4'Gustavo Lopes2012-08-2218-40/+172
|\ \ | |/ | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix handling of several uinitialized intl objects Fix handling of several uinitialized intl objects - Fix NEWS - BFN Conflicts: ext/intl/dateformat/dateformat.c
| * Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-222-1/+10
| | | | | | | | | | PHP 5.4 specific changes. Not having this in the merge commit helps porting to pecl/intl
| * Merge branch 'PHP-5.3' into PHP-5.4Gustavo Lopes2012-08-2217-40/+163
| |\ | | | | | | | | | | | | * PHP-5.3: Fix handling of several uinitialized intl objects
| | * Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-2217-40/+163
| | |
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-08-2119-238/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-2119-238/+0
| |\ \ | | |/
| | * Move test files to tests dirReeze Xia2012-08-2119-238/+0
| | | | | | | | | | | | There are 7 files duplicated, so those files was deleted
* | | Merge branch 'PHP-5.4'Anatoliy Belsky2012-08-1719-0/+598
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: More intl tests extracted from symfony Update version numbers to 5.4.7-dev. Conflicts: configure.in main/php_version.h
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-08-1719-0/+598
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: More intl tests extracted from symfony
| | * More intl tests extracted from symfonyMatt Ficken2012-08-1719-0/+598
| | |
* | | Fix intl tests failed because of missing skipif sectionReeze Xia2012-08-1535-0/+122
| | |
* | | Merge branch 'PHP-5.4'Anatoliy Belsky2012-08-067-0/+238
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too.
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-08-067-0/+238
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too.
| | * Added the intl tests extracted from Symfony. These are making the intl ext ↵Matt Ficken2012-08-067-0/+238
| | | | | | | | | | | | crash with ICU at least 4.6, but probably with earlier versions too.
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-08-021-1/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-021-1/+0
| |\ \ | | |/
| | * Fix test, wrong exepct rule usedXinchen Hui2012-08-021-2/+1
| | |
* | | Merge branch '5.4'Gustavo André dos Santos Lopes2012-07-30197-1/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * 5.4: Fix test title and limit it to ICU >= 4.8 Remove executable bit from files Limit test to ICU 49 Remove executable bit from files
| * | Fix test title and limit it to ICU >= 4.8Gustavo André dos Santos Lopes2012-07-301-1/+3
| | |
| * | Remove executable bit from filesGustavo André dos Santos Lopes2012-07-3012-0/+0
| | |
| * | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-07-30185-0/+2
| |\ \ | | |/ | | | | | | | | | | | | * 5.3: Limit test to ICU 49 Remove executable bit from files
| | * Limit test to ICU 49Gustavo André dos Santos Lopes2012-07-301-0/+2
| | |
| | * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-30187-0/+0
| | |
| * | Duplicate test for ICU 49Gustavo André dos Santos Lopes2012-07-232-2/+277
| | | | | | | | | | | | | | | The output in ICU < 49 actually seems wrong here; ICU 49 seems to fix the data.
* | | ini intl.explicit_cleanup -> INTL_EXPLICIT_CLEANUPGustavo André dos Santos Lopes2012-07-241-26/+5
| | | | | | | | | | | | | | | Added an environment variable and removed the ini setting intl.explicit_cleanup for calling u_cleanup()
* | | Leak caused by wrong and unreachable cleanupGustavo Lopes2012-07-231-3/+5
| | |
* | | Fixed leak in RuleBasedBreakIterator constructorGustavo Lopes2012-07-231-0/+2
| | | | | | | | | | | | The leak occurred in case of error.
* | | Fixed function nameGustavo Lopes2012-07-231-2/+2
| | |
* | | Do not fetch default locale once on minit or rinitGustavo Lopes2012-07-238-24/+15
| | | | | | | | | | | | | | | The default locale is now requested to ICU when it's needed by using intl_get_default_locale().
* | | Add ini setting intl.explicit_cleanupGustavo Lopes2012-07-231-1/+29
| | | | | | | | | | | | | | | This is to help with looking for leaks. If set to true, this ini setting forces a call to u_cleanup() on module shutdown.
* | | Merge branch 'datefmt_tz_cal_interop'Gustavo André dos Santos Lopes2012-07-2219-245/+810
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * datefmt_tz_cal_interop: Readded accidentally removed line Added IntlDateFormatter::formatObject(). Refactor Refactored internal_get_timestamp() Unified zval -> UDate conversions
| * | | Readded accidentally removed lineGustavo André dos Santos Lopes2012-07-221-0/+1
| | | |
| * | | Added IntlDateFormatter::formatObject(). RefactorGustavo André dos Santos Lopes2012-07-2219-115/+633
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To better support IntlCalendar, added this function: string IntlDateFormatter::formatObject(IntlCalendar|DateTime $obj [, array|int|string $format = null [, string $locale = null). $format is either of the constants IntlDateFormatter::FULL, etc., in which case this format applies to both the date and the time, an array in the form array($dateFormat, $timeFormat), or a string with the SimpleDateFormat pattern. This uses both the Calendar type and the timezone of the passed object to configure the formatter (a GregorianCalendar is forced for DateTime). Some stuff was moved around and slighlt modified to allow for more code reuse.
| * | | Refactored internal_get_timestamp()Gustavo André dos Santos Lopes2012-07-021-36/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added bounds checking for 32-bit ints. Do not fetch array elements that ::parse() generates but that ::format() does not actually care about.y
| * | | Unified zval -> UDate conversionsGustavo André dos Santos Lopes2012-07-028-129/+149
| | | | | | | | | | | | | | | | | | | | Now IntlDateFormatter::format() also accepts IntlCalendar objects. Code is shared in MessageFormatter and IntlDateFormatter.
* | | | - Fix conflictFelipe Pena2012-07-145-0/+5
|\ \ \ \ | | |/ / | |/| |
| * | | - Fixed bug #62565 (Crashes due non-initialized internal properties_table)Felipe Pena2012-07-145-0/+5
| | | |
* | | | Merge branch 'PHP-5.4'Felipe Pena2012-07-141-0/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-5.4: - Fixed bug #62564 (Extending MessageFormatter and adding property causes crash)