nlopess         Fri Aug 12 12:07:43 2005 EDT

  Modified files:              
    /phpdoc/en/reference/datetime/functions     strtotime.xml 
  Log:
  php 5.1 works with negative timestamps on all plataforms
  
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/strtotime.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/datetime/functions/strtotime.xml
diff -u phpdoc/en/reference/datetime/functions/strtotime.xml:1.15 
phpdoc/en/reference/datetime/functions/strtotime.xml:1.16
--- phpdoc/en/reference/datetime/functions/strtotime.xml:1.15   Sat Jul 30 
14:14:12 2005
+++ phpdoc/en/reference/datetime/functions/strtotime.xml        Fri Aug 12 
12:07:42 2005
@@ -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 @@
     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>

Reply via email to