diff --git a/features/commandline.xml b/features/commandline.xml
index 1128f66911..19837120f9 100644
--- a/features/commandline.xml
+++ b/features/commandline.xml
@@ -1634,13 +1634,22 @@ php >
- Standard MIME types are returned for files with extensions: .css,
- .gif, .htm, .html, .jpe, .jpeg, .jpg, .js, .ogg, .ogv, .pdf,
- .png, .svg, .txt, and .webm.
- The .htm and .svg extensions are recognized from PHP 5.4.4
- onwards. The .ogg, .ogv, and .webm extensions are recognized from
- PHP 5.4.11 onwards. The .pdf extension is recognized from PHP
- 5.5.5 onwards.
+ Standard MIME types are returned for files with extensions: .3gp,
+ .apk, .avi, .bmp, .css, .csv, .doc, .docx, .flac, .gif, .gz,
+ .gzip, .htm, .html, .ics, .jpe, .jpeg, .jpg, .js, .kml, .kmz,
+ .m4a, .mov, .mp3, .mp4, .mpeg, .mpg, .odp, .ods, .odt, .oga, .ogg,
+ .ogv, .pdf, .pdf, .png, .pps, .pptx, .qt, .svg, .swf, .tar, .text,
+ .tif, .txt, .wav, .webm, .wmv, .xls, .xlsx and .zip.
+
+
+
+ MIME type support for .htm and .svg extensions was added in PHP
+ 5.4.4. The .ogg, .ogv, and .webm extensions were added in PHP
+ 5.4.11. The .pdf extension is recognized from PHP 5.5.5. The
+ .3gp, .apk, .avi, .bmp, .csv, .doc, .docx, .flac, .gz, .gzip,
+ .ics, .kml, .kmz, .m4a, .mp3, .mp4, .mpg, .mpeg, .mov, .odp, .ods,
+ .odt, .oga, .pdf, .pptx, .pps, .qt, .swf, .tar, .text, .tif, .wav,
+ .wmv, .xls, .xlsx and .zip extensions were added in PHP 5.5.7.