php-src/ext/date/lib
Anatol Belski 4d31ee9043 Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
  Fixed bug #75055 Out-Of-Bounds Read in timelib_meridian()
  Apply upstream patch for CVE-2016-1283
2017-10-24 13:44:03 +02:00
..
astro.c Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
astro.h Bumb timelib version to 2015.01 2015-09-22 08:41:56 +01:00
dow.c Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
fallbackmap.h Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
interval.c Do the revert properly, and put back fraction support in 7.1 2017-08-16 15:59:56 +01:00
LICENSE.rst Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
parse_date.c Merge branch 'PHP-7.0' into PHP-7.1 2017-10-24 13:44:03 +02:00
parse_date.re Merge branch 'PHP-7.0' into PHP-7.1 2017-10-24 13:44:03 +02:00
parse_iso_intervals.c Do the revert properly, and put back fraction support in 7.1 2017-08-16 15:59:56 +01:00
parse_iso_intervals.re Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
parse_tz.c Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
README.rst Bumb timelib version to 2015.01 2015-09-22 08:41:56 +01:00
timelib_config.h.win32
timelib_structs.h Do the revert properly, and put back fraction support in 7.1 2017-08-16 15:59:56 +01:00
timelib.c Do the revert properly, and put back fraction support in 7.1 2017-08-16 15:59:56 +01:00
timelib.h Do the revert properly, and put back fraction support in 7.1 2017-08-16 15:59:56 +01:00
timelib.m4 Do the revert properly, and put back fraction support in 7.1 2017-08-16 15:59:56 +01:00
timezonedb.h Updated to version 2017.3 (2017c) 2017-10-23 17:31:21 +01:00
timezonemap.h Do the revert properly, and put back fraction support in 7.1 2017-08-16 15:59:56 +01:00
tm2unixtime.c Do the revert properly, and put back fraction support in 7.1 2017-08-16 15:59:56 +01:00
unixtime2tm.c Do the revert properly, and put back fraction support in 7.1 2017-08-16 15:59:56 +01:00

timelib
=======

Timelib is a timezone and date/time library that can calculate local time,
convert between timezones and parse textual descriptions of date/time
information.

It is the library supporting PHP's Date/Time extension.