1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-07-12 17:16:33 +02:00
Commit Graph

72 Commits

Author SHA1 Message Date
11a7c16f1b Fixed bug from issues 1
- Fixed encryption and decryption Traditional PKWARE Encryption - add casting to 32-bit integer.
- The restriction on the length of the password to 99 characters for the WinZIP AES Encryption method.
2016-12-14 12:34:59 +03:00
f2ffdae0c2 Merge branch 'release/2.1.0' 2.1.0 2016-10-14 18:10:04 +03:00
676eca7f87 Merge tag '2.1.0' into develop
Tagging version 2.1.0 2.1.0
2016-10-14 18:10:04 +03:00
2c402157ca Setting external attributes for new zip entries. 2016-10-14 18:08:00 +03:00
464050ff85 Merge branch 'release/2.0.3' 2.0.3 2016-09-26 22:31:30 +03:00
294e3d54ef Merge tag '2.0.3' into develop
Tagging version 2.0.3 2.0.3
2016-09-26 22:31:30 +03:00
015166d165 Fix support entry name '0' 2016-09-26 22:30:30 +03:00
47d308605e Correcting typos in the README 2016-09-26 18:33:05 +03:00
951433d0b7 Merge branch 'release/2.0.2' 2.0.2 2016-09-26 18:07:38 +03:00
9370f353c6 Merge tag '2.0.2' into develop
Tagging version 2.0.2 2.0.2
2016-09-26 18:07:38 +03:00
ac20d6fbf3 Optimize pack and unpack long fro PHP >= 5.6.3 2016-09-26 18:04:52 +03:00
2729d8cbec Merge branch 'release/2.0.1' 2.0.1 2016-09-26 16:56:46 +03:00
4c6f27c269 Merge tag '2.0.1' into develop
Tagging version 2.0.1 2.0.1
2016-09-26 16:56:46 +03:00
f0d90da75c Add support set zip alignment (alternative zipalign tool) 2016-09-26 16:56:06 +03:00
6e5d6f48e6 Merge branch 'release/2.0.0' 2.0.0 2016-09-26 12:09:31 +03:00
cf7f98b7c9 Merge tag '2.0.0' into develop
2.0.0 2.0.0
2016-09-26 12:09:31 +03:00
560a94c910 Completely rewritten code.
Implement read-only zip file - class \PhpZip\ZipFile, create and update zip file - \PhpZip\ZipOutputFile.
Supports ZIP64 ext, Traditional PKWARE Encryption, WinZip AES Encryption.
2016-09-26 12:04:38 +03:00
5c23e588ff change structure 2016-09-09 17:30:17 +03:00
d075309b78 Merge branch 'release/1.0.0' 1.0.0 2016-09-08 19:19:11 +03:00
fe38b442a0 Merge tag '1.0.0' into develop
1.0.0 1.0.0
2016-09-08 19:19:11 +03:00
45937d2620 Zip file create and modification 2016-09-08 19:18:53 +03:00
62af355d91 Initial commit 2016-09-08 14:16:25 +03:00