Ne-Lexa
620065ac5b
disabled jit on php 8.0 test
2021-02-23 15:37:03 +03:00
Ne-Lexa
34074a8024
update docs and build
2021-02-23 13:34:41 +03:00
Ne-Lexa
f799eca6de
update github actions build
2021-02-22 20:24:13 +03:00
Ne-Lexa
ae04b357fc
update github actions build
2021-02-22 20:00:59 +03:00
Ne-Lexa
f67934f95a
update readme
2021-02-22 19:59:54 +03:00
Ne-Lexa
a65fe4579b
php8 support
2021-02-22 13:12:01 +03:00
Ne-Lexa
44c2041f62
Merge branch 'php8' of https://github.com/odan/php-zip into feature/php8
2021-02-18 09:47:51 +03:00
Daniel Opitz
bcc66edad3
Add PHP 7.2 to build matrix
2021-01-09 18:49:36 +01:00
Daniel Opitz
85b3ea84b6
Fix cs
2021-01-09 18:25:45 +01:00
Daniel Opitz
4ecb0c4ee6
Add PHP 8 support
2021-01-09 18:16:56 +01: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