History log of /php-src/ext/zip/php_zip.c (Results 176 – 200 of 426)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 569d164c 10-Jul-2017 Remi Collet

ZipArchive implements countable, added ZipArchive::count() method

# 908029bb 21-Mar-2017 Remi Collet

Fixed Bug #73803 Reflection of ZipArchive does not show public properties

# 402eeb85 02-Mar-2017 Remi Collet

Zip: add support for encrypted archive

# 2f955d5d 01-Mar-2017 Remi Collet

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
make type consistent with glob_t.gl_pathc


# 53a08fd0 01-Mar-2017 Remi Collet

make type consistent with glob_t.gl_pathc

# 19e80ef4 16-Jan-2017 Stanislav Malyshev

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Update more functions with path check


# 43d0f2ab 16-Jan-2017 Stanislav Malyshev

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Update more functions with path check


# 0ab1af7d 16-Jan-2017 Stanislav Malyshev

Update more functions with path check

# cc75e8bc 06-Jan-2017 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fix #70103: Fix bug 70103 when ZTS is enabled


# ad08aa39 06-Jan-2017 Mitch Hagstrand

Fix #70103: Fix bug 70103 when ZTS is enabled

Used snprintf to copy the basename string before it is freed

# 3f89aec7 06-Jan-2017 Joe Watkins

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fix #70103: ZipArchive::addGlob ignores remove_all_path option
news entry for PR #1430


# a49aaf9a 06-Jan-2017 Joe Watkins

Merge branch 'pull-request/1430' into PHP-7.0

* pull-request/1430:
Fix #70103: ZipArchive::addGlob ignores remove_all_path option
news entry for PR 1430


# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 25d04ad8 04-Nov-2016 Stanislav Malyshev

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Add length check for bzcompress too - fix for bug #73356
More string length checks & fixes
More string length checks & fixes


# 1fd18821 04-Nov-2016 Stanislav Malyshev

More string length checks & fixes

# 6e12e49b 04-Nov-2016 Stanislav Malyshev

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
More string length checks & fixes


# ea9fac94 04-Nov-2016 Stanislav Malyshev

More string length checks & fixes

# 1928cdca 05-Sep-2016 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1


# 81ec843d 05-Sep-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# 8aad3131 05-Sep-2016 Christoph M. Becker

Fix #70752: Depacking with wrong password leaves 0 length files

We should not open the output stream before we have tried to open the
archive entry, as failing the latter could leave an

Fix #70752: Depacking with wrong password leaves 0 length files

We should not open the output stream before we have tried to open the
archive entry, as failing the latter could leave an empty file behind.

show more ...

# 393d56f1 24-Jul-2016 Xinchen Hui

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fixed bug #72660 (NULL Pointer dereference in zend_virtual_cwd)


# ad96a052 24-Jul-2016 Xinchen Hui

Fixed bug #72660 (NULL Pointer dereference in zend_virtual_cwd)

# 24237027 05-Jul-2016 Aaron Piotrowski

Merge branch 'throw-error-in-extensions'


# 323b2733 21-Jun-2016 Dmitry Stogov

Fixed compilation warnings

12345678910>>...18