php 5.1 works with negative timestamps on all plataforms

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193219 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2005-08-12 16:07:42 +00:00
parent 184925ed07
commit c70441db51

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.8 -->
<refentry id="function.strtotime">
<refnamediv>
@ -152,7 +152,8 @@ if (($timestamp = strtotime($str)) === false) {
Additionally, not all platforms support negative timestamps, therefore
your date range may be limited to no earlier than the Unix epoch. This
means that e.g. dates prior to Jan 1, 1970 will not work on Windows,
some Linux distributions, and a few other operating systems.
some Linux distributions, and a few other operating systems. PHP 5.1.0 and
newer versions overcome this limitation though.
</para>
</note>
</refsect1>