1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-01-16 23:08:14 +01:00

242 Commits

Author SHA1 Message Date
Ne-Lexa
74c0a49057 Merge tag '3.3.0' into develop
Tagging version 3.3.0 3.3.0
2020-02-04 12:01:18 +03:00
Ne-Lexa
ae6d47f47a removed test ZipInfo::__toString() (depends on time zone) 2020-02-04 11:58:47 +03:00
Ne-Lexa
b3b676e3af Merge branch 'release/3.3.0' 2020-02-04 11:47:43 +03:00
Ne-Lexa
f3d769739b Merge tag '3.2.2' into develop
Tagging hotfix 3.2.2 3.2.2

# Conflicts:
#	.travis.yml
#	tests/ZipFileTest.php
2020-02-04 11:36:29 +03:00
Ne-Lexa
074443dbc4 Merge branch 'hotfix/3.2.2' 3.2.2 2020-02-04 11:29:58 +03:00
Ne-Lexa
cbb693213e fix replace contents by file 2020-02-04 11:18:32 +03:00
Ne-Lexa
820c63c30f ZipInfo tests 2020-01-31 13:42:19 +03:00
Ne-Lexa
2235de6b35 Merge branch 'feature/zipcontainer-override-support' into develop 2020-01-31 12:13:16 +03:00
Ne-Lexa
6e33ed08ef run php 7.4 in xenial 3.3.0-alpha1 2020-01-22 16:26:24 +03:00
Ne-Lexa
79e77a8c88 fix close container in ZipFile::close() 2020-01-22 16:07:22 +03:00
Ne-Lexa
8dcde47072 Added a new option for extracting unix symlinks.
Added new parameter to get the list of extracted files.
2020-01-22 12:53:16 +03:00
Ne-Lexa
47161bdb02 zip extra fields tests 2020-01-22 12:48:47 +03:00
Ne-Lexa
943cf3e777 Fixed problem with cloning a zip container. 2020-01-22 12:48:15 +03:00
Ne-Lexa
5ec656fde4 Implemented the ability to override the instance of ZipContainer.
ZipContainer will be cloned before writing the zip file.
Tested custom ZipWriter, ZipReader, ZipContainer and ZipFile.
2020-01-21 14:13:47 +03:00
Ne-Lexa
d305ab68bc Merge branch 'hotfix/3.2.1' 3.2.1 2020-01-14 16:44:56 +03:00
Ne-Lexa
e0da8c94be Merge tag '3.2.1' into develop
Tagging hotfix 3.2.1 3.2.1
2020-01-14 16:44:56 +03:00
Ne-Lexa
8487dac9df zip extra tests, php 32-bit compat 2020-01-14 16:31:22 +03:00
Ne-Lexa
d21fdb35bb fix#13 fix#16 fix#27 fix#31 fix#41
Tagging version 3.2.0 3.2.0
- Fix memory leak problem
- Add new methods: `getEntry()`, `getEntries()`, `addSplFile()`, `addFromFinder()`
- Fix large zip files problem
2020-01-09 17:41:47 +03:00
Ne-Lexa
25d5ddcbff Merge branch 'release/3.2.0' 3.2.0 2020-01-09 17:39:56 +03:00
Ne-Lexa
f426871549 Merge branch 'feature/nextversion' into develop 2020-01-09 17:33:10 +03:00
Ne-Lexa
fd1fbf3ad6 fix deprecation use 2020-01-09 17:33:02 +03:00
Ne-Lexa
971747f5e7 fix coverage 2020-01-09 13:11:13 +03:00
Ne-Lexa
77f2841724 removed config for php nightly (php 8.0-dev) 2020-01-09 13:00:23 +03:00
Ne-Lexa
c82e303002 configure phpunit flags 2020-01-09 12:57:28 +03:00
Ne-Lexa
61e9d96439 fix travis syntax 2020-01-09 12:53:47 +03:00
Ne-Lexa
800afffffa fix travis env 2020-01-09 12:50:03 +03:00
Ne-Lexa
1a04a5cdd9 matrix config 2020-01-09 12:48:47 +03:00
Ne-Lexa
6c49dd54c8 fix test 2020-01-09 12:05:02 +03:00
wapplay
a16b0e7c15 minor fixes, ZipEntry tests 2020-01-06 11:53:17 +03:00
wapplay
70bb598fa6 php5.5 compat 2020-01-04 00:46:07 +03:00
wapplay
27b8a3d32f replaced abandoned package 2020-01-04 00:20:43 +03:00
wapplay
75578fd181 fix php 5.5 compat 2020-01-04 00:13:54 +03:00
wapplay
8efbfd67f4 fix php 5.5 compat, fix append stream filter 2020-01-03 23:52:52 +03:00
Ne-Lexa
ca6c4fee6e fix travis 2019-12-30 19:05:11 +03:00
Ne-Lexa
9d42215088 exclude zip64 tests 2019-12-30 18:59:22 +03:00
Ne-Lexa
9ca14707d4 adds coverage 2019-12-30 18:56:58 +03:00
Ne-Lexa
28bddadac3 fix syntax error for php 5 2019-12-30 18:55:35 +03:00
Ne-Lexa
f377b889b5 solving problems with lack of memory, the new ZipReader and ZipWriter class, adds .phpstorm.meta.php
#13
#16
#27
#31
#41
2019-12-30 18:47:37 +03:00
Ne-Lexa
28e220718c Merge tag '3.1.15' into develop
fix #42 ZipFile::outputAsAttachment() gives empty zip
2019-12-11 15:27:49 +03:00
Ne-Lexa
3b769793fc Merge branch 'hotfix/3.1.15' 3.1.15 2019-12-11 15:26:23 +03:00
Ne-Lexa
7cbf992492 fix #42 2019-12-11 15:21:28 +03:00
Ne-Lexa
3ef867cde4 Merge tag '3.1.14' into develop
fix unknown zip software version
2019-12-09 12:18:20 +03:00
Ne-Lexa
c420f191dd Merge branch 'hotfix/3.1.14' 3.1.14 2019-12-09 12:17:55 +03:00
Ne-Lexa
50015f25f3 fix unknown software version 2019-12-09 12:13:56 +03:00
Ne-Lexa
36b1af0263 Merge tag '3.1.13' into develop
improved compatibility with php 7.4 and php-32 bit, minor bug fixes
2019-12-09 11:23:00 +03:00
Ne-Lexa
f2d2954bee Merge branch 'hotfix/3.1.13' 3.1.13 2019-12-09 11:20:56 +03:00
wapplay
725959d98f fix encryption 2019-12-07 20:16:40 +03:00
wapplay
f82a57e662 fix duplicates 2019-12-07 19:40:36 +03:00
wapplay
a20e9e054d use random_compat 2019-12-06 23:23:44 +03:00
Ne-Lexa
95e3312e60 refactoring zip64, add property softwareVersion, internal attrs, extracted os 2019-12-06 17:36:22 +03:00