1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-01-17 07:18:14 +01:00

215 Commits

Author SHA1 Message Date
Ne-Lexa
c9130665cd fix test 2021-05-21 09:02:22 +03:00
Ne-Lexa
ac3533dece fix test 2021-05-16 23:40:27 +03:00
Ne-Lexa
bb1a607d0d fix test 2021-05-16 23:28:33 +03:00
Ne-Lexa
8954da9e32 fix test for Windows
issue #78
2021-05-16 23:20:34 +03:00
Ne-Lexa
c3523992ed fix test
issue #78
2021-05-16 23:09:44 +03:00
Ne-Lexa
495dd47df4 updated phpunit config
issue #78
2021-05-16 22:56:05 +03:00
Ne-Lexa
b126252266 removed platform config from composer
issue #78
2021-05-16 22:41:26 +03:00
Ne-Lexa
584784c119 php 7.1 - 8.0 compatible version
issue #78
2021-05-16 12:18:23 +03:00
wapplay
7283fc3402 Merge tag '3.3.3' into develop
Tagging version 3.3.3 3.3.3
2020-07-12 00:01:42 +03:00
wapplay
501b52f6fc Merge branch 'release/3.3.3' 3.3.3 2020-07-12 00:01:42 +03:00
wapplay
d9022e80c5 LICENSE file added 2020-07-11 23:48:23 +03:00
wapplay
c10c425f7e Improved Windows compatibility, fix #54 2020-07-11 23:04:33 +03:00
wapplay
0655e282e9 Merge branch 'feature/overwrite' into develop 2020-07-11 22:21:37 +03:00
wapplay
391a55f378 Merge branch 'release/3.3.2' 3.3.2 2020-06-22 18:05:21 +03:00
wapplay
b64e9ac328 Merge tag '3.3.2' into develop
Tagging version 3.3.2 3.3.2
2020-06-22 18:05:21 +03:00
Ne-Lexa
f503fc164e
Merge pull request #60 from Araqel/master
removed extra commas from .phpstorm.meta.php
2020-06-22 18:02:56 +03:00
Araqel Araqelyan
8ce666fb5e removed extra commas from .phpstorm.meta.php 2020-06-22 18:53:58 +04:00
wapplay
dbddcda001 #54 overwriting open zip archive fixed 2020-05-04 14:13:39 +03:00
wapplay
52ce79d4d2 Merge branch 'release/3.3.1' 3.3.1 2020-04-01 16:33:45 +03:00
wapplay
3942bf2005 Merge tag '3.3.1' into develop
Tagging version 3.3.1 3.3.1
2020-04-01 16:33:45 +03:00
Ne-Lexa
decf4f5095
Merge pull request #47 from chx/chx-patch-1
Do not pin random_compat version
2020-04-01 16:29:06 +03:00
chx
70d8b8200b
Do not pin random_compat version 2020-03-23 09:49:26 -07:00
Ne-Lexa
8fdc21eece Merge branch 'release/3.3.0' 3.3.0 2020-02-04 12:01:18 +03:00
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