|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2005-01-13 21:02 UTC] derick@php.net
  [2005-01-31 22:31 UTC] sniper@php.net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 23:00:01 2025 UTC | 
Description: ------------ Server Apache 2.0.52 win32 idate crashes if [int timestamp] parameter is date less than 1 January 1970 Reproduce code: --------------- <?php var_dump(idate("L", mktime(0,0,0,1,1,1900))); ?> Expected result: ---------------- bool(false) Actual result: -------------- Apache.exe - Application Error The instruction at "0x0073e083" referenced memory at "0x00000014". The memory could not be "read". Click on OK to terminate the program Click on CANCEL to debug the program