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

85 Commits

Author SHA1 Message Date
Ne-Lexa
f969e59319 Updated ZipFile::outputAsResponse() to conform to PSR standard 2018-04-25 12:43:37 +03:00
Frederik Buus Sauer
6808e4ffdc Lowered requirement to support PHP 5.5 2018-04-12 11:25:12 +02:00
Frederik Buus Sauer
91f08b9f55 Updated composer.json regarding unit tests, and corrected PSR implementation 2018-04-12 11:10:45 +02:00
Ne-Lexa
d0cf7f7d1d Merge branch 'hotfix/3.1.4' 3.1.4 2018-02-01 09:52:40 +03:00
Ne-Lexa
9f0d151f5e Fixed installing the package on the MAC (illegal byte sequence unzip).
close issue #11
2018-02-01 09:52:35 +03:00
Ne-Lexa
171d4a8e4c Merge branch 'hotfix/3.1.3' 3.1.3 2017-12-06 15:43:25 +03:00
Ne-Lexa
aa09b24d02 added an additional test of the encrypted archive 2017-12-06 15:28:17 +03:00
Ne-Lexa
c34f90ac18 fix bug issues #9 2017-12-06 15:09:50 +03:00
Ne-Lexa
7d73ac417f Merge branch 'hotfix/3.1.2' 3.1.2 2017-11-17 11:13:15 +03:00
Ne-Lexa
4979829fad Fixed the call array_fill() with the number of elements 0 for PHP 5.5 2017-11-17 11:08:20 +03:00
Ne-Lexa
a3083b821c Changed the algorithm for adding paddings to zipalign.
Now we will use the special field ExtraField c ID 0xD935,
which was implemented by Google in the apksigner library.
Now this field corresponds to the ZIP standard for storing
ExtraField records, and not just filling with zero bytes,
as in the zipalign console utility.
2017-11-17 10:54:22 +03:00
Ne-Lexa
d67fc4db7d Merge branch 'hotfix/3.1.1' 3.1.1 2017-11-15 10:48:35 +03:00
Ne-Lexa
ba2e314ca2 Fix resave aligned archive 2017-11-15 10:48:29 +03:00
Ne-Lexa
0788892831 Merge branch 'release/3.1.0' 3.1.0 2017-11-14 15:27:09 +03:00
Ne-Lexa
ab41e70d5c Added changes to changelog. 2017-11-14 15:26:44 +03:00
Ne-Lexa
23addc5695 Merge branch 'feature/zipmodel' into develop
# Conflicts:
#	.travis.yml
#	README.md
#	src/PhpZip/Model/Entry/ZipReadEntry.php
#	tests/PhpZip/ZipFileTest.php
2017-11-14 14:55:33 +03:00
Ne-Lexa
d32b000855 Rename methods removePassword*() to disableEncryption*() 2017-11-14 14:47:46 +03:00
Ne-Lexa
e62e51efb5 issue #8 - Support inline Content-Disposition and empty output filename. 2017-11-14 14:03:44 +03:00
Ne-Lexa
02afaae56c Skipped some tests for php 32-bit platform. 2017-11-14 11:39:16 +03:00
Ne-Lexa
0d4b101510 Skipped some tests for php 32-bit platform. 2017-11-14 11:28:02 +03:00
wapplay-home-linux
1b1495eee8 Skipped some tests for a users with root privileges 2017-11-14 09:16:11 +03:00
wapplay-home-linux
129e69c293 fixed some errors tests for php-32 bit platform 2017-11-14 08:47:25 +03:00
wapplay-home-linux
ec919808d0 Revert "travis try install zipalign"
This reverts commit 8880275
2017-11-13 15:50:19 +03:00
wapplay-home-linux
88802754b3 travis try install zipalign 2017-11-13 15:47:24 +03:00
wapplay-home-linux
2f87d4f5ab update readme 2017-11-13 15:40:05 +03:00
wapplay-home-linux
452c5920dd Add ZipModel for all changes. 2017-11-13 15:33:37 +03:00
wapplay-home-linux
42c0fc59df Merge branch 'hotfix/3.0.3' 3.0.3 2017-11-11 17:21:12 +03:00
wapplay-home-linux
dcd6ab933b Merge tag '3.0.3' into develop
Tagging version 3.0.3 3.0.3
2017-11-11 17:21:12 +03:00
wapplay-home-linux
6688f474b5 fix bug issue #8 - Error if the file is empty 2017-11-11 17:21:01 +03:00
wapplay-home-linux
a72db0aa7d Merge tag '3.0.2' into develop
Tagging version 3.0.2 3.0.2
2017-10-30 23:32:11 +03:00
wapplay-home-linux
810b7ca741 Merge branch 'hotfix/3.0.2' 3.0.2 2017-10-30 23:32:11 +03:00
wapplay-home-linux
115dfd3b52 some bugs fixed for php 32-bit 2017-10-30 23:31:39 +03:00
Ne-Lexa
183274d6da remove build on hhvm 2017-06-19 00:44:00 +03:00
Ne-Lexa
6812423c89 Merge tag '3.0.1' into develop
Tagging version 3.0.1 3.0.1
2017-03-15 19:03:17 +03:00
Ne-Lexa
f99c0278fd Merge branch 'hotfix/3.0.1' 3.0.1 2017-03-15 19:03:17 +03:00
Ne-Lexa
1b065c4cca fix incorrect time in archive 2017-03-15 19:03:04 +03:00
Ne-Lexa
c49ec503c8 Merge tag '3.0.0' into develop
Tagging version 3.0.0 3.0.0
2017-03-15 15:35:18 +03:00
Ne-Lexa
67fc1ea7ad Merge branch 'release/3.0.0' 3.0.0 2017-03-15 15:35:17 +03:00
Ne-Lexa
9716976002 update changelog 2017-03-15 15:35:09 +03:00
Ne-Lexa
4ca1717979 Merge branch 'feature/3.0.0-dev' into develop 2017-03-15 15:27:19 +03:00
wapplay-home-linux
560649b1e8 Update README 2017-03-15 10:43:52 +03:00
wapplay-home-linux
3ab98532a0 Update README 2017-03-15 10:42:46 +03:00
Ne-Lexa
0dbdc0faeb README update 2017-03-13 19:59:30 +03:00
Ne-Lexa
1e4b14177a Fix bug add files from directory iterator. 2017-03-13 19:58:51 +03:00
wapplay-home-linux
eb183c9da0 update travis ci config 2017-03-13 12:12:25 +03:00
wapplay-home-linux
72ecdca941 update travis ci config 2017-03-13 12:08:03 +03:00
wapplay-home-linux
b958cb7e19 update travis ci config 2017-03-13 11:55:59 +03:00
wapplay-home-linux
e4650b7de2 add codeclimate 2017-03-13 11:39:05 +03:00
wapplay-home-linux
f6fc289102 update ci config 2017-03-13 10:49:36 +03:00
wapplay-home-linux
af4b66bb6e update ci config 2017-03-13 09:56:25 +03:00