Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed bug #53568 (swapped memset arguments in struct initialization) ↵ | Felipe Pena | 2011-01-11 | 1 | -3/+1 |
| | | | | [backported] | ||||
* | Fixed crash in zip extract method (possible CWE-170) | Pierre Joye | 2010-11-30 | 1 | -0/+3 |
| | |||||
* | - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, ↵ | Pierre Joye | 2010-10-19 | 1 | -0/+3 |
| | | | | (CVE-2010-3709), report&patch from Maksymilian Arciemowicz | ||||
* | - missing patch (update to 0.9.3) | Pierre Joye | 2010-02-01 | 1 | -2/+2 |
| | |||||
* | - update to 0.9.3 | Pierre Joye | 2010-02-01 | 6 | -56/+99 |
| | |||||
* | - fix test | Pierre Joye | 2010-02-01 | 1 | -1/+1 |
| | |||||
* | - fix leak | Pierre Joye | 2010-02-01 | 1 | -0/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | The last of the 2009 testfest tests | Zoe Slattery | 2009-08-30 | 2 | -0/+56 |
| | |||||
* | fix bug #48640: cleaned up ifdef whoes, removed duplicate code. | Guenter Knauf | 2009-08-26 | 1 | -38/+15 |
| | |||||
* | - fixed bug #49072, feof never returns true for damaged file in zip | Pierre Joye | 2009-08-11 | 4 | -5/+46 |
| | |||||
* | The version check was completely bogus in this test | Rasmus Lerdorf | 2009-07-27 | 1 | -2/+3 |
| | |||||
* | - Fix #48763, create corrupt archive | Pierre Joye | 2009-07-19 | 1 | -1/+4 |
| | |||||
* | - MF53 | Pierre Joye | 2009-07-19 | 7 | -26/+26 |
| | |||||
* | Closes bug #47667 | Mikko Koppanen | 2009-03-16 | 2 | -0/+44 |
| | |||||
* | MFB: Fixed 2 memory corruptions in zip extension idenfied by | Ilia Alshanetsky | 2009-03-01 | 1 | -3/+6 |
| | | | | | oo_properties.phpt test | ||||
* | - Fixed a crash on extract in zip when files or directories entry names contain | Pierre Joye | 2009-02-05 | 2 | -3/+285 |
| | | | | | a relative path. (affects only 5.2 as it is a limitation in 5.2's virtual_file_ex) | ||||
* | fix tests | Antony Dovgal | 2009-01-08 | 3 | -6/+6 |
| | |||||
* | - MFH: fix filename property read | Pierre Joye | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | - restore overwrite feature (regression introduced in 5.2.8) | Pierre Joye | 2009-01-01 | 1 | -1/+4 |
| | |||||
* | - restore fix for binary mode on win (regression introduced in 5.2.8) | Pierre Joye | 2009-01-01 | 1 | -1/+5 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 11 | -11/+11 |
| | |||||
* | - not used anymore | Pierre Joye | 2008-12-09 | 2 | -29/+0 |
| | |||||
* | - MFH: Fixed a macro redefinition on BSD for different purpose | Felipe Pena | 2008-11-12 | 1 | -0/+1 |
| | |||||
* | - MFH: Removed unused variables | Felipe Pena | 2008-11-12 | 1 | -3/+0 |
| | |||||
* | - Fix test | Felipe Pena | 2008-11-12 | 1 | -1/+1 |
| | |||||
* | - MFH: | Pierre Joye | 2008-11-12 | 8 | -61/+135 |
| | | | | | | | - #14962, makes extractTo 2nd argument really optional - replace ZEND_ENGINE_2_1 by PHP_ZIP_USE_OO - sync tests | ||||
* | - remove unused files | Pierre Joye | 2008-10-23 | 4 | -233/+0 |
| | |||||
* | - add missing files | Pierre Joye | 2008-10-23 | 3 | -0/+168 |
| | |||||
* | - MFH | Pierre Joye | 2008-10-23 | 57 | -790/+1188 |
| | | | | | | | - Update ziplib - flatten path and make them relative before extraction - remove unnecessary export | ||||
* | MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE | Antony Dovgal | 2008-07-23 | 1 | -1/+0 |
| | |||||
* | MFH: add PHP_STREAM_FLAG_FCLOSE to zip streams | Antony Dovgal | 2008-07-23 | 1 | -0/+1 |
| | |||||
* | - reflect the correct version | Pierre Joye | 2008-01-18 | 2 | -2/+4 |
| | |||||
* | MF5.3: install headers, use correct zip version | Greg Beaver | 2008-01-18 | 3 | -1/+37 |
| | |||||
* | add missing alias .h files | Greg Beaver | 2008-01-14 | 2 | -0/+94 |
| | |||||
* | MFH: export libzip symbols | Greg Beaver | 2008-01-14 | 54 | -183/+200 |
| | |||||
* | revert last commit, was to wrong branch | Greg Beaver | 2008-01-12 | 53 | -164/+160 |
| | |||||
* | MFH: export symbols for use by other extensions like phar | Greg Beaver | 2008-01-12 | 53 | -160/+164 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 10 | -10/+10 |
| | |||||
* | Fix protos | Hannes Magnusson | 2007-12-15 | 1 | -27/+27 |
| | |||||
* | fix test | Antony Dovgal | 2007-11-19 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2007-08-13 | 1 | -0/+1 |
| | |||||
* | Fix test | Hannes Magnusson | 2007-08-06 | 1 | -1/+1 |
| | |||||
* | MFH: - Fix isset/empty($ZipArchive->property) | Hannes Magnusson | 2007-08-06 | 2 | -0/+109 |
| | | | | | MFH: - Add test | ||||
* | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -2/+2 |
| | |||||
* | 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 | 2 | -9/+18 |
| | | | | | - typo in news, better late than never (-d) | ||||
* | - PECL #11216 test | Pierre Joye | 2007-06-03 | 1 | -0/+27 |
| | |||||
* | - PECL #11216, addEmptyDir crashes if the directory already exists | Pierre Joye | 2007-06-03 | 1 | -1/+21 |
| |