ID: 35499
Updated by: [EMAIL PROTECTED]
Reported By: stabthecat at hotmail dot com
-Status: Open
+Status: Assigned
Bug Type: Date/time related
Operating System: Windows / Linux
PHP Version: 5.1.1
-Assigned To:
+Assigned To: ilia
Previous Comments:
------------------------------------------------------------------------
[2005-12-01 01:22:59] stabthecat at hotmail dot com
Description:
------------
Since version 5.1
strtotime("11/20/2005 8:00 AM\r\n");
fails, and returns null
strtotime(trim("11/20/2005 8:00 AM\r\n"));
fixes it
Reproduce code:
---------------
print(strtotime("11/20/2005 8:00 AM\r\n"));
Expected result:
----------------
1132488000
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=35499&edit=1