Description
Applications running on PHP 8.2 can create, inspect, and extract ZIP archives. This runtime extension is used by upload workflows, backup tools, document export, plugin installers, and CMS features that handle bundled files. It is dependency-only and has no separate launcher; PHP code calls ZIP APIs when enabled. Archives from users need path checks, size limits, and safe extraction directories to prevent overwrite, traversal, or resource exhaustion.