Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/Zend/Validator/File/IsCompressed.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class IsCompressed extends MimeType
*/
public function __construct($options = array())
{
// http://de.wikipedia.org/wiki/Liste_von_Dateiendungen
// http://hul.harvard.edu/ois/systems/wax/wax-public-help/mimetypes.htm
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the iana link is valid here too.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some mimetype like 'application/gnutar' is not at iana

$default = array(
'application/arj',
'application/gnutar',
Expand Down
3 changes: 1 addition & 2 deletions library/Zend/Validator/File/IsImage.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ class IsImage extends MimeType
*/
public function __construct($options = array())
{
// http://de.wikipedia.org/wiki/Liste_von_Dateiendungen
// http://www.iana.org/assignments/media-types/image/
// http://www.iana.org/assignments/media-types/media-types.xhtml#image
$default = array(
'application/cdf',
'application/dicom',
Expand Down