ID: 41523
Updated by: [EMAIL PROTECTED]
Reported By: jbeall dot php at heraldic dot us
-Status: Open
+Status: Assigned
Bug Type: Date/time related
Operating System: Vista
PHP Version: 5.2.2
-Assigned To:
+Assigned To: derick
Previous Comments:
------------------------------------------------------------------------
[2007-05-28 20:51:41] jbeall dot php at heraldic dot us
Description:
------------
strtotime('0000-00-00 00:00:00') should return FALSE, but it instead
returns 943905600 (1999-11-30).
This appears to be bug 30190, still alive, even though it was expected
to be resolved with PHP5.
Reproduce code:
---------------
echo strtotime('0000-00-00 00:00:00');
Expected result:
----------------
-1
Actual result:
--------------
943905600
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=41523&edit=1