| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - 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 |
| | | |||||
| * | - MFB: reflect the correct version | Pierre Joye | 2008-01-18 | 1 | -2/+2 |
| | | |||||
| * | update module version number | Greg Beaver | 2008-01-18 | 1 | -1/+1 |
| | | |||||
| * | a few fixes: overwrite all my careful work in zipint_alias.h with zipint.h, ↵ | Greg Beaver | 2008-01-13 | 1 | -3/+3 |
| | | | | | | | | so had to restore that. PHP_RAW_NAMED_FE() won't work, have to use ZEND_RAW_FENTRY | ||||
| * | MFH: alias all zip identifiers to avoid potential name conflicts with other ↵ | Greg Beaver | 2008-01-13 | 1 | -23/+33 |
| | | | | | apache libs that may export zip symbols | ||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | MFB5.2: Fix protos | Hannes Magnusson | 2007-12-15 | 1 | -27/+27 |
| | | |||||
| * | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -3/+3 |
| | | |||||
| * | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
| | | |||||
| * | MFH: - Fix isset/empty($ZipArchive->property) | Hannes Magnusson | 2007-08-06 | 1 | -0/+50 |
| | | | | | | MFH: - Add test | ||||
| * | fix ws | Antony Dovgal | 2007-06-04 | 1 | -2/+2 |
| | | |||||
| * | - fix logic (goto is a gift, I should use it :) | Pierre Joye | 2007-06-03 | 1 | -1/+2 |
| | | |||||
| * | - pecl bug #11216, better fix, leak removed and improved test | Pierre Joye | 2007-06-03 | 1 | -7/+15 |
| | | | | | | - typo in news, better late than never (-d) | ||||
| * | - PECL #11216, addEmptyDir crashes if the directory already exists | Pierre Joye | 2007-06-03 | 1 | -1/+21 |
| | | |||||
| * | - use the same checks for zip_stat | Pierre Joye | 2007-05-19 | 1 | -3/+3 |
| | | |||||
| * | CS fixes | Ilia Alshanetsky | 2007-05-19 | 1 | -28/+23 |
| | | | | | | | Fixed a possible crash in the event directory cannot be created, due to a double free. | ||||
| * | Fixed a possible memory leak on open_basedir validation | Ilia Alshanetsky | 2007-03-14 | 1 | -0/+1 |
| | | |||||
| * | - MFH: openbasedir and safemode check in ::open() | Pierre Joye | 2007-03-14 | 1 | -0/+4 |
| | | |||||
| * | - MFH: Fixed possible relative path issues in zip_open in TS mode (old API) | Pierre Joye | 2007-03-14 | 1 | -0/+11 |
| | | |||||
| * | - rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used without | Pierre Joye | 2007-03-14 | 1 | -9/+4 |
| | | | | | | | | confusing in head without confusion) - Add safemode and open basedir checks in zip:// wrapper (revert Ilia's patch). Bug found by Stefan Esser in his MOPB-20-2007 | ||||
| * | - #40228, ZipArchive::extractTo does create empty directories | Pierre Joye | 2007-01-29 | 1 | -14/+21 |
| | | | | | | recursively | ||||
| * | Fixed memory leaks on error | Ilia Alshanetsky | 2007-01-07 | 1 | -0/+3 |
| | | |||||
| * | fix a few memleaks and double-free()s on error conditions | Nuno Lopes | 2007-01-06 | 1 | -3/+9 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | MFH | Antony Dovgal | 2006-12-25 | 1 | -2/+2 |
| | | |||||
| * | Fix typo | Hannes Magnusson | 2006-12-24 | 1 | -1/+1 |
| | | |||||
| * | Safety checks | Ilia Alshanetsky | 2006-12-23 | 1 | -12/+11 |
| | | |||||
| * | - fix warning | Pierre Joye | 2006-11-28 | 1 | -4/+4 |
| | | | | | | | - addEmptyDir returns true on success - remove useless semi column | ||||
| * | fix leak in the object destrucotr when zip_close() fails (fixes oo_delete.phpt) | Nuno Lopes | 2006-11-12 | 1 | -1/+3 |
| | | |||||
| * | fix leaks within zip entries in several tests | Nuno Lopes | 2006-11-11 | 1 | -2/+9 |
| | | |||||
| * | statification of local functions and variables. | Nuno Lopes | 2006-11-09 | 1 | -73/+60 |
| | | | | | | | | | | | also remove a few uneeded global variables interesting new warnings: /cvs/php5/ext/xmlwriter/php_xmlwriter.c:391: warning: 'xmlwriter_objects_clone' defined but not used /cvs/php5/ext/xmlwriter/php_xmlwriter.c:1281: warning: 'zif_xmlwriter_start_dtd_entity' defined but not used /cvs/php5/ext/xmlwriter/php_xmlwriter.c:1325: warning: 'zif_xmlwriter_end_dtd_entity' defined but not used /cvs/php5/ext/xmlwriter/php_xmlwriter.c:1333: warning: 'zif_xmlwriter_write_dtd_entity' defined but not used | ||||
| * | - MFH: | Pierre Joye | 2006-11-03 | 1 | -58/+79 |
| | | | | | | | | | | | - fix possible leak in statName and statIndex - add addEmptyDir() method - add zip_stat_init,zip_clear_error and zip_file_clear_error - add tests - Fix protos (Hannes) - setComment return value on success (Hannes) | ||||
