mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 21:17:53 +00:00
bdd42c448b
This change stems from the fact that date('T') on PHP 4 (and possibly 5.0/5.1/etc) returns "Central Daylight Time" vs PHP 5, which returns "CDT". "CDT" is parsable by strtotime - "Central Daylight Time" is not. There will still be some dates that won't properly decode, however, on PHP 4. Those dates would seem to be due to this (from php.net): "On systems where time_t is a 32bit signed integer, as most common today, the valid range for year is somewhere between 1901 and 2038. However, before PHP 5.1.0 this range was limited from 1970 to 2038 on some systems (e.g. Windows)." |
||
---|---|---|
.. | ||
Crypt | ||
File | ||
Math | ||
Net | ||
openssl.cnf |