#
389d1130 |
| 02-May-2022 |
Martin Rehberger |
bug: Fix type for $index in ZipArchive::replaceFile
|
#
f40838ea |
| 08-Jan-2021 |
George Peter Banyard |
Rename ``zip_ent`` parameter to ``zip_entry`` for consistency All other functions use ``zip_entry``
|
#
e470f9b3 |
| 02-Jan-2021 |
Christoph M. Becker |
ZipArchive methods do not return NULL Closes GH-6563.
|
Revision tags: php-8.0.0, php-7.3.25, php-7.4.13, php-8.0.0RC5, php-7.4.13RC1, php-8.0.0RC4, php-7.3.25RC1, php-7.4.12, php-8.0.0RC3, php-7.3.24, php-8.0.0RC2, php-7.4.12RC1, php-7.3.24RC1, php-7.2.34, php-8.0.0rc1, php-7.4.11, php-7.3.23 |
|
#
dafc72cb |
| 23-Sep-2020 |
Remi Collet |
for consistency use for all *Name methods
|
#
de912821 |
| 16-Sep-2020 |
Máté Kocsis |
Display string default values in stubs more uniformly Settling on using quoted string
|
#
c76910cd |
| 16-Sep-2020 |
Máté Kocsis |
Display types in stubs more uniformly In preparation for generating method signatures for the manual. This change gets rid of bogus false|null return types, a few unnecessary traili
Display types in stubs more uniformly In preparation for generating method signatures for the manual. This change gets rid of bogus false|null return types, a few unnecessary trailing backslashes, and settles on using ? when possible for nullable types.
show more ...
|
Revision tags: php-8.0.0beta4, php-7.4.11RC1, php-7.3.23RC1, php-8.0.0beta3, php-7.4.10, php-7.3.22 |
|
#
3e800e99 |
| 24-Aug-2020 |
Máté Kocsis |
Move custom type checks to ZPP Closes GH-6034
|
Revision tags: php-8.0.0beta2, php-7.3.22RC1, php-7.4.10RC1 |
|
#
2803c8fb |
| 07-Aug-2020 |
Máté Kocsis |
Add all the missing parameter types to stubs Closes GH-5955
|
Revision tags: php-8.0.0beta1, php-7.4.9, php-7.2.33, php-7.3.21, php-8.0.0alpha3, php-7.4.9RC1, php-7.3.21RC1, php-7.4.8, php-7.2.32, php-8.0.0alpha2, php-7.3.20, php-8.0.0alpha1, php-7.4.8RC1, php-7.3.20RC1 |
|
#
f3b1f342 |
| 20-Jun-2020 |
Máté Kocsis |
Deprecate the procedural API of ext/zip Closes GH-5746
|
Revision tags: php-7.4.7, php-7.3.19 |
|
#
eae3bda9 |
| 05-Jun-2020 |
Remi Collet |
encode param is optional
|
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
|
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
|
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 ...
|
Revision tags: php-7.4.5RC1, php-7.3.17RC1, php-7.3.18, php-7.4.4, php-7.2.29, php-7.3.16, 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 ...
|
Revision tags: php-7.4.3, php-7.2.28, php-7.3.15RC1, php-7.4.3RC1 |
|
#
3af1cee8 |
| 30-Jan-2020 |
Remi Collet |
add ZipArchive::registerProgressCallback and ZipArchive::registerCancelCallback methods
|
#
ac9a265f |
| 28-Jan-2020 |
Remi Collet |
- bump zip extension version to 1.16.0 - add ZipArchive::setMtimeName and ZipArchive::setMtimeIndex methods
|
Revision tags: php-7.3.15, php-7.2.27, php-7.4.2, php-7.3.14, php-7.3.14RC1, php-7.4.2RC1, php-7.4.1, php-7.2.26, php-7.3.13, php-7.4.1RC1, php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6 |
|
#
27e83d0f |
| 08-Nov-2019 |
Máté Kocsis |
Add union return types for function stubs
|
Revision tags: php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3 |
|
#
ecb1e312 |
| 29-Sep-2019 |
Christoph M. Becker |
Fix default value
|
#
3c16606d |
| 29-Sep-2019 |
Christoph M. Becker |
Elevate warning to ValueError for invalid ZipArchive object
|
#
1858b00d |
| 29-Sep-2019 |
Christoph M. Becker |
Add ZipArchive arginfo stubs
|
Revision tags: php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1 |
|
#
d4e5e63b |
| 12-Aug-2019 |
Stephen Reay |
Added zip arginfo stubs
|