nlopess         Sat Aug 13 15:37:22 2005 EDT

  Modified files:              
    /phpdoc/en/reference/datetime/functions     mktime.xml 
  Log:
  negative timestamps are now supported (as of PHP 5.1)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/mktime.xml?r1=1.18&r2=1.19&ty=u
Index: phpdoc/en/reference/datetime/functions/mktime.xml
diff -u phpdoc/en/reference/datetime/functions/mktime.xml:1.18 
phpdoc/en/reference/datetime/functions/mktime.xml:1.19
--- phpdoc/en/reference/datetime/functions/mktime.xml:1.18      Sat Jul 30 
14:14:11 2005
+++ phpdoc/en/reference/datetime/functions/mktime.xml   Sat Aug 13 15:37:21 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
 <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
 <refentry id="function.mktime">
  <refnamediv>
@@ -202,9 +202,9 @@
   &reftitle.notes;
   <caution>
    <para>
-    Negative timestamps are not supported under any known version
-    of Windows.  Therefore the range of valid years includes only 1970
-    through 2038.
+    Before PHP 5.1.0, negative timestamps were not supported under any known
+    version of Windows and some other systems as well. Therefore the range of
+    valid years was limited to 1970 through 2038.
    </para>
   </caution>
  </refsect1>

Reply via email to