Edit report at https://bugs.php.net/bug.php?id=63227&edit=1
ID: 63227
Updated by: [email protected]
Reported by: helgeson dot b at gmail dot com
Summary: strtotime - weekday in a month where that weekday
was the first day adds 1 week
-Status: Open
+Status: Verified
Type: Bug
Package: Date/time related
-Operating System: CentOS 6.2
+Operating System: *
-PHP Version: 5.3.17
+PHP Version: 7.0.1
Block user comment: N
Private report: N
New Comment:
> Maybe update the documentation to reflect the version the bug
> was actually corrected in?
Bug #43452 has been fixed as of PHP 5.2.7[1], but apparently the
fix only affects week numbers given as proper number[2], but not
as ordinal string[3].
[1] <https://3v4l.org/I4HLT>
[2] <https://3v4l.org/GUdnb>
[3] <https://3v4l.org/LhGLZ>
Previous Comments:
------------------------------------------------------------------------
[2012-10-05 19:06:50] helgeson dot b at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.strtotime#refsect1-
function.strtotime-changelog
---
requesting a given occurrence of a given weekday in a month where that weekday
was
the first day of the month would incorrectly add one week to the returned
timestamp. Although this was reported resolved as of PHP 5.2.7, it still exists
in PHP 5.3.17.
------------------------------------------------------------------------
[2012-10-05 19:04:59] helgeson dot b at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.strtotime#refsect1-
function.strtotime-changelog
---
requesting a given occurrence of a given weekday in a month where that weekday was
the first day of the month would incorrectly add one week to the returned
timestamp. Although this was reported resolved as of PHP 5.2.7, it still exists
in PHP 5.3.3.
Maybe update the documentation to reflect the version the bug was actually
corrected in?
Test script:
---------------
$x = strtotime('Second Monday October 2012');
print date('Y-m-d', $x);
Expected result:
----------------
2012-10-8
Actual result:
--------------
2012-10-15
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=63227&edit=1
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.