I use PLCZIP for zip operations and recommend it to you too
craete new pclzip object
require_once('pclzip.lib.php');
$archive = new PclZip('archive.zip');
$v_list = $archive->add('myfile1.zip,myfile2.zip,myfile3.zip');
http://www.phpconcept.net/pclzip
http://www.phpconcept.net/pclzip/user-guide/57