1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 08:33:06 +02:00
Files
archived-php-src/ext/date/lib
Christoph M. Becker fac3fbcb07 Fix OOB read due to timezone_open() with 5 digit offset
This has been reported as bug #78984, and is generally and properly
fixed as of timelib 2020.3 (PHP-8.0).  However, it is not fixed in
PHP-7.4, where the test results in an OOB read, and an unterminated
C string when calling `::getName()`.  Therefore, we apply a minimal
fix which just avoids this dangerous behavior.
2021-09-17 13:18:51 +02:00
..
2019-06-30 15:45:13 +01:00
2019-06-30 15:45:13 +01:00
2019-10-15 21:00:39 +01:00
2019-06-30 15:45:13 +01:00
2019-06-30 15:45:13 +01:00
2019-06-30 15:45:13 +01:00
2018-01-31 11:55:35 +00:00
2019-06-30 15:45:13 +01:00
2019-06-30 15:45:13 +01:00
2020-08-31 11:41:41 +01:00
2021-01-25 10:44:05 +00:00
2019-06-30 15:45:13 +01:00
2020-08-31 11:41:41 +01:00
2019-06-30 15:45:13 +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 and MongoDB's time zone
support.