summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-07-261-21/+21
|\
| * Bugfix #74993 Wrong reflection param into for some intl: lookup_*() methodsSara Golemon2017-07-261-21/+21
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-06-131-1/+1
|\ \ | |/
| * Fix bug #74705 for collator_get_sort_keyRemi Collet2017-06-131-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-05-021-1/+6
|\ \ | |/
| * Fix bug #74468 wrong reflection on Collator::sortWithSortKeysFabien Villepinte2017-05-021-1/+6
* | remove unused declarationsAnatol Belski2016-06-231-16/+0
|/
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* Remove datefmt_set_timezone_id and OO variantNikita Popov2015-04-011-1/+0
* cleanup the mod version macros, round 2Anatol Belski2015-03-231-2/+0
* made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
* Add IntlChar class to intl extensionSara Golemon2015-01-161-0/+4
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-19/+19
* opcache, intl, gmp, exif, com, bcmath to use static tsrmlsAnatol Belski2014-10-171-0/+6
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* master renames phase 1Anatol Belski2014-08-251-1/+1
* basic macro replacements, all at onceAnatol Belski2014-08-191-1/+1
* Merge branch 'master' into testDmitry Stogov2014-07-071-1/+1
|\
| * Fix bug #66921 - Wrong argument type hint for function intltz_from_date_time_...Stanislav Malyshev2014-07-071-1/+1
* | Fixed segfault while starting upXinchen Hui2014-06-281-1/+1
* | Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-281-2/+2
|/
* intl: add intlcal_set_minimal_days_in_first_week()Gustavo André dos Santos Lopes2013-07-031-0/+6
* Add UConverter class (ICU's UConverter API)Sara Golemon2013-01-291-0/+5
* Merge branch 'PHP-5.4'Gustavo Lopes2012-08-261-2/+2
|\
| * Allow Spoofchecker to be registered on ICU 49.1Gustavo Lopes2012-08-261-2/+2
* | Merge branch '5.4'Gustavo André dos Santos Lopes2012-07-301-0/+0
|\ \ | |/
| * Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-07-301-0/+0
| |\
| | * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
| | * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| | * Show ICU Data version inside phpinfo()Ilia Alshanetsky2011-06-031-0/+3
| | * Implemented FR #54561 (Expose ICU Version & ICU Data Version info).Ilia Alshanetsky2011-06-011-0/+4
| * | - Support for UTS #46.Gustavo André dos Santos Lopes2011-11-241-2/+4
| * | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * | Show ICU Data version inside phpinfo()Ilia Alshanetsky2011-06-031-0/+3
| * | Implemented FR #54561 (Expose ICU Version & ICU Data Version info).Ilia Alshanetsky2011-06-011-0/+4
* | | ini intl.explicit_cleanup -> INTL_EXPLICIT_CLEANUPGustavo André dos Santos Lopes2012-07-241-26/+5
* | | Do not fetch default locale once on minit or rinitGustavo Lopes2012-07-231-9/+0
* | | Add ini setting intl.explicit_cleanupGustavo Lopes2012-07-231-1/+29
* | | Merge branch 'datefmt_tz_cal_interop'Gustavo André dos Santos Lopes2012-07-221-0/+9
|\ \ \
| * | | Added IntlDateFormatter::formatObject(). RefactorGustavo André dos Santos Lopes2012-07-221-0/+9
* | | | Merge branch 'break_iterator'Gustavo André dos Santos Lopes2012-06-251-0/+9
|\ \ \ \
| * | | | Change in BreakIterator::getPartsIterator()Gustavo André dos Santos Lopes2012-06-101-0/+4
| * | | | BreakIterator and RuleBasedBreakiterator addedGustavo André dos Santos Lopes2012-06-041-0/+5
| |/ / /
* | | | Fix undeclared intl_locale_get_default()Gustavo André dos Santos Lopes2012-06-251-0/+8
|/ / /
* | | DateFormat plays nice with Calendar, TimeZoneGustavo André dos Santos Lopes2012-06-041-1/+12
* | | Added IntlCalendar::toDateTime()Gustavo André dos Santos Lopes2012-05-171-0/+1
* | | Added IntlTimeZone::fromDateTimeZone() and ::toDateTimeZone.Gustavo André dos Santos Lopes2012-05-171-0/+6
* | | Added IntlCalendar::fromDateTime()Gustavo André dos Santos Lopes2012-05-171-0/+5
* | | Accept DateTimeZone where time zones are expected.Gustavo André dos Santos Lopes2012-05-171-1/+1