php-8.3.25
Apply tidy formatting
Fix GH-18438: Handling of empty data and errors in ZipArchive::addPattern
Sync ext/zip with pecl/zip version 1.3.2 - update libzip to version 1.11.1. We don't use any private symbol anymore - new method ZipArchive::setPassword($password) - add --with-libzip option to build with system libzip
Remove unused call to Makefile.frag in ext/zip
Build ext/zip as shared library by default on Windows
Fix leak when path is too long in ZipArchive::extractTo()
Fix GH-17139: Fix zip_entry_name() crash on invalid entry
use typed constants in 8.3
implement fseek for zip stream when possible with libzip 1.9.1