Re: [PHP] which package to use for unzipping zipped files with PHP

2007-01-29 Thread Richard Lynch
On Mon, January 29, 2007 8:24 am, Angelo Zanetti wrote: > I have been googling to find out which is the best way to use PHP to > unzip a zip file I have found the following: > > zziplib > > and > > pclzip > > but still can't really decide without doing alot of tests etc.. > > Can anyone give advice

Re: [PHP] which package to use for unzipping zipped files with PHP

2007-01-29 Thread Angelo Zanetti
Jon Anderson wrote: I've used the PECL zip extension. I believe it was originally based on zzip, but is now based on another zip library. http://pecl.php.net/package/zip I won't make any claims about it being better or worse than the other two you mention ('cause I really don't know), but

Re: [PHP] which package to use for unzipping zipped files with PHP

2007-01-29 Thread Jon Anderson
I've used the PECL zip extension. I believe it was originally based on zzip, but is now based on another zip library. http://pecl.php.net/package/zip I won't make any claims about it being better or worse than the other two you mention ('cause I really don't know), but I can tell it works rel

[PHP] which package to use for unzipping zipped files with PHP

2007-01-29 Thread Angelo Zanetti
Dear all. I have been googling to find out which is the best way to use PHP to unzip a zip file I have found the following: zziplib and pclzip but still can't really decide without doing alot of tests etc.. Can anyone give advice as to which one to use. and which one not to and why? TIA.