|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-04-16 15:06 UTC] sniper@php.net
[2004-04-16 16:33 UTC] derick@php.net
[2004-11-24 00:29 UTC] toro at equillia dot com
[2004-11-24 02:43 UTC] toro at equillia dot com
[2004-11-24 02:44 UTC] toro at equillia dot com
[2004-11-24 09:09 UTC] derick@php.net
[2005-06-18 21:35 UTC] derick@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 14:00:01 2025 UTC |
Description: ------------ The new version of strtotime fails to parse some strings that worked in previous versions. strtotime("17:00 2004-01-01") used to return 1072972800 in PHP 4.2.0 but returns -1 in 4.3.6. If the order of the string is reversed to "2004-01-01 17:00" it works fine in 4.3.6 so it's really not that serious, but it probably will break some old applications that use the incorrect order.