Releases: pear/Archive_Tar
Releases · pear/Archive_Tar
1.5.0
- PR #42: fix @return true... to @return bool true... on some functions
- PR #46: use 775 default for mkdirs, to avoid world-write
1.4.13
Fixes #35 - Relative symlinks failing (out-of path file extraction)
1.4.10
- Fix block padding when the file buffer length is a multiple of 512 and smaller than Archive_Tar buffer length
- Don't try to copy username/groupname in chroot jail
1.4.9
Implement Feature #23861: Add option to disallow symlinks [mrook]
1.4.8
- Fix Bug #23852: PHP 7.4 - Archive_Tar->_readHeader throws deprecation [mrook]
1.4.7
- Improved performance by increasing read buffer size
1.4.6
- Improve path traversal detection for forward and backward slashes
1.4.5
- Fix Bug #23788: Relative symlinks are broken [mrook]
1.4.4
- Fix Bug #21058: Long symlinks are not supported [mrook]
- Fix Bug #23782: Prevent phar:// files from being extracted [mrook]