mirror of
https://github.com/php/php-src.git
synced 2026-04-10 09:33:06 +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.)