Instead of directly calling a function to do decompression, we will use hooks. The hook will be passed the location of the file to decompress. It can then decide whether it is equipped to handle it or not and either decompress or not. This should make it easier to drop in new backends for types such as .tar.gz, .tar.bz, .zip, .rar, etc...
Comments
Comment #1
Anonymous (not verified) commentedThis is being fixed 6.x-2.x.