History log of /PHP-8.0/ext/zip/php_zip.h (Results 1 – 25 of 106)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6d0d5227 13-Oct-2021 Remi Collet

bump zip ext version


# fde24e4d 01-Sep-2021 Remi Collet

NEWS + bump zip version


# a6ffd8d1 12-Aug-2021 Remi Collet

Fix #80833 ZipArchive::getStream doesn't use setPassword


# 1671996e 07-Jun-2021 Remi Collet

zip extension is now 1.19.3


Revision tags: php-8.0.0, php-7.3.25, php-7.4.13
# ce18899b 23-Nov-2020 Remi Collet

zip extension is 1.19.2


Revision tags: 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
# e39ce172 29-Sep-2020 Remi Collet

bump zip extension version


Revision tags: php-7.4.11, php-7.3.23, php-8.0.0beta4, php-7.4.11RC1, php-7.3.23RC1, php-8.0.0beta3, php-7.4.10, php-7.3.22, php-8.0.0beta2, php-7.3.22RC1, php-7.4.10RC1, php-8.0.0beta1, php-7.4.9, php-7.2.33, php-7.3.21
# 42226fcf 21-Jul-2020 Remi Collet

add ZipArchive::CM_XZ constant (in upcoming libzip 1.8.0)


Revision tags: 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, php-7.4.7, php-7.3.19
# a838cb5e 05-Jun-2020 Remi Collet

bump zip version


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, php-7.4.6RC1, php-7.3.18RC1, php-7.2.30, php-7.4.5, php-7.3.17, php-7.4.5RC1, php-7.3.17RC1
# d12b4c3c 20-Mar-2020 Remi Collet

bump zip version


# a5f136b8 18-Mar-2020 Remi Collet

bump zp to 1.18.1 + doc


Revision tags: php-7.3.18, php-7.4.4, php-7.2.29, php-7.3.16
# 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


Revision tags: php-7.4.4RC1, php-7.3.16RC1
# a6d86c9b 02-Mar-2020 Remi Collet

bump zip version + NEWS


Revision tags: php-7.4.3, php-7.2.28, php-7.3.15RC1, php-7.4.3RC1
# c2a61c9d 03-Feb-2020 Remi Collet

zip ext is now 1.17.1


# b915d688 31-Jan-2020 Remi Collet

Zip: version is now 1.17.0
change for Windows (which have libzip 1.4 by default)
update NEWS


# 3af1cee8 30-Jan-2020 Remi Collet

add ZipArchive::registerProgressCallback and ZipArchive::registerCancelCallback methods


# b8d635cd 29-Jan-2020 Remi Collet

zip extension version is now 1.16.1


# ac9a265f 28-Jan-2020 Remi Collet

- bump zip extension version to 1.16.0 - add ZipArchive::setMtimeName and ZipArchive::setMtimeIndex methods


# 5215f072 27-Jan-2020 Remi Collet

- bump zip extension version to 1.15.6
- add ZipArchive::LIBZIP_VERSION
- skip bug53885.phpt with libzip 1.6.0 (empty file is no more valid archive)


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, 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
# 5d6e923d 24-Sep-2019 Gabriel Caruso

Remove mention of PHP major version in Copyright headers

Closes GH-4732.


Revision tags: php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1
# a7b00f87 09-Sep-2019 Remi Collet

zip edxtension is now 1.15.5


Revision tags: php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9
# 8f897f10 26-Aug-2019 Christoph M. Becker

Replace deprecated libzip functions

We replace all deprecated libzip functions with their recommended
substitutes, and add proper comment length checks including a test
case.


Revision tags: php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1
# 15782b27 21-Jul-2019 Peter Kokot

Remove HAVE_LIBZIP

The libzip library is now always used from the system.

Closes GH-4450


Revision tags: php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3, php-7.3.7, php-7.2.20, php-7.4.0alpha2, php-7.3.7RC3, php-7.3.7RC2, php-7.2.20RC2, php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1, php-7.2.19, php-7.3.6, php-7.1.30, php-7.2.19RC1, php-7.3.6RC1, php-7.1.29, php-7.2.18, php-7.3.5, php-7.2.18RC1, php-7.3.5RC1, php-7.2.17, php-7.3.4, php-7.1.28, php-7.3.4RC1, php-7.2.17RC1, php-7.1.27, php-7.3.3, php-7.2.16, php-7.3.3RC1, php-7.2.16RC1, php-7.2.15, php-7.3.2, php-7.2.15RC1
# 92ac598a 22-Jan-2019 Peter Kokot

Remove local variables

This patch removes the so called local variables defined per
file basis for certain editors to properly show tab width, and
similar settings. These are mainly

Remove local variables

This patch removes the so called local variables defined per
file basis for certain editors to properly show tab width, and
similar settings. These are mainly used by Vim and Emacs editors
yet with recent changes the once working definitions don't work
anymore in Vim without custom plugins or additional configuration.
Neither are these settings synced across the PHP code base.

A simpler and better approach is EditorConfig and fixing code
using some code style fixing tools in the future instead.

This patch also removes the so called modelines for Vim. Modelines
allow Vim editor specifically to set some editor configuration such as
syntax highlighting, indentation style and tab width to be set in the
first line or the last 5 lines per file basis. Since the php test
files have syntax highlighting already set in most editors properly and
EditorConfig takes care of the indentation settings, this patch removes
these as well for the Vim 6.0 and newer versions.

With the removal of local variables for certain editors such as
Emacs and Vim, the footer is also probably not needed anymore when
creating extensions using ext_skel.php script.

Additionally, Vim modelines for setting php syntax and some editor
settings has been removed from some *.phpt files. All these are
mostly not relevant for phpt files neither work properly in the
middle of the file.

show more ...


12345