ID: 48531 Updated by: der...@php.net Reported By: nicholas dot j dot miller at gmail dot com -Status: Open +Status: Closed Bug Type: Date/time related Operating System: Linux (CentOS) PHP Version: 5.2.9 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. This has been added to PHP 5.3 only. Previous Comments: ------------------------------------------------------------------------ [2009-06-11 14:59:53] nicholas dot j dot miller at gmail dot com Description: ------------ This is a duplicate of bug 44426, which is incorrectly marked as complete. Try it yourself :) Reproduce code: --------------- <?php var_dump(strtotime("Aug 27 2007 12:00:00:000AM")); ?> Expected result: ---------------- A valid timestamp Actual result: -------------- boolean(false) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48531&edit=1