pwired Posted March 3, 2015 Share Posted March 3, 2015 Hi I need to unpack a file.tar.gz on my host. However my host only unpacks .zip files and I can not use exec() like in: <?phpexec('tar -xzf file.tar.gz',$ret);?> Does anyone know a good standalone php script that will let me unpack a .tar.gz file on a host ? Link to comment Share on other sites More sharing options...
LostKobrakai Posted March 3, 2015 Share Posted March 3, 2015 http://stackoverflow.com/questions/9416508/php-untar-gz-without-exec 4 Link to comment Share on other sites More sharing options...
pwired Posted March 3, 2015 Author Share Posted March 3, 2015 Thanks ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now