Commit Graph

41 Commits

Author SHA1 Message Date
Stanislav Malyshev
f0d42e74a9 fix bug 53885 (ZipArchive segfault with FL_UNCHANGED on empty archive) 2011-01-30 22:28:57 +00:00
Gustavo André dos Santos Lopes
9a52c2f370 - Fixed bug #53568 (swapped memset arguments in struct initialization). 2010-12-17 23:05:26 +00:00
Pierre Joye
63613af3ca - missing patch (update to 0.9.3) 2010-02-01 21:20:07 +00:00
Pierre Joye
67acdd2c09 - update to 0.9.3 2010-02-01 20:56:03 +00:00
Pierre Joye
a91c53adaa - fix leak 2010-02-01 18:58:42 +00:00
Ilia Alshanetsky
e5f121ef92 Fixed compiler warning 2009-08-12 12:47:19 +00:00
Pierre Joye
841e4d15f8 - fixed bug #49072, feof never returns true for damaged file in zip 2009-08-11 15:12:00 +00:00
Pierre Joye
9f57aa249b - MFB: Fix #48763, create corrupt archive 2009-07-19 15:32:51 +00:00
Pierre Joye
cf60df1e55 - not used anymore 2009-07-19 15:02:53 +00:00
Pierre Joye
bd6c9dbbcd - WS 2009-07-19 15:02:02 +00:00
Pierre Joye
67df4f64dd - not used anymore 2009-07-19 15:01:19 +00:00
Mikko Koppanen
9b50cf342d Closes bug #47667 2009-03-16 10:16:16 +00:00
Pierre Joye
a4c3ef6320 - year++ 2009-01-02 00:40:28 +00:00
Pierre Joye
c465c9b843 - MFB: restore overwrite feature (regression introduced in 5.2.8) 2009-01-02 00:22:21 +00:00
Pierre Joye
f77df832c4 - MFB: restore fix for binary mode on win (regression introduced in 5.2.8) 2009-01-02 00:21:53 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Felipe Pena
4979fc17e3 - Fixed a macro redefinition on BSD for different purpose 2008-11-12 23:37:47 +00:00
Pierre Joye
3f12e9e699 - not necessary anymore 2008-11-12 11:20:38 +00:00
Pierre Joye
8af38667e6 - update to 0.9 (torrentzip support, files open only when necessary), windows fixes 2008-08-07 23:23:20 +00:00
Dmitry Stogov
42a683d688 Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno) 2008-01-30 09:56:22 +00:00
Greg Beaver
5c8c279a55 MFPECL: fix windows build for all cases, and always export symbols (Steph Fox) 2008-01-14 03:15:50 +00:00
Greg Beaver
a98e3d1192 add missing define for statically-built zip ext 2008-01-13 23:37:27 +00:00
Greg Beaver
f9066b0e49 MFB: a few fixes: overwrote all my careful work in zipint_alias.h with zipint.h, so had to restore that.
PHP_RAW_NAMED_FE() won't work, have to use ZEND_RAW_FENTRY
2008-01-13 06:24:27 +00:00
Greg Beaver
f6c466a749 MFPECL: alias all zip identifiers to avoid potential name conflicts with other apache libs that may export zip symbols 2008-01-13 06:01:59 +00:00
Greg Beaver
673e955d98 export symbols for use by other extensions like phar 2008-01-12 03:42:41 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Pierre Joye
8efa71db4a - MFB: Fixed snprintf() usage 2007-02-24 19:09:18 +00:00
Pierre Joye
c7d417e50e - merge from pecl: Force binary mode on windows 2007-02-24 18:59:37 +00:00
Pierre Joye
52a965d136 - MFB: free temp buffer 2007-02-24 18:50:53 +00:00
Marcus Boerger
20a40063c5 - avoid sprintf 2007-02-24 16:25:58 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Ilia Alshanetsky
8efa38df0b zts fixes 2006-11-30 16:38:53 +00:00
Nuno Lopes
cff4fd1eae MFB: fix leaks within zip entries in several tests 2006-11-11 23:43:40 +00:00
Nuno Lopes
d34fc386ba MFB :fix leak in oo_setArchiveComment.phpt 2006-11-11 23:36:52 +00:00
Pierre Joye
6b0966c2a7 - _zip_error_clear declaration
- WS
2006-11-03 16:34:44 +00:00
Pierre Joye
b4f45ea446 - fix stat when used with freshly added entries
- add zip_clear_error, zip_file_clear_error and  zip_stat_init in libzip
- add addEmptyDir(name) method, creates an empty directory
2006-11-01 00:53:32 +00:00
Pierre Joye
c82408cd25 - MFB: #38944, freshly created archive has no comment or cdir 2006-09-25 09:09:53 +00:00
Pierre Joye
faa0291462 - add overwrite mode to ZipArchive::open, always starts a new archive
- fix build with php6
- remove safemode when built against php6
2006-08-13 20:16:48 +00:00
Pierre Joye
dd76c0c737 - should not have been commited 2006-08-07 20:27:49 +00:00
Pierre Joye
b4d4c0b0f8 - missing file 2006-07-24 17:38:22 +00:00
Pierre Joye
719447d3b6 - reimport (cannot symlink without replacing 4.4 and 5.0 versions) 2006-07-24 16:58:58 +00:00