vrana           Mon Aug 20 10:14:07 2007 UTC

  Modified files:              
    /phpdoc/en/reference/datetime/functions     mktime.xml 
  Log:
  Year is still limited (bug #37281)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/datetime/functions/mktime.xml?r1=1.23&r2=1.24&diff_format=u
Index: phpdoc/en/reference/datetime/functions/mktime.xml
diff -u phpdoc/en/reference/datetime/functions/mktime.xml:1.23 
phpdoc/en/reference/datetime/functions/mktime.xml:1.24
--- phpdoc/en/reference/datetime/functions/mktime.xml:1.23      Wed Jun 20 
22:24:18 2007
+++ phpdoc/en/reference/datetime/functions/mktime.xml   Mon Aug 20 10:14:07 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
 <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
 <refentry xml:id="function.mktime" xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
@@ -84,8 +84,8 @@
        with values between 0-69 mapping to 2000-2069 and 70-100 to
        1970-2000. On systems where time_t is a 32bit signed integer, as
        most common today, the valid range for <parameter>year</parameter> 
-       is somewhere between 1901 and 2038, although this limitation is
-       overcome as of PHP 5.1.0.
+       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).
       </para>
      </listitem>
     </varlistentry>


Reply via email to