summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl.c
Commit message (Expand)AuthorAgeFilesLines
* Add stubs for NumberFormatterMáté Kocsis2020-02-091-72/+8
* Add various stubs for IntlMáté Kocsis2020-02-041-85/+23
* Add stubs for IntlCalendarMáté Kocsis2020-02-041-179/+51
* Add stubs for IntlDateFormatter & MessageFormatterMáté Kocsis2020-02-041-100/+16
* Add stubs for various intl functionsMáté Kocsis2020-01-031-95/+23
* Fix typo with msgfmt_parse_message()Fabien Villepinte2019-11-191-2/+2
* Add stubs for the Locale component of IntlMáté Kocsis2019-11-161-43/+19
* Add stubs for IntlTimeZoneMáté Kocsis2019-11-041-77/+23
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Require ICU ≥ 50.1Christoph M. Becker2018-09-151-20/+0
* Bump intl extension version to PHP release versionPeter Kokot2018-06-141-3/+1
* Rethink conditionsAnatol Belski2018-04-061-2/+2
* Check feature availability as ICU < 49 is still supportedAnatol Belski2018-04-051-0/+4
* Add normalizer_get_raw_decomposition functionPaul Crovella2018-03-221-0/+5
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Add TZ and Unicode versions to intl MINFOAnatol Belski2017-10-211-0/+12
* 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