diff --git a/reference/spl/directoryiterator/construct.xml b/reference/spl/directoryiterator/construct.xml
index e19ea06234..45ce347039 100644
--- a/reference/spl/directoryiterator/construct.xml
+++ b/reference/spl/directoryiterator/construct.xml
@@ -40,6 +40,49 @@
Throws an UnexpectedValueException
if the path cannot be opened.
+
+ Throws a RuntimeException
+ if the path is an empty string.
+
+
+
+
+ &reftitle.changelog;
+
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 5.3.0
+
+ Throws UnexpectedValueException if the
+ path cannot be opened.
+
+
+
+ 5.1.3
+
+ Throws RuntimeException if the
+ path is an empty string.
+
+
+
+ 5.1.0
+
+ Throws RuntimeException on error.
+ Previously, threw Exception.
+
+
+
+
+
+