// --------------------------------------------------------------------------------
// 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
没有合适的资源?快使用搜索试试~ 我知道了~
PHP轻量级人工在线客服系统源码 自适应手机移动端.zip
共2000个文件
txt:974个
js:507个
html:291个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 163 浏览量
2024-08-16
11:31:13
上传
评论
收藏 75.38MB ZIP 举报
温馨提示
支持多商家 支持多商家,每个注册用户为一个商家,每个商家可以添加多个客服。 不限坐席 每个商家可以无限添加坐席,不限制坐席数 支持H5移动端 系统自动适配移动端,也可以接入app(h5方式) 支持微信公众号/微信小程序 客服可以与微信公众号/小程序里的访客实时沟通 常见问题自动回复 支持设置常见问题,顾客可以点击常见问题系统会自动回复 客服分组 支持客服分组,例如售前客服,售后客服等,让专业的人员干专业的事情 微信表情 微信emoji表情全套 支持发送 图片、txt、zip、pdf、xls、doc… 其它… 客服转接、历史消息查看、数据统计、来源追踪、问候语、桌面通知、夜间模式切换 总后台功能: 总后台直接管理所有注册用户、分配不同商户版本权限及到期时间配置 站点信息配置 官网内容修改 商户充值续费功能 商户后台(用户后台)功能 客服窗口自定义颜色 数据统计-当日记录报表 客服管理-可分配不同员工账号。工作台可实现转接功能 分组设置-根据业务可分配售前组售后组等自定义 常用语管理-工作台常用语快捷应用 热门问题-用户初次咨询可设置热门问题快捷回复 系统设置-设置自动弹窗、接入域名、客
资源推荐
资源详情
资源评论
收起资源包目录
PHP轻量级人工在线客服系统源码 自适应手机移动端.zip (2000个子文件)
php_xxtea.c 6KB
xxtea.c 2KB
app-c103c6b2fd.css 219KB
bundle.css 152KB
summernote-bs3.css 143KB
app.min.css 142KB
bootstrap.css 138KB
bootstrap.min.css 118KB
style.min.css 112KB
layui.css 57KB
layui.css 50KB
animate.min.css 46KB
ueditor.css 45KB
ueditor.css 44KB
admin.css 36KB
ueditor.min.css 34KB
ueditor.min.css 34KB
datepicker3.css 33KB
layui.css 31KB
layui.css 27KB
font-awesome.min.css 26KB
ambiance.css 25KB
style.min.css 25KB
system.css 23KB
video-js.css 22KB
default.css 21KB
video-js.css 21KB
image.css 19KB
image.css 19KB
sweetalert.css 18KB
simditor.css 17KB
grid.css 17KB
layim.css 17KB
ui.jqgridffe4.css 16KB
video.css 15KB
video.css 15KB
layer.css 15KB
attachment.css 15KB
attachment.css 15KB
layim.css 15KB
layer.css 14KB
layer.css 14KB
layer.css 14KB
layer.css 14KB
layer.css 14KB
jasny-bootstrap.min.css 14KB
layer.css 14KB
chosen.css 12KB
dropzone.css 11KB
video-js.min.css 11KB
video-js.min.css 11KB
layer.css 11KB
layim.css 11KB
layui.mobile.css 11KB
fullcalendar.css 11KB
login.css 11KB
summernote.css 10KB
layim.css 10KB
plyr.css 10KB
chat.css 10KB
layui.mobile.css 10KB
laydate.css 9KB
laydate.css 9KB
laydate.css 8KB
table_form.css 8KB
laydate.css 8KB
laydate.css 8KB
layui.mobile.css 8KB
green.css 8KB
black.css 8KB
blue.css 8KB
default.css 8KB
jscal2.css 8KB
common.css 7KB
laydate.css 7KB
codemirror.css 7KB
enjoyhint.css 7KB
shCoreDefault.css 7KB
shCoreDefault.css 7KB
bootstrap-switch.css 7KB
opera.css 7KB
aero.css 7KB
blueimp-gallery.min.css 7KB
idialog.css 7KB
font-6c8ed7009c.css 7KB
awesome-bootstrap-checkbox.css 7KB
toastr.min.css 7KB
chrome.css 6KB
demo.css 6KB
dialog.css 6KB
twitter.css 6KB
laydate.css 6KB
webuploader-demo.min.css 6KB
simple.css 6KB
laydate.css 6KB
whisper.css 6KB
whisper.css 6KB
jquery.steps.css 6KB
calendar-blue.css 6KB
footable.core.css 5KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
智慧浩海
- 粉丝: 1w+
- 资源: 5442
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于Spring Boot框架的博客系统.zip
- (源码)基于Spring Boot框架的博客管理系统.zip
- (源码)基于ESP8266和Blynk的IR设备控制系统.zip
- (源码)基于Java和JSP的校园论坛系统.zip
- (源码)基于ROS Kinetic框架的AGV激光雷达导航与SLAM系统.zip
- (源码)基于PythonDjango框架的资产管理系统.zip
- (源码)基于计算机系统原理与Arduino技术的学习平台.zip
- (源码)基于SSM框架的大学消息通知系统服务端.zip
- (源码)基于Java Servlet的学生信息管理系统.zip
- (源码)基于Qt和AVR的FestosMechatronics系统终端.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功