I\'m using CodeIgniter and I can\'t figure out how to unzip files!
If you have access to system():
system("gunzip file.sql.gz");