mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Noted 64-bit behaviour of PHP for timestamps.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312829 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1ca585d841
commit
a0699b136e
1 changed files with 5 additions and 0 deletions
|
@ -198,6 +198,11 @@ if (($timestamp = strtotime($str)) === false) {
|
|||
some Linux distributions, and a few other operating systems. PHP 5.1.0 and
|
||||
newer versions overcome this limitation though.
|
||||
</para>
|
||||
<para>
|
||||
For 64-bit versions of PHP, the valid range of a timestamp is effectively
|
||||
infinite, as 64 bits can represent approximately 293 billion years in either
|
||||
direction.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue