ID: 31537 Updated by: [EMAIL PROTECTED] Reported By: corneliu at gmail dot com -Status: Feedback +Status: No Feedback Bug Type: Date/time related Operating System: WinXP PHP Version: 5.0.3 New Comment:
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2005-01-13 21:02:38] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.0-win32-latest.zip This works fine for me (on LInux), please try the snapshot. ------------------------------------------------------------------------ [2005-01-13 12:31:20] corneliu at gmail dot com 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31537&edit=1
