diff --git a/reference/image/functions/imagecreatefromstring.xml b/reference/image/functions/imagecreatefromstring.xml
index e6717efec1..6a679f6c91 100644
--- a/reference/image/functions/imagecreatefromstring.xml
+++ b/reference/image/functions/imagecreatefromstring.xml
@@ -15,7 +15,7 @@
imagecreatefromstring returns an image identifier
representing the image obtained from the given image.
These types will be automatically detected if your build of PHP supports
- them: JPEG, PNG, GIF, BMP, WBMP, and GD2.
+ them: JPEG, PNG, GIF, BMP, WBMP, GD2, and WEBP.
@@ -42,6 +42,28 @@
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 7.3.0
+
+ WEBP is support now (if supported by the libgd in use).
+
+
+
+
+
+
+
&reftitle.errors;