// --------------------------------------------------------------------------------
// 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
没有合适的资源?快使用搜索试试~ 我知道了~
悬赏猫任务平台用户自主发布任务+接免签支付信用分评分机制网站源码+可打包app.zip
共2000个文件
php:4311个
png:840个
gif:571个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 42 浏览量
2023-01-03
09:52:37
上传
评论
收藏 100.37MB ZIP 举报
温馨提示
这个是带有用户发布任务功能的,还有信用分评分什么的,挺全面,具体的大家搭建出来看一下就知道。 都是OK的。支付对接第三方个人免签,微信支付宝双通道,也挺舒服。去授权版本,第一次打开后台会提示未授权,重新进一下就OK了
资源推荐
资源详情
资源评论
收起资源包目录
悬赏猫任务平台用户自主发布任务+接免签支付信用分评分机制网站源码+可打包app.zip (2000个子文件)
tcpdf_box.ai 6KB
AUTHORS 7KB
AUTHORS 848B
merge.bat 22B
BUGS 95B
php_xxtea.c 6KB
xxtea.c 2KB
ChangeLog 422KB
ChangeLog 29KB
CHANGELOG 1KB
config 1KB
config 1KB
config 1KB
config 1KB
config 1KB
config 1KB
config 1KB
config 1KB
config 1KB
config 1KB
config 1KB
config 1KB
config 1KB
config 1KB
config 1KB
config 1KB
config 1KB
config 1KB
COPYING 34KB
COPYING 18KB
COPYING 1KB
CREDITS 23KB
CREDITS 51B
tcpdf.crt 2KB
ace.min.css 265KB
framework7.material.colors.css 243KB
framework7.material.colors.min.css 228KB
framework7.material.css 148KB
framework7.ios.css 147KB
bootstrap.css 144KB
framework7.material.min.css 125KB
framework7.ios.min.css 125KB
bootstrap.min.css 120KB
sm.css 107KB
bootstrap.min.css 94KB
sm.min.css 87KB
framework7.ios.colors.css 76KB
framework7.ios.colors.min.css 71KB
animate.css 69KB
jquery-weui.min.css 54KB
animate.min.css 54KB
frozen.css 52KB
jquery.mCustomScrollbar.css 52KB
58a7338ca80ea401.css 48KB
font.css 48KB
58a7338ca80ea401.css 43KB
58a7338ca80ea401.css 43KB
ueditor.css 43KB
jquery.mCustomScrollbar.min.css 42KB
framework7.material.rtl.css 39KB
framework7.material.rtl.min.css 37KB
font-awesome-ie7.min.css 37KB
ace-rtl.min.css 36KB
ueditor.min.css 34KB
font-awesome.css 32KB
basic.css 31KB
font-awesome.css 31KB
font-awesome.min.css 30KB
xina.css 29KB
font-awesome.min.css 26KB
ace-skins.min.css 26KB
bootstrap-theme.css 26KB
framework7.ios.rtl.css 24KB
jquery-ui-1.10.3.full.min.css 24KB
bootstrap-theme.min.css 23KB
framework7.ios.rtl.min.css 22KB
font-awesome.min.css 22KB
task.css 22KB
task_rw.css 22KB
custom.css 21KB
default.css 21KB
video-js.css 21KB
bootstrap-editable.css 21KB
bootstrap-datepicker3.min.css 20KB
_all.css 20KB
swiper.3.1.7.min.css 20KB
share.css 20KB
select2.css 19KB
umeditor.css 18KB
image.css 18KB
sm-extend.css 17KB
style.css 17KB
layuimini.css 16KB
layer.css 16KB
video.css 15KB
_all.css 14KB
attachment.css 14KB
_all.css 14KB
umeditor.min.css 14KB
swiper.min.css 13KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
智慧浩海
- 粉丝: 1w+
- 资源: 5461
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- springboot219基于SpringBoot的网络海鲜市场系统的设计与实现.zip
- springboot222学生网上选课系统的设计与实现.zip
- springboot221酒店管理系统.zip
- 课程设计基于C++和EasyX绘图库编写的坦克大战小游戏源码+文档说明(高分项目)
- springboot223基于springboot的信息技术知识竞赛系统的设计与实现.zip
- Video-2024-09-26晚上-网络基础.wmv
- springboot224基于springboot搭建的疫情管理系统.zip
- springboot223基于springboot的信息技术知识赛系统的设计与实现.zip
- springboot225基于springBoot政府管理的系统设计.zip
- springboot227旅游管理系统.zip
- springboot228高校教师电子名片系统.zip
- 多元宇宙算法MVO优化BP做多特征输入单个因变量输出的拟合预测模型 程序内注释详细直接替数据就可以用 程序语言为matlab 程序可以结果图如下所示
- springboot226经方药食两用服务平台.zip
- springboot229基于Spring Boot的企业员工薪酬关系系统的设计.zip
- springboot230基于Spring Boot在线远程考试系统的设计与实现.zip
- springboot231基于SpringBoot+Vue的乡政府管理系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功