mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
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
This commit is contained in:
parent
2f555b8e60
commit
5dc37b3510
99 changed files with 4820 additions and 1877 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
|
||||
|
||||
ZIP_EXTERN(struct zip_source *)
|
||||
ZIP_EXTERN struct zip_source *
|
||||
zip_source_function(struct zip *za, zip_source_callback zcb, void *ud)
|
||||
{
|
||||
struct zip_source *zs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue