1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-01-17 23:38:19 +01:00

178 Commits

Author SHA1 Message Date
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
d305ab68bc Merge branch '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
Ne-Lexa
e2c058840c fixed for php 32-bit 2019-12-06 12:09:37 +03:00
wapplay
e03c963dc1 refactoring 2019-12-06 08:32:33 +03:00
wapplay
c0786f5947 set travis dist 2019-12-05 23:52:17 +03:00
Ne-Lexa
3bafe01ff0 php cs fix 2019-12-05 19:36:11 +03:00
wapplay
558bb04066 Merge tag '3.1.12' into develop
Tagging hotfix 3.1.12 3.1.12
2019-07-25 23:08:42 +03:00
wapplay
ca068fa78f Merge branch 'hotfix/3.1.12' 3.1.12 2019-07-25 23:08:42 +03:00
wapplay
a84d2f9eff fix issue #39 2019-07-25 23:03:28 +03:00
Ne-Lexa
97db60a52d
Merge pull request #36 from chrisgraham/develop
Fixed slightly confusing language regarding setPassword
2019-04-04 11:37:51 +03:00
Chris Graham
4134ca8daa Fixed slightly confusing language regarding setPassword 2019-04-02 16:53:33 -05:00
Ne-Lexa
e7528b2974 Merge tag '3.1.11' into develop
Tagging hotfix 3.1.11 3.1.11
2019-03-13 15:41:56 +03:00
Ne-Lexa
19e17fb730 Merge branch 'hotfix/3.1.11' 3.1.11 2019-03-13 15:41:56 +03:00
Ne-Lexa
d8f913ac67 removed nightly PHP (8.0-dev) from travis 2019-03-13 15:37:01 +03:00
Ne-Lexa
1d1c8559cd update travis config 2019-03-13 15:29:40 +03:00
Ne-Lexa
e1108f9a24 Added .gitattributes to exclude tests from the release version #34 2019-03-13 15:28:38 +03:00