from the manual:
"LXXXIX. Zip File Functions (Read Only Access)
Please note that ZZIPlib only provides a subset of functions provided in a full implementation of the ZIP compression algorithm and can only read ZIP file archives. A normal ZIP utility is needed to create the ZIP file archives read by this library. "
maybe look into using zlib, or try calling a utility from the command line w/ exec() or system()?
p.