Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #64342 ZipArchive::addFile() has to check for file existence | Anatol Belski | 2013-04-10 | 1 | -0/+7 |
| | |||||
* | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fix #62432 ReflectionMethod random corrupt memory on high concurrent | Johannes Schlüter | 2012-06-27 | 1 | -1/+1 |
| | | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init() | ||||
* | set current versions for libzip and zip ext | Anatoliy Belsky | 2012-06-07 | 1 | -1/+1 |
| | |||||
* | fixed zip entry freeing | Anatoliy Belsky | 2012-06-07 | 1 | -5/+10 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -2/+1 |
| | |||||
* | - Fixed bug #54681 (addGlob() crashes on invalid flags) | Felipe Pena | 2011-05-07 | 1 | -0/+32 |
| | |||||
* | - Fixed bug #53893 (Wrong return value for ZipArchive::extractTo()) | Pierre Joye | 2011-02-07 | 1 | -10/+30 |
| | |||||
* | Change the way HAVE_GLOB is dealt with in ext/zip per IRC conversation with | Adam Harvey | 2011-02-04 | 1 | -18/+9 |
| | | | | | Pierre. | ||||
* | Fix bug #53923 (Zip functions assume HAVE_GLOB is defined). | Adam Harvey | 2011-02-04 | 1 | -3/+17 |
| | |||||
* | - WS | Pierre Joye | 2011-02-01 | 1 | -15/+15 |
| | |||||
* | Fixed bug #53854 (Missing constants for compression type). Patch by Richard | Adam Harvey | 2011-01-28 | 1 | -0/+6 |
| | | | | | Quadling. | ||||
* | - Fix bug #53166, missing parameters in reflections/docs | Pierre Joye | 2011-01-27 | 1 | -15/+25 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #53603 (ZipArchive should quiet stat errors). | Gustavo André dos Santos Lopes | 2010-12-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | #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. | ||||
* | - that should not have been applied | Pierre Joye | 2010-12-13 | 1 | -0/+2 |
| | |||||
* | - add phpize support for windows, need a nmake install for now (nmake ↵ | Pierre Joye | 2010-12-13 | 1 | -2/+0 |
| | | | | devel-pkg version is coming), works exactly the same as on unix, or should :) | ||||
* | Fixed crash in zip extract method (possible CWE-170) | Pierre Joye | 2010-11-30 | 1 | -0/+3 |
| | |||||
* | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -0/+15 |
| | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus | ||||
* | ws fix | Rasmus Lerdorf | 2010-11-15 | 1 | -6/+6 |
| | |||||
* | - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, ↵ | Pierre Joye | 2010-10-19 | 1 | -0/+3 |
| | | | | (CVE-2010-3709), report&patch from Maksymilian Arciemowicz | ||||
* | Fixed a compiler warning | Ilia Alshanetsky | 2010-09-20 | 1 | -1/+1 |
| | |||||
* | - Fix #51002, fix possible memory corruption with very long names | Pierre Joye | 2010-06-15 | 1 | -3/+3 |
| | |||||
* | - Fix proto and argname | Felipe Pena | 2010-06-03 | 1 | -3/+3 |
| | |||||
* | - Added ZipArchive arginfo | Felipe Pena | 2010-06-03 | 1 | -30/+135 |
| | |||||
* | Merge safe_mode changes into extensions that are in sync in both branches | Kalle Sommer Nielsen | 2010-04-26 | 1 | -8/+8 |
| | |||||
* | It's a size_t here, not an unsigned int. | Rasmus Lerdorf | 2010-02-09 | 1 | -2/+2 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Adjust previous fix | Ilia Alshanetsky | 2009-02-24 | 1 | -0/+1 |
| | |||||
* | Fixed 2 memory corruptions in zip extension idenfied by oo_properties.phpt | Ilia Alshanetsky | 2009-02-22 | 1 | -3/+5 |
| | | | | | test | ||||
* | - year++ | Pierre Joye | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | - fix filename property read | Pierre Joye | 2009-01-02 | 1 | -1/+2 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -10/+0 |
| | |||||
* | - MFH: Removed unused variables | Felipe Pena | 2008-11-12 | 1 | -3/+0 |
| | |||||
* | - MFH: | Pierre Joye | 2008-11-12 | 1 | -7/+7 |
| | | | | | | - #14962, makes extractTo 2nd argument really optional - replace ZEND_ENGINE_2_1 by PHP_ZIP_USE_OO | ||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+10 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -10/+0 |
| | |||||
* | - flatten path and make them relative before extraction | Pierre Joye | 2008-10-23 | 1 | -34/+98 |
| | | | | | - remove unnecessary export | ||||
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -4/+4 |
| | |||||
* | - MFH: constify zend_function_entry and update phpinfo | Pierre Joye | 2008-08-08 | 1 | -2/+2 |
| | |||||
* | - MFH: missing openbasedir check | Pierre Joye | 2008-08-08 | 1 | -0/+4 |
| | |||||
* | - MFH: use PHP_ZIP_VERSION_STRING and add add_ascii_assoc_string macro (easy ↵ | Pierre Joye | 2008-08-08 | 1 | -10/+14 |
| | | | | sync) | ||||
* | - MFH: fix leak in zif_zip_entry_read and ::ExtractTo on Error | Pierre Joye | 2008-08-08 | 1 | -1/+3 |
| | |||||
* | - use OPENBASEDIR_CHECKPATH instead of SAFEMODE_CHECKFILE, easier to keep ↵ | Pierre Joye | 2008-08-08 | 1 | -13/+4 |
| | | | | code synced with HEAD | ||||
* | move unused vars into their ifdef | Antony Dovgal | 2008-08-08 | 1 | -1/+1 |
| | |||||
* | - Reverted previous commit | Felipe Pena | 2008-07-04 | 1 | -10/+22 |
| | | | | | - Moved protos to .c (sync with HEAD) | ||||
* | - Fixed compile warnings | Felipe Pena | 2008-07-03 | 1 | -11/+11 |
| | |||||
* | - Added arginfo (functions) | Felipe Pena | 2008-07-03 | 1 | -10/+65 |
| | |||||
* | - sync with PECL HEAD | Pierre Joye | 2008-05-21 | 1 | -125/+565 |
| |