ID: 36510 Updated by: [EMAIL PROTECTED] Reported By: edoardo at serra dot to dot it -Status: Assigned +Status: Closed Bug Type: Date/time related Operating System: Linux PHP Version: 5.1.2 Assigned To: derick 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. Previous Comments: ------------------------------------------------------------------------ [2006-02-26 18:07:56] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ [2006-02-24 14:10:12] [EMAIL PROTECTED] Already on this. Tony, please try to confirm bugs first before asking for feedback blindly. ------------------------------------------------------------------------ [2006-02-24 14:02:13] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.1-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.1-win32-latest.zip ------------------------------------------------------------------------ [2006-02-24 11:31:46] edoardo at serra dot to dot it Description: ------------ Strtotime returns false if a TAB is contained in the time string as in the following examples. Not sure if it's a bug, but the behiavour has changed. We had a mistiped line of code with a TAB in many projects, that's why we noticed it ;) I suggest an internal replacement of \t, \r, \n as whitespaces Reproduce code: --------------- var_dump(strtotime("-2 hours")); (with a TAB beetween '-2' and 'hours') Expected result: ---------------- int(1140769426) Actual result: -------------- bool(false) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36510&edit=1