Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
920 views
in Technique[技术] by (71.8m points)

compression - Decompress deflate archive on PHP corrupts files on Linux

When I try to decompress tar.gz or zip archive on Linux with:


$phar->extractTo( $root .'/', null, true );

my files corrupted by extra empty lines.

When I use this code on Windows host all works fine and files after decompression works.

How to avoid it and save original file structure?

question from:https://stackoverflow.com/questions/65919665/decompress-deflate-archive-on-php-corrupts-files-on-linux

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...