// --------------------------------------------------------------------------------
// PclZip 2.8.2 - readme.txt
// --------------------------------------------------------------------------------
// License GNU/LGPL - August 2009
// Vincent Blavet - vincent@phpconcept.net
// http://www.phpconcept.net
// --------------------------------------------------------------------------------
// $Id: readme.txt,v 1.60 2009/09/30 20:35:21 vblavet Exp $
// --------------------------------------------------------------------------------
0 - Sommaire
============
1 - Introduction
2 - What's new
3 - Corrected bugs
4 - Known bugs or limitations
5 - License
6 - Warning
7 - Documentation
8 - Author
9 - Contribute
1 - Introduction
================
PclZip is a library that allow you to manage a Zip archive.
Full documentation about PclZip can be found here : http://www.phpconcept.net/pclzip
2 - What's new
==============
Version 2.8.2 :
- PCLZIP_CB_PRE_EXTRACT and PCLZIP_CB_POST_EXTRACT are now supported with
extraction as a string (PCLZIP_OPT_EXTRACT_AS_STRING). The string
can also be modified in the post-extract call back.
**Bugs correction :
- PCLZIP_OPT_REMOVE_ALL_PATH was not working correctly
- Remove use of eval() and do direct call to callback functions
- Correct support of 64bits systems (Thanks to WordPress team)
Version 2.8.1 :
- Move option PCLZIP_OPT_BY_EREG to PCLZIP_OPT_BY_PREG because ereg() is
deprecated in PHP 5.3. When using option PCLZIP_OPT_BY_EREG, PclZip will
automatically replace it by PCLZIP_OPT_BY_PREG.
Version 2.8 :
- Improve extraction of zip archive for large files by using temporary files
This feature is working like the one defined in r2.7.
Options are renamed : PCLZIP_OPT_TEMP_FILE_ON, PCLZIP_OPT_TEMP_FILE_OFF,
PCLZIP_OPT_TEMP_FILE_THRESHOLD
- Add a ratio constant PCLZIP_TEMPORARY_FILE_RATIO to configure the auto
sense of temporary file use.
- Bug correction : Reduce filepath in returned file list to remove ennoying
'.//' preambule in file path.
Version 2.7 :
- Improve creation of zip archive for large files :
PclZip will now autosense the configured memory and use temporary files
when large file is suspected.
This feature can also ne triggered by manual options in create() and add()
methods. 'PCLZIP_OPT_ADD_TEMP_FILE_ON' force the use of temporary files,
'PCLZIP_OPT_ADD_TEMP_FILE_OFF' disable the autosense technic,
'PCLZIP_OPT_ADD_TEMP_FILE_THRESHOLD' allow for configuration of a size
threshold to use temporary files.
Using "temporary files" rather than "memory" might take more time, but
might give the ability to zip very large files :
Tested on my win laptop with a 88Mo file :
Zip "in-memory" : 18sec (max_execution_time=30, memory_limit=180Mo)
Zip "tmporary-files" : 23sec (max_execution_time=30, memory_limit=30Mo)
- Replace use of mktime() by time() to limit the E_STRICT error messages.
- Bug correction : When adding files with full windows path (drive letter)
PclZip is now working. Before, if the drive letter is not the default
path, PclZip was not able to add the file.
Version 2.6 :
- Code optimisation
- New attributes PCLZIP_ATT_FILE_COMMENT gives the ability to
add a comment for a specific file. (Don't really know if this is usefull)
- New attribute PCLZIP_ATT_FILE_CONTENT gives the ability to add a string
as a file.
- New attribute PCLZIP_ATT_FILE_MTIME modify the timestamp associated with
a file.
- Correct a bug. Files archived with a timestamp with 0h0m0s were extracted
with current time
- Add CRC value in the informations returned back for each file after an
action.
- Add missing closedir() statement.
- When adding a folder, and removing the path of this folder, files were
incorrectly added with a '/' at the beginning. Which means files are
related to root in unix systems. Corrected.
- Add conditional if before constant definition. This will allow users
to redefine constants without changing the file, and then improve
upgrade of pclzip code for new versions.
Version 2.5 :
- Introduce the ability to add file/folder with individual properties (file descriptor).
This gives for example the ability to change the filename of a zipped file.
. Able to add files individually
. Able to change full name
. Able to change short name
. Compatible with global options
- New attributes : PCLZIP_ATT_FILE_NAME, PCLZIP_ATT_FILE_NEW_SHORT_NAME, PCLZIP_ATT_FILE_NEW_FULL_NAME
- New error code : PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE
- Add a security control feature. PclZip can extract any file in any folder
of a system. People may use this to upload a zip file and try to override
a system file. The PCLZIP_OPT_EXTRACT_DIR_RESTRICTION will give the
ability to forgive any directory transversal behavior.
- New PCLZIP_OPT_EXTRACT_DIR_RESTRICTION : check extraction path
- New error code : PCLZIP_ERR_DIRECTORY_RESTRICTION
- Modification in PclZipUtilPathInclusion() : dir and path beginning with ./ will be prepend
by current path (getcwd())
Version 2.4 :
- Code improvment : try to speed up the code by removing unusefull call to pack()
- Correct bug in delete() : delete() should be called with no argument. This was not
the case in 2.3. This is corrected in 2.4.
- Correct a bug in path_inclusion function. When the path has several '../../', the
result was bad.
- Add a check for magic_quotes_runtime configuration. If enabled, PclZip will
disable it while working and det it back to its original value.
This resolve a lots of bad formated archive errors.
- Bug correction : PclZip now correctly unzip file in some specific situation,
when compressed content has same size as uncompressed content.
- Bug correction : When selecting option 'PCLZIP_OPT_REMOVE_ALL_PATH',
directories are not any more created.
- Code improvment : correct unclosed opendir(), better handling of . and .. in
loops.
Version 2.3 :
- Correct a bug with PHP5 : affecting the value 0xFE49FFE0 to a variable does not
give the same result in PHP4 and PHP5 ....
Version 2.2 :
- Try development of PCLZIP_OPT_CRYPT .....
However this becomes to a stop. To crypt/decrypt I need to multiply 2 long integers,
the result (greater than a long) is not supported by PHP. Even the use of bcmath
functions does not help. I did not find yet a solution ...;
- Add missing '/' at end of directory entries
- Check is a file is encrypted or not. Returns status 'unsupported_encryption' and/or
error code PCLZIP_ERR_UNSUPPORTED_ENCRYPTION.
- Corrected : Bad "version need to extract" field in local file header
- Add private method privCheckFileHeaders() in order to check local and central
file headers. PclZip is now supporting purpose bit flag bit 3. Purpose bit flag bit 3 gives
the ability to have a local file header without size, compressed size and crc filled.
- Add a generic status 'error' for file status
- Add control of compression type. PclZip only support deflate compression method.
Before v2.2, PclZip does not check the compression method used in an archive while
extracting. With v2.2 PclZip returns a new error status for a file using an unsupported
compression method. New status is "unsupported_compression". New error code is
PCLZIP_ERR_UNSUPPORTED_COMPRESSION.
- Add optional attribute PCLZIP_OPT_STOP_ON_ERROR. This will stop the extract of files
when er
没有合适的资源?快使用搜索试试~ 我知道了~
2021新款运营版每日任务悬赏平台手机app源码+APP下载页面源码+支持个人码支付免签收款
共2000个文件
php:4104个
png:1052个
jpeg:645个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
5星 · 超过95%的资源 4 下载量 37 浏览量
2022-04-20
10:15:36
上传
评论 2
收藏 396.13MB ZIP 举报
温馨提示
功能齐全包含: 个人码支付免签收款、自助接任务、发布任务,店铺关注,置顶推荐,排行榜,红包大厅,红包抽奖,任务步骤,举报维权,vip会员特权等众多功能 与市面趣闲赚、牛帮赚了钱、众人帮、悬赏猫、悬赏兔、赏金赚等任务悬赏APP源码一样 源码仅供学习
资源详情
资源评论
资源推荐
收起资源包目录
2021新款运营版每日任务悬赏平台手机app源码+APP下载页面源码+支持个人码支付免签收款 (2000个子文件)
00483dbb2757b0e3cc4c2c953ea58cd3db4833 46B
02c59ac6cde56ea5075e05af36e5a4d810e17c 47B
0620ef4701ac9ef5beda754eccf62ed235c16b 233B
0fb1a246be45eee6beb9e292ca1bc71b9ebeaa 306B
100b98c00fc5bade8d6a66b841dd5cb52d94b0 223B
106438f136b67aa82d115ad1e9188bd511d05c 46B
10b518f1dd84d07bdb5f3488a67d90e1117095 46B
11d18742d9511c57f17da4364c1a09f7d29a52 306B
130096950d1f09d410d823d1524d54e18acff4 272B
1403f6e2cd6fdb580bda1e43897ceb39664e99 332B
1582612286%2E 0B
1582612287%2E 0B
1582612315%2E 0B
1582612331%2E 0B
1c50c62113cbeb50bcc8a8579457ee7d6d6e31 555B
1f38645c6537c963e97736789c7290b69e662d 3KB
21da434be5f71f4da67c972f1cb2ef18711b83 735B
2233701722d6af618bf7340564a59a63ad7a2b 804B
259fb98e41bd818864f7f4271c270a240a9866 553B
2979ff28c3d561209803fd562755d3e01742dd 609B
2c46fe7a6e968c234ce970bd65a333789a73d7 713B
2d114cf8afb754ec57f4262d40c2644976820b 46B
2f833a7e4d11fe19ca3f14c3a70aa00963e36f 222B
30581831fd3e6895333236946dc6ca69875502 235B
312e4f66ff4aa371d51f55464fed8f546793c7 3KB
398c853f9fe4c5ab631e7f32462f2d69bceb11 561B
3b25c4284e5bc7748ce748552a7065d2ec935c 272B
3e841ae540c3450741115c09bf88aef788b6dc 102B
3f94d2a31d6e1be6bb574020923ae4dc9c10d9 238B
41cb4d2822d6ca0355dd0ede7c2ce6ab 0B
4a0949983923a33fd125b1462d63d561e02674 558B
4d65b78e2a0f1b1be33f06386ca4434523f4f6 3KB
4fcbf7aa59b91d95b7ce7d06ccbc1227b6f6a1 254B
5311a9bdc6ab973dcde29ef0282416b4af6dfc 152B
57c395412806ee3307f967be628fb4ec32697d 3KB
582ffd304f169bf0302aaa39aeaaed8dedf647 695B
599242aeebdded0770fcb2994d20ca2f125634 222B
59bcfed2c140e077e5a428af8ad0ffb954ce49 504B
5f0c795bdb8d66464db029e52344d1d0ff7fc5 164B
5f186e27145487d7857c11c3c78596c2ff7a5a 224B
5f419051046b72701fe7d1c7f3df279b461ea0 187B
6111ba9d19144d3ff4155182027d55ea12b28c 305B
6175de080e9ab53eb4a75bd76fe05c9d3737c7 557B
61c756f822d4b9645e8c9607cc09929c37de37 160B
684fea88caadc84ab55e35f1ea0f50588bdc37 223B
694084a271818483bb598175182fa0b8b7227b 90B
6ff538b9094f84144435d4908e58c111dee9f9 47B
70f1d673edc1cdf39640bab58e037c93d23bbc 272B
728136f9de000e9c5810141aa3d4ff4c746435 272B
742987d8bad9768d8590a5dd21ed7aefc143d4 46B
75a85b4db1894529950e1d923127f58c59df38 507B
77778930dff633429325e5eac5d36fce219815 580B
77ddc61fe8b235dcd340c2e53cef1e62f773ea 1KB
78ced43d44388aa9f231f41b1a499eb5c814c6 784B
7ff216b0fbe0020af47f1ed8836a55705835d4 554B
80066b4e416f1e6246cb34cef249d4c442409b 3KB
801964a2b4105370af7c3abb7970d64e94ab54 209B
805ff6714006150d2f93525f258b6f447ffd41 629B
80af66fbd2b5925e9f713234a6fe8e94865632 241B
88cedede4e26d3c077abec267c4c2f5c10e9c5 272B
8b635472fa37db5caa2fa119109852eba4e340 153B
8ea1d6a7cba87af351b641d292788501f7624e 552B
905d82a8a61c26187fe4479f197495f54cd8fa 236B
92ac085bfc53dfb035706bf34f43ea41d8e8a1 165B
954f4868f880e9e15df861b784d905b6c5058a 1KB
962c476e95f7dedbf81d672dcb0676a368469a 272B
968fc484f16b5239e240c1beff3885695bd7d5 223B
96b9e73881c2828f469ccd12be5e5e6bdbbe04 164B
9932420dacab8d46b8ee21b896872821954230 272B
99ea9311f9efc02a8e65526163630f7539452d 164B
9d3912bea95f3ca41271dbfb075836f1f44dc7 47B
a29877afe49641b75ea2835e9372e4c015822d 2KB
a2ddc19457d692fb81fc636a3d75544f6c18b4 579B
a3aa00c833f99b2514ca6a83556b24a7 0B
a6f9967b7cd87ecf748e5afb3220c716e2d8e7 719B
ab9e4adcaad7622d0a46affc413ff6db0dd385 716B
acc446548341c0496c22180dd2939683ab0d45 106B
ae212c32773d6a7508a2d8f49882d48557845b 556B
af96104c808b0a4cf9b53bb091ddb367b53481 59B
安卓.apk 2.44MB
x236337-adr-v105-9yk.apk 2.44MB
b2d07e9ffd92b3decfabe8b2f53bad0405c38b 279B
b4b24b848885078392a8e7f43e2e6888387482 56B
b74c7da66d12858fd1e6a43273dcaaf2d6e3cf 183B
b8ed7d172b2c1347d977e0ddbf434d2c0e351d 224B
b920fe8b9a81b6bb956efacfe5bfae4ac63352 719B
b92ca01b59093a794e0bf125b4934fb2c57909 224B
ba6567bb1b17934dcb6f9239e36eb2020eba96 47B
start_for_win.bat 169B
bb259b40de2d2fdb2ff91730437df6b7068b87 582B
bc94ef7e5d2cc08add39f2295656ba02a16d7e 306B
bd2f712b4ad8fe7c7c058978ec56ad0c5093cf 46B
be59bacff6024b1821458a2609b159da9e9b02 560B
logo_bg.png.bf 184KB
Home.php.bf 11KB
c0b7d8f5fde9ac2c61f8df4a01c41047241564 223B
c22951fc909dede5a1214597d838ece337a869 548B
c47078399aa90a73915da2bd546453ea1c8d7b 222B
c6c30dab8ebaeab156693aeed8e0f1d0bd2b43 47B
c7f587f0573ae00aeff3d81ec6db79a3b40ff9 272B
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
黄永达129
- 粉丝: 0
- 资源: 49
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于Spring Boot的电子印章管理系统.zip
- (源码)基于C++的演讲比赛流程控制系统.zip
- (源码)基于Spring Boot和Redis的秒杀系统.zip
- (源码)基于C++的学生管理系统.zip
- (源码)基于Java Swing和MySQL的旅游管理系统.zip
- (源码)基于C++编程语言的LineageOS移动操作系统.zip
- (源码)基于Linux和GTK的邮件管理系统.zip
- Python+html实现抖音创作者数据分析(离线+实时)
- (源码)基于Spring Boot和Vue的在线云办公系统.zip
- (源码)基于Python和PyQt框架的文件管理系统模拟.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论4