mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
e857dfa7cc
There is no such thing as the "end of the unix epoch", and if it was, it would certainly not be 2037-10-11T02:00:00. There is, however, potential integer overflow which we need to avoid. Closes GH-6288.