php-8.3.27
Apply tidy formatting
Fix GH-19932: Zip::setEncryptionName()/setEncryptionIndex() memory leak.
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 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