diff --git a/reference/spl/recursivedirectoryiterator.xml b/reference/spl/recursivedirectoryiterator.xml
index d2892536f4..6c44c932ac 100644
--- a/reference/spl/recursivedirectoryiterator.xml
+++ b/reference/spl/recursivedirectoryiterator.xml
@@ -30,7 +30,7 @@
extends
- DirectoryIterator
+ FilesystemIterator
@@ -41,6 +41,10 @@
Iterator
+
+ SeekableIterator
+
+
RecursiveIterator
@@ -60,7 +64,7 @@
&Methods;
Inherits
-
+
@@ -81,6 +85,33 @@
+
+
+ &reftitle.changelog;
+
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 5.3.0
+
+ The FilesystemIterator was introduced as
+ the parent class. Previously, the parent was the
+ DirectoryIterator.
+
+
+
+
+
+
+
+
&reference.spl.entities.recursivedirectoryiterator;