[fixed]File Manager compressed formats
Posted: Wed Mar 15, 2017 8:37 am
I tested a few different compress formats with the File Manager uploading works great, the mime-types are reconized but extracting has some glitches.
Probally it's not easy to test for a wide range of compression formats but improvements are welcome.
* Works:
.zip can be extracted and works fine
* Acts if it works:
.tar.gz does show "unpack" button pressing this button shows "is succesfull unpacked" but nothing is extracted
* Hidden unpack button:
.gz does not show "unpack" button
.bz2 does not show "unpack" button
.tar does not show "unpack" button
Enabling disabling bz2 php extensions does not make any difference.
Probally it's not easy to test for a wide range of compression formats but improvements are welcome.
* Works:
.zip can be extracted and works fine
* Acts if it works:
.tar.gz does show "unpack" button pressing this button shows "is succesfull unpacked" but nothing is extracted
* Hidden unpack button:
.gz does not show "unpack" button
.bz2 does not show "unpack" button
.tar does not show "unpack" button
Enabling disabling bz2 php extensions does not make any difference.
Code: Select all
bz2
BZip2 Support Enabled
Stream Wrapper support compress.bzip2://
Stream Filter support bzip2.decompress, bzip2.compress
BZip2 Version 1.0.6, 6-Sept-2010
Code: Select all
zip
Zip enabled
Zip version 1.13.5
Libzip version 1.0.1
Code: Select all
Phar
Phar: PHP Archive support enabled
Phar EXT version 2.0.2
Phar API version 1.1.1
SVN revision $Id: bf89220e0ebdb68ebb5379ffc0a32997f94e77e7 $
Phar-based phar archives enabled
Tar-based phar archives enabled
ZIP-based phar archives enabled
gzip compression enabled
bzip2 compression enabled
Native OpenSSL support enabled