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