History log of /PHP-5.5/ext/zip/php_zip.c (Results 51 – 75 of 137)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2
# f370d790 09-Feb-2010 Rasmus Lerdorf

It's a size_t here, not an unsigned int.


Revision tags: php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9
# 4b8064c9 24-Feb-2009 Ilia Alshanetsky

Adjust previous fix


# 551a2d52 22-Feb-2009 Ilia Alshanetsky

Fixed 2 memory corruptions in zip extension idenfied by oo_properties.phpt
test


Revision tags: php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 206a7cef 02-Jan-2009 Pierre Joye

- year++


# ee86a202 02-Jan-2009 Pierre Joye

- fix filename property read


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4
# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: BEFORE_HEAD_NS_CHANGE
# 3c121bf1 12-Nov-2008 Felipe Pena

- MFH: Removed unused variables


123456