From c2cc749d26372229fe0afd177600a3b5450f343d Mon Sep 17 00:00:00 2001 From: Sherif Ramadan Date: Wed, 16 Jan 2013 11:04:22 +0000 Subject: [PATCH] Updated changelog for strtotime's relative week changes. Fixes bug #52143. This affects Derick's commits for 357292a098f572bc7baf11a8438314072af6c00b and 089bc254eb33b3c42418f869f2478ce35558c9ea in PHP 5.3, which change this behavior. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329158 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/strtotime.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/reference/datetime/functions/strtotime.xml b/reference/datetime/functions/strtotime.xml index d5e3c5a52e..187946cfaf 100644 --- a/reference/datetime/functions/strtotime.xml +++ b/reference/datetime/functions/strtotime.xml @@ -79,6 +79,17 @@ + + 5.3.0 + + Prior to PHP 5.3.0, relative time formats supplied to the + time argument of strtotime + such as this week, previous week, + last week, and next week were + interpreted to mean a 7 day period relative to the current date/time, rather + than a week period of Monday through Sunday. + + 5.3.0