diff --git a/reference/funchand/functions/call-user-func-array.xml b/reference/funchand/functions/call-user-func-array.xml
index 5d2176ee4c..9cba247e48 100644
--- a/reference/funchand/functions/call-user-func-array.xml
+++ b/reference/funchand/functions/call-user-func-array.xml
@@ -50,6 +50,33 @@
+
+ &reftitle.changelog;
+
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 5.3.0
+
+ The interpretation of object oriented keywords like parent
+ and self have changed. Previously calling them using the
+ double colon syntax would emit an E_STRICT warning because
+ they was interpreted as static.
+
+
+
+
+
+
+
+
&reftitle.examples;
diff --git a/reference/funchand/functions/call-user-func.xml b/reference/funchand/functions/call-user-func.xml
index ce9a369280..0cbf631061 100644
--- a/reference/funchand/functions/call-user-func.xml
+++ b/reference/funchand/functions/call-user-func.xml
@@ -89,6 +89,33 @@ echo $a."\n";
+
+ &reftitle.changelog;
+
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 5.3.0
+
+ The interpretation of object oriented keywords like parent
+ and self have changed. Previously calling them using the
+ double colon syntax would emit an E_STRICT warning because
+ they was interpreted as static.
+
+
+
+
+
+
+
+
&reftitle.examples;