History log of /PHP-7.4/ext/zip/php_zip.c (Results 176 – 200 of 270)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


# e7d5c4a8 24-Dec-2010 Gustavo André dos Santos Lopes

- Fixed bug #53603 (ZipArchive should quiet stat errors).
#It is unclear if url_stat handlers should emit a warning in case
#PHP_STREAM_URL_STAT_QUIET is not specified and the resource does

- Fixed bug #53603 (ZipArchive should quiet stat errors).
#It is unclear if url_stat handlers should emit a warning in case
#PHP_STREAM_URL_STAT_QUIET is not specified and the resource does
#not exist. Most url_stat handlers never emit messages; the plain
#one does only so in the extraordinary event of an open_basedir
#restriction.
#But in case, php_stat uses PHP_STREAM_URL_STAT_QUIET for the
#FS_EXISTS, which suggests that mere checks on file existence are
#supposed to use this flag (arguably).
#The downside is that important diagnostic messages might be
#omitted.

show more ...


# 44d00828 24-Dec-2010 Gustavo André dos Santos Lopes

- Fixed bug #53603 (ZipArchive should quiet stat errors).
#It is unclear if url_stat handlers should emit a warning in case
#PHP_STREAM_URL_STAT_QUIET is not specified and the resource does

- Fixed bug #53603 (ZipArchive should quiet stat errors).
#It is unclear if url_stat handlers should emit a warning in case
#PHP_STREAM_URL_STAT_QUIET is not specified and the resource does
#not exist. Most url_stat handlers never emit messages; the plain
#one does only so in the extraordinary event of an open_basedir
#restriction.
#But in case, php_stat uses PHP_STREAM_URL_STAT_QUIET for the
#FS_EXISTS, which suggests that mere checks on file existence are
#supposed to use this flag (arguably).
#The downside is that important diagnostic messages might be
#omitted.

show more ...


Revision tags: php-5.2.16
# 0beae1e5 13-Dec-2010 Pierre Joye

- that should not have been applied


# aea6771d 13-Dec-2010 Pierre Joye

- add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :)


Revision tags: php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2
# 761c6226 30-Nov-2010 Pierre Joye

Fixed crash in zip extract method (possible CWE-170)


# e8817ab0 30-Nov-2010 Pierre Joye

Fixed crash in zip extract method (possible CWE-170)


Revision tags: php-5.3.4RC1
# ce96fd6b 18-Nov-2010 Pierre Joye

- fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus


Revision tags: php-5.2.15RC1, PHP_5_2_15RC1
# d91c4be0 15-Nov-2010 Rasmus Lerdorf

ws fix


# defd00ab 19-Oct-2010 Pierre Joye

- fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, (CVE-2010-3709), report&patch from Maksymilian Arciemowicz


# 6ab76726 19-Oct-2010 Pierre Joye

- fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, (CVE-2010-3709), report&patch from Maksymilian Arciemowicz


# 9aafc5d1 20-Sep-2010 Ilia Alshanetsky

Fixed a compiler warning


# 2f9da7fc 20-Sep-2010 Ilia Alshanetsky

Fixed a compiler warning


# 100228aa 30-Aug-2010 Pierre Joye

- use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_ex


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 05da8ecf 15-Jun-2010 Pierre Joye

- Fix #51002, fix possible memory corruption with very long names


# 2cfb5e42 15-Jun-2010 Pierre Joye

- Fix #51002, fix possible memory corruption with very long names


# c42d8b37 03-Jun-2010 Felipe Pena

- Fix proto and argname


# d333b79c 03-Jun-2010 Felipe Pena

- Fix proto and argname


# 7deae502 03-Jun-2010 Felipe Pena

- Added ZipArchive arginfo


# 651a164e 03-Jun-2010 Felipe Pena

- Added ZipArchive arginfo


# c5237d82 24-May-2010 Dmitry Stogov

Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties


# cb303308 26-Apr-2010 Kalle Sommer Nielsen

Merge safe_mode changes into extensions that are in sync in both branches


# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


# 94dd8372 20-Apr-2010 Dmitry Stogov

Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table


1234567891011