1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 17:43:13 +02:00
Files
archived-php-src/ext/date/lib
Max Kellermann 7473b86f10 build/php.m4: remove test for integer types (#10304)
These are mandatory in C99, so it's a pointless waste of time to check
for them.

(Actually, the fixed-size integer types are not mandatory, but if they
are really not available on some theoretical system, PHP's fallbacks
won't work either, so nothing is gained from this check.)
2023-01-13 11:51:15 +00:00
..
2019-06-30 15:45:13 +01:00
2019-06-30 15:45:13 +01:00
2022-11-30 15:55:46 +00:00
2021-08-08 17:22:06 +01:00
2022-09-14 16:33:05 +01:00
2022-09-14 16:33:05 +01:00
2022-09-14 16:33:05 +01:00
2022-05-20 13:18:26 +01:00
2022-11-29 18:25:16 +00:00
2020-08-31 12:03:08 +01:00
2022-11-30 15:58:02 +00:00
2022-09-14 16:33:05 +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.

Build Requirements
------------------

On Debian: ``apt install libcpputest-dev re2c``