Description
Legacy PHP 5.6 applications can read, create, and modify ZIP archives. This helps old upload systems, export tools, backup routines, and document workflows bundle or unpack multiple files.
It is an archive-handling extension. ZIP files from users can contain malicious paths, huge compressed data, or private files, so applications should validate names, sizes, and extraction targets.