summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | - 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
* | | Compatibility with old versions of ICU (4.0+).Gustavo André dos Santos Lopes2012-04-011-0/+12
* | | Added support for new method TimeZone::getUnknown() added in ICU 49.Gustavo André dos Santos Lopes2012-04-011-0/+3
* | | Supported Calendar methods new to ICU 49.Gustavo André dos Santos Lopes2012-04-011-0/+11
* | | Initial checkin of calendar/timezone code.Gustavo André dos Santos Lopes2012-04-011-0/+252
* | | - Added the ability for the intl exception to throw exceptions when a global ...Gustavo André dos Santos Lopes2012-01-081-1/+5
* | | - 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
|/ /
* | - fix build with ICU < 4.2, add ICU_VERSION for m4 checksPierre Joye2011-02-151-5/+8
* | Add Spoofchecker to intl extension.Scott MacVicar2011-01-131-1/+12
* | - Added support for ICU Transformations (Transliterator).Gustavo André dos Santos Lopes2010-10-061-0/+46
|/
* add ICU resource bundle support, contributed by Hans-Peter OeriStanislav Malyshev2010-01-041-6/+49
* add collator_get_sort_key()Stanislav Malyshev2009-10-261-0/+1
* merge errors supportStanislav Malyshev2009-07-071-0/+1
* - [DOC] add IDN support, idn_to_ascii and idn_to_utf8Pierre Joye2009-01-261-2/+23
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-43/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+43
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-43/+0
* MFH:Felipe Pena2008-08-111-137/+280
* add acceptFromHttpStanislav Malyshev2008-07-231-0/+1
* add icu version to phpinfoStanislav Malyshev2008-07-141-0/+1
* fix date formatter positions (bug #14263)Stanislav Malyshev2008-07-101-2/+8
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+490