Lewiscowles1986 / filesystem-file-extension-php

PHP File Extension Utility Library
GNU General Public License v3.0
1 stars 2 forks source link

Dual-Extension Files #3

Open Lewiscowles1986 opened 6 years ago

Lewiscowles1986 commented 6 years ago

Currently has very limited compressed dual-type support. Would be nice to make the list longer than.

peter279k commented 5 years ago

According to the List_of_archive_formats, the dual archive file formats are as follows:

Lewiscowles1986 commented 5 years ago

So .lzma & .Z added to the list? What about non-archive formats? I think the way it works now is to allow dual extensions based on the end extension.

Lewiscowles1986 commented 5 years ago

Looks like table tests could do with updating and the list could move to a class / namespace level const

peter279k commented 5 years ago

@Lewiscowles1986, actually I don't find any non-archive dual extension format.

Maybe we should check all available file format lists on File_format.