Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fixed a bug in parameter passing/conversion API which caused tons of memleak ↵ | Dmitry Stogov | 2009-09-23 | 1 | -12/+12 |
| | | | | and was the reason of ~1500 test failurs | ||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | MFB: Adjust previous fix | Ilia Alshanetsky | 2009-02-24 | 1 | -0/+1 |
| | |||||
* | MFB: Fixed 2 memory corruptions in zip extension idenfied by | Ilia Alshanetsky | 2009-02-22 | 1 | -3/+5 |
| | | | | | oo_properties.phpt test | ||||
* | - MFB: fix filename property read | Pierre Joye | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -10/+0 |
| | |||||
* | - Removed unused variables | Felipe Pena | 2008-11-12 | 1 | -3/+0 |
| | |||||
* | - fix #14962 (makes 2nd argument really optional) | Pierre Joye | 2008-11-12 | 1 | -14/+15 |
| | | | | | | - replace ZEND_ENGINE_2_1 test with PHP_ZIP_USE_OO, version independent - sync tests with 5.3 | ||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+10 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -10/+0 |
| | |||||
* | - MFB: flatten path and make them relative before extraction | Pierre Joye | 2008-10-23 | 1 | -26/+140 |
| | |||||
* | initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -4/+4 |
| | |||||
* | - Removed unused variables | Felipe Pena | 2008-08-15 | 1 | -2/+0 |
| | |||||
* | - sync with 5.3 | Pierre Joye | 2008-08-08 | 1 | -94/+479 |
| | |||||
* | - MFB: Added arginfo (functions) | Felipe Pena | 2008-07-03 | 1 | -10/+65 |
| | |||||
* | fix typo | Antony Dovgal | 2008-07-01 | 1 | -1/+1 |
| | |||||
* | - MFB: reflect the correct version | Pierre Joye | 2008-01-18 | 1 | -2/+2 |
| | |||||
* | MF5.3: install headers, use correct zip version | Greg Beaver | 2008-01-18 | 1 | -1/+1 |
| | |||||
* | fix build | Antony Dovgal | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | MFB: a few fixes: overwrote all my careful work in zipint_alias.h with ↵ | Greg Beaver | 2008-01-13 | 1 | -3/+3 |
| | | | | | | | zipint.h, so had to restore that. PHP_RAW_NAMED_FE() won't work, have to use ZEND_RAW_FENTRY | ||||
* | MFPECL: alias all zip identifiers to avoid potential name conflicts with ↵ | Greg Beaver | 2008-01-13 | 1 | -23/+33 |
| | | | | other apache libs that may export zip symbols | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFB: Fix protos | Hannes Magnusson | 2007-12-15 | 1 | -27/+27 |
| | |||||
* | 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 |
| | |||||
* | - Fix isset/empty($ZipArchive->property) | Hannes Magnusson | 2007-08-06 | 1 | -0/+50 |
| | | | | | - Add test | ||||
* | fix ws | Antony Dovgal | 2007-06-04 | 1 | -2/+2 |
| | |||||
* | - MFB: fix logic | Pierre Joye | 2007-06-03 | 1 | -1/+2 |
| | |||||
* | - MFB: PECL #11216, addEmptyDir crashes if the directory already exists | Pierre Joye | 2007-06-03 | 1 | -3/+31 |
| | |||||
* | - MFB: | Pierre Joye | 2007-05-19 | 1 | -8/+12 |
| | | | | | | | - Fixed a possible crash in the event directory cannot be created, due to a double free. (Ilia) - Use the same tests for zip_stat | ||||
* | - MFB: Fixed a possible memory leak on open_basedir validation (Ilia) | Pierre Joye | 2007-03-14 | 1 | -1/+2 |
| | |||||
* | - add openbase_dir checks in ::open and addFile() | Pierre Joye | 2007-03-14 | 1 | -0/+8 |
| | |||||
* | - MFB: free rsrc on error in zip_read (old API) | Pierre Joye | 2007-03-14 | 1 | -0/+1 |
| | |||||
* | - MFB: free buffer when zip_entry_read returns an empty entry | Pierre Joye | 2007-03-14 | 1 | -0/+1 |
| | |||||
* | - MFB: | Pierre Joye | 2007-03-14 | 1 | -0/+18 |
| | | | | | | | | - rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used without 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 | ||||
* | - MFB: #40228, ZipArchive::extractTo does create empty directories | Pierre Joye | 2007-01-29 | 1 | -10/+17 |
| | | | | | recursively | ||||
* | MFB | Nuno Lopes | 2007-01-06 | 1 | -3/+9 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | add missing space for \0 | Antony Dovgal | 2006-12-25 | 1 | -2/+2 |
| | |||||
* | MFB: safety checks | Ilia Alshanetsky | 2006-12-23 | 1 | -12/+11 |
| | |||||
* | - unicode support for the procedural API | Pierre Joye | 2006-12-19 | 1 | -26/+37 |
| | |||||
* | - MFB: addDir returns true | Pierre Joye | 2006-12-10 | 1 | -0/+1 |
| | |||||
* | MFB: fix leak in the object destrucotr when zip_close() fails (fixes ↵ | Nuno Lopes | 2006-11-12 | 1 | -1/+3 |
| | | | | oo_delete.phpt) | ||||
* | MFB: fix leaks within zip entries in several tests | Nuno Lopes | 2006-11-11 | 1 | -2/+9 |
| | |||||
* | MFB: static'fication | Nuno Lopes | 2006-11-09 | 1 | -73/+60 |
| | |||||
* | - fix protos | Pierre Joye | 2006-11-03 | 1 | -2/+2 |
| | |||||
* | - fix stat when used with freshly added entries | Pierre Joye | 2006-11-01 | 1 | -0/+30 |
| | | | | | | - add zip_clear_error, zip_file_clear_error and zip_stat_init in libzip - add addEmptyDir(name) method, creates an empty directory |