History log of /PHP-8.4/ext/zip/php_zip.c (Results 51 – 75 of 354)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0280b83e 06-Jul-2020 Nikita Popov

Avoid some unnecessary uses of no_separation=0

For the rare cases where references are part of the API,
construct them explicitly. Otherwise do not allow separation.


Revision tags: php-8.0.0alpha1, php-7.4.8RC1, php-7.3.20RC1, php-7.4.7, php-7.3.19
# cd3f42f1 08-Jun-2020 Remi Collet

[skip ci] typo


# 06ff0e87 07-Jun-2020 Remi Collet

move comment


# a3bfd4a1 07-Jun-2020 Remi Collet

Fixed bug #79678 Build fails due to undeclared ZIP_RDONLY


Revision tags: php-7.4.7RC1, php-7.3.19RC1
# 86d58e9f 20-May-2020 Máté Kocsis

Generate function entries for ext/zip

Closes GH-5601


# 5f0128e1 12-May-2020 George Peter Banyard

Fix [-Wundef] warning in ZIP extension


Revision tags: php-7.4.6, php-7.2.31
# bce8c8fb 06-May-2020 Máté Kocsis

Promote warning to exception in ZipArchive::extractTo()

Closes GH-5516


# daa5b264 03-May-2020 Máté Kocsis

Fix UNKNOWN default values in ext/zip


# 78dda268 03-May-2020 Máté Kocsis

Fix ZPP order in ext/zip


Revision tags: php-7.4.6RC1, php-7.3.18RC1, php-7.2.30, php-7.4.5, php-7.3.17
# 2dc8d39b 02-Apr-2020 Remi Collet

- add ZipArchive::EM_UNKNOWN constant - add ZipArchive::EM_TRAD_PKWARE constant - cleanup hack for libzip 1.3.1 (have only exist for a few days) - add ZipArchive::isCompressionMethodSupported() metho

- add ZipArchive::EM_UNKNOWN constant - add ZipArchive::EM_TRAD_PKWARE constant - cleanup hack for libzip 1.3.1 (have only exist for a few days) - add ZipArchive::isCompressionMethodSupported() method (libzip 1.7.0) - add ZipArchive::isEncryptionMethodSupported() method (libzip 1.7.0) - bump version to 1.19.0-dev

show more ...


# 59e06741 02-Apr-2020 Remi Collet

use a better setter for zip_error_t


Revision tags: php-7.4.5RC1, php-7.3.17RC1
# 04920645 27-Mar-2020 Max Rees

Fix #79424 ext/zip: don't use gl_pathc after call to globfree

This breaks on Linux with the musl libc, since it zeroes out gl_pathc during
globfree.


# a4d12f46 20-Mar-2020 Remi Collet

ZipArchive::open(): Using empty file as ZipArchive is deprecated


# 8aab43c8 19-Mar-2020 Remi Collet

Fix Bug #79296 ZipArchive::open fails on empty file


# 3b22e105 18-Mar-2020 Remi Collet

Fix bug #77960 add compr. /encr. options for ZipArchive::addGlob and ZipArchive::addPattern

options parameter now accepts:
- comp_method
- comp_flags
- enc_method
- enc_passw

Fix bug #77960 add compr. /encr. options for ZipArchive::addGlob and ZipArchive::addPattern

options parameter now accepts:
- comp_method
- comp_flags
- enc_method
- enc_password

show more ...


Revision tags: php-7.3.18, php-7.4.4, php-7.2.29, php-7.3.16
# f5c1359f 09-Mar-2020 Remi Collet

proper fix


# ef42a7af 09-Mar-2020 Remi Collet

fix use after free


# ed998f8a 09-Mar-2020 Remi Collet

Fix #50678 files extracted by ZipArchive class lost their original modified time


# be14d4e1 05-Mar-2020 Remi Collet

better fix for #72374


# 541eeace 05-Mar-2020 Remi Collet

drop old constant with bad name, kept until now for BC


# 6f536052 05-Mar-2020 Remi Collet

- make status, statusSys properties and
ZipArchive::getStatusString() method available after archive is closed


# 0b21a894 04-Mar-2020 Remi Collet

add lastId property to ZipArchive


# 8ea3493c 04-Mar-2020 Remi Collet

zip_file_replace don't need ZIP_FL_OVERWRITE


Revision tags: php-7.4.4RC1, php-7.3.16RC1
# fb8e2219 28-Feb-2020 Remi Collet

- add ZipArchive::FL_RECOMPRESS, FL_ENCRYPTED, FL_OVERWRITE, FL_LOCAL, FL_CENTRAL constants
- add optional "flags" parameter to ZipArchive::addEmptyDir, addFile and addFromString methods
- ad

- add ZipArchive::FL_RECOMPRESS, FL_ENCRYPTED, FL_OVERWRITE, FL_LOCAL, FL_CENTRAL constants
- add optional "flags" parameter to ZipArchive::addEmptyDir, addFile and addFromString methods
- add "flags" options to ZipArchive::addGlob and addPattern methods
keeping previous behavior having FL_OVERWRITE by default
- add ZipArchive::replaceFile() method

show more ...


# d31fc591 28-Feb-2020 Remi Collet

Fix #79315 ZipArchive::addFile doesn't honor start/length parameters


12345678910>>...15