1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00
Files
archived-php-src/ext/date/lib
Stanislav Malyshev 0496f5407f Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
  Update NEWS
  Fix bug #74087
  Fixed parsing of strange formats with mixed month/day and time strings
  Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGV
  Fixed bug #74111
  Fix #74435: Buffer over-read into uninitialized memory
  Fix bug #74603 - use correct buffer size
  Fix bug #74651 - check EVP_SealInit as it can return -1
  Update NEWS
  Fix bug #73807
2017-07-04 19:44:51 -07:00
..
2015-09-22 08:41:56 +01:00
2015-09-22 08:41:56 +01:00
2015-09-22 08:41:56 +01:00
2016-01-29 15:21:55 +01:00
2015-09-22 08:41:56 +01:00
2015-09-22 08:59:45 +01:00
2015-09-22 08:41:56 +01:00
2016-02-15 16:50:42 +01:00
2017-03-24 12:25:25 +00:00
2015-09-22 08:41:56 +01:00
2017-02-12 20:17:01 +00:00
2017-02-12 20:17:01 +00: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.