|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2002-09-15 05:06 UTC] mike at graftonhall dot co dot nz
  [2002-09-19 13:26 UTC] iliaa@php.net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 12:00:01 2025 UTC | 
PHP version: 4.3.0-dev PHP: 20020307 PHP Extension: 20020429 Zend Extension: 20020903 From snaps.php.net Under windows mktime causes php to crash when it's result is greater than (2^32)-1 ie: echo mktime(3,14,7,1,19,2038); outputs 2147436847 ((2^32)-1) on second into the future echo mktime(3,14,8,1,19,2038); crashes. should return 2^32 - Mike :-)