ID: 47470 Comment by: crrodriguez at opensuse dot org Reported By: mb at smartftp dot com Status: Open Bug Type: Date/time related Operating System: Windows 2008 64-bit PHP Version: 5.2.8 New Comment:
http://en.wikipedia.org/wiki/Year_2038_problem Previous Comments: ------------------------------------------------------------------------ [2009-02-22 02:09:01] mb at smartftp dot com Description: ------------ mktime fails for dates > 2038. Reproduce code: --------------- <?php if(mktime(0,0,0, 1, 1, 2039) === FALSE) { print "mktime failed"; } ?> Expected result: ---------------- No output Actual result: -------------- mktime failed ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47470&edit=1