mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02:00
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.)
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``