// --------------------------------------------------------------------------------
// 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 errors like 'a folder with same name exists' or 'a newer file exists' or
'a write protected file' exists, rather than set a status for the concerning f
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
本项目是一款基于ThinkPHP5和Vue3框架开发的RBAC权限控制前后端分离管理系统设计源码。项目包含3443个文件,涵盖了2214个PHP文件、189个数据文件、156个PHP测试文件、134个Markdown文件、94个JSON文件、68个JavaScript文件、60个XML文件、59个Vue文件、58个YAML文件、40个SVG文件等多种格式。该系统采用ThinkPHP5和Vue3、Element-UI技术栈,提供了完整的前后端分离解决方案。此外,系统已升级至ThinkPHP6、Vue3、Ant Design Vue 2.1版本,并上线企业授权版,集成了微信支付、支付宝支付、OSS存储、阿里短信、邮件功能、广告管理、文章管理等功能,支持按钮级权限控制。项目适用于各类企业级应用,咨询请联系QQ 87989431。
资源推荐
资源详情
资源评论
收起资源包目录
基于ThinkPHP5+Vue3的RBAC权限控制前后端分离管理系统设计源码 (2000个子文件)
random_compat.phar.pubkey.asc 488B
phpunit.bat 113B
test.bmp 0B
pimple.c 37KB
index.css 414KB
bootstrap.min.css 115KB
nv.d3.min.css 9KB
shCoreEclipse.css 8KB
shCoreDjango.css 7KB
shCoreFadeToGrey.css 7KB
shCoreDefault.css 7KB
shCoreMidnight.css 7KB
shCoreRDark.css 7KB
shCoreEmacs.css 7KB
shCoreMDUltra.css 7KB
shCore.css 5KB
shThemeEclipse.css 3KB
shThemeDjango.css 2KB
shThemeFadeToGrey.css 2KB
shThemeVisualStudio.css 2KB
shThemeDefault.css 2KB
shThemeMidnight.css 2KB
shThemeRDark.css 2KB
shThemeEmacs.css 2KB
shThemeMDUltra.css 2KB
style.css 2KB
shThemeAppleScript.css 2KB
waves.css 825B
dashboard.html.dist 7KB
file.html.dist 3KB
TestCaseMethod.tpl.dist 3KB
directory.html.dist 2KB
mocked_class.tpl.dist 1KB
file_item.html.dist 871B
directory_item.html.dist 821B
Migration.template.php.dist 756B
proxied_method.tpl.dist 716B
phpunit.xml.dist 681B
phpunit.xml.dist 677B
phpunit.xml.dist 661B
phpunit.xml.dist 658B
phpunit.xml.dist 654B
mocked_method.tpl.dist 644B
method_item.html.dist 632B
phpunit.xml.dist 619B
phpunit.xml.dist 460B
Seed.template.php.dist 326B
coverage_bar.html.dist 305B
mocked_class_method.tpl.dist 237B
wsdl_class.tpl.dist 179B
unmocked_clone.tpl.dist 159B
mocked_static_method.tpl.dist 151B
mocked_clone.tpl.dist 132B
wsdl_method.tpl.dist 60B
trait_class.tpl.dist 55B
glyphicons-halflings-regular.eot 20KB
test.gif 233KB
401.gif 160KB
.gitattributes 38B
.gitattributes 15B
.gitattributes 15B
.gitattributes 15B
.gitattributes 15B
.gitattributes 15B
.gitattributes 15B
.gitattributes 15B
.gitignore 258B
.gitignore 113B
.gitignore 100B
.gitignore 98B
.gitignore 74B
.gitignore 45B
.gitignore 44B
.gitignore 43B
.gitignore 37B
.gitignore 31B
.gitignore 29B
.gitignore 29B
.gitignore 28B
.gitignore 19B
.gitignore 19B
.gitignore 16B
.gitignore 7B
.gitignore 6B
.gitkeep 0B
.gitkeep 0B
php_pimple.h 6KB
pimple_compat.h 3KB
.htaccess 216B
.htaccess 13B
index.html 6KB
index.html 4KB
msg.html 2KB
base.html 2KB
page.html 1KB
contentsutf8.html 908B
pic.html 707B
blog.html 645B
contents.html 645B
index.html 555B
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
lly202406
- 粉丝: 3160
- 资源: 5548
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 【基于D-S证据的风机故障诊断程序】 证据理论 故障诊断 风机数据 1、风机典型传感器数据与三类典型故障标签; 2、基于朴素贝叶斯假设的基本信任分配函数; 3、对比传统DS证据方法,以及改进DS证据方
- Go编程入门:构建你的第一个Golang项目
- 履带行走抓取机器人sw18可编辑全套技术资料100%好用.zip
- 基于 SDN 的车辆网络、调度和路由中的电动汽车 (EV) 最佳充电方案32 电动汽车 (EV) 的最新发展引发了充电点和停车位的电力资源有限,还必须满足用户在时间和价格方面的偏好 本项目开发了一
- 数据驱动的建模与分析基础教程
- 内托自动装箱sw20可编辑全套技术资料100%好用.zip
- YOLO编程实战:从零构建图像识别项目基础教程
- 企业大厂应用级FPGA i2s verilog完整串口模块ip源代码,企业级应用源码,适合需要学习ic设计验证及soc开发的工程师 提供databook资料和verilog完整ip源代码 代码架构清
- 绿色无机蔬菜智能分选生产线sw17可编辑全套技术资料100%好用.zip
- EMD经验模态分解应用于流体力学流场数据的matlab程序 包含视频教程,实例数据和程序代码 流体力学,航空航天,船舶海洋,土木工程,能源动力专业必备
- 全自动炒菜机sw07可编辑全套技术资料100%好用.zip
- MATLAB[仿真2019b] 双馈风机,实现mppt,变速恒频及稳压控制
- 大厂的LLC设计资料,很详细的设计
- Simullink仿真 matlab2019 双馈风机-自励风机+他励风机,可实现MPPT 源侧,机侧,网侧参数都可观察
- 气压升降机sw21可编辑全套技术资料100%好用.zip
- 西南科技大学+竞赛与实践+私有链搭建
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功