php-src/ext/intl
Gustavo André dos Santos Lopes ac33e40d2a Keep date precision in MessageFormatter.
MessageFormatter::parse and MessageFormat::format (and their static
equivalents) now don't throw away better than second precision in the
arguments.

It's already bad enough that in MessageFormatter and IntlDateFormatter we
use seconds since epoch instead of milliseconds since epoch, deviating
from the ICU date representations. But we don't need to throw away extra
precision when parsing dates; we can keep the seconds since epoch
convention and return non integer doubles with only a small BC impact.
Note that we already could return doubles from MessageFormatter::parse if
the date was sufficiently in the past or in the future.
2012-05-13 23:03:07 +02:00
..
calendar Compatibility with old versions of ICU (4.0+). 2012-04-01 23:28:01 +01:00
collator Redid the fix for #60192 with suggestions by Pierre and Kalle 2011-11-03 16:20:11 +00:00
common Compatibility with old versions of ICU (4.0+). 2012-04-01 23:28:01 +01:00
dateformat - Added missing PHP_FE_END/ZEND_FE_END 2011-08-06 01:22:27 +00:00
doc update API files 2009-07-01 20:25:38 +00:00
formatter Merge branch 'PHP-5.3' into PHP-5.4 2012-04-19 11:37:31 -07:00
grapheme Merge branch 'PHP-5.3' into PHP-5.4 2012-03-25 01:03:25 -07:00
idn - Updated UPGRADING, protos and attribution in ext/intl/idn/idn.c 2011-11-24 22:45:50 +00:00
locale Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
msgformat Keep date precision in MessageFormatter. 2012-05-13 23:03:07 +02:00
normalizer - Added missing PHP_FE_END/ZEND_FE_END 2011-08-06 01:22:27 +00:00
resourcebundle Front- and back-port rev 314431 (missing php.h include) 2011-08-07 17:15:40 +00:00
spoofchecker - Added missing PHP_FE_END/ZEND_FE_END 2011-08-06 01:22:27 +00:00
tests Keep date precision in MessageFormatter. 2012-05-13 23:03:07 +02:00
timezone Compatibility with old versions of ICU (4.0+). 2012-04-01 23:28:01 +01:00
transliterator - Added missing PHP_FE_END/ZEND_FE_END 2011-08-06 01:22:27 +00:00
config.m4 Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
config.w32 Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
CREDITS MFH:tune 2008-07-26 22:18:38 +00:00
intl_common.h
intl_convert.c MFH: 2008-08-11 19:48:00 +00:00
intl_convert.h
intl_convertcpp.cpp Compatibility with old versions of ICU (4.0+). 2012-04-01 23:28:01 +01:00
intl_convertcpp.h Initial checkin of calendar/timezone code. 2012-04-01 23:28:00 +01:00
intl_data.h little errors cleanup 2009-05-10 19:10:36 +00:00
intl_error.c - Added the ability for the intl exception to throw exceptions when a global error is set. 2012-01-08 18:41:53 +00:00
intl_error.h - Added the ability for the intl exception to throw exceptions when a global error is set. 2012-01-08 18:41:53 +00:00
php_intl.c Compatibility with old versions of ICU (4.0+). 2012-04-01 23:28:01 +01:00
php_intl.h - Added the ability for the intl exception to throw exceptions when a global error is set. 2012-01-08 18:41:53 +00:00
TODO todo 2008-07-14 06:15:49 +00:00