内容简介:CodeIgniter 3.1.6 发布了,CodeIgniter 是一个简单快速的 PHP MVC 框架。该版本带来了一些关键的安全性修复,以及许多的错误修复。 安全 Fixed a potential object injection in Cache Library ‘apc’ driv...
CodeIgniter 3.1.6 发布了,CodeIgniter 是一个简单快速的 PHP MVC 框架。该版本带来了一些关键的安全性修复,以及许多的错误修复。
安全
Fixed a potential object injection in Cache Library ‘apc’ driver when
save()
is used with$raw = TRUE
(thanks to Tomas Bortoli).常规更新
Deprecated Cache Library Library driver ‘apc’.
Updated the Session Library ‘redis’, ‘memcached’ drivers to reduce the potential of a locking race conditions.
3.1.6 版本的 Bug 修复
Fixed a bug (#5164) - Loader Library method
library()
ignored requests to load libraries previously assigned to super-object properties named differently than the library name.Fixed a bug (#5168) - Query Builder method
count_all_results()
produced erroneous queries on Microsoft SQL Server whenORDER BY
clauses are cached.Fixed a bug (#5128) - Profiler didn’t wrap
$_SESSION
and configuration arrays in<pre>
tags.Fixed a bug (#5183) - Database Library method
is_write_type()
didn’t return TRUE forMERGE
statements.Fixed a bug where Image Manipulation Library didn’t escape image source paths passed to NetPBM as shell arguments.
Fixed a bug (#5236) - Query Builder methods
limit()
,offset()
break SQL Server 2005, 2008 queries with"<tablename>".*
in theSELECT
clause.Fixed a bug (#5243) - Database Library method
version()
didn’t work with the ‘pdo/dblib’ driver.Fixed a bug (#5246) - Database transactions status wasn’t reset unless
trans_complete()
was called.Fixed a bug (#5260) - Database Utilities method
backup()
generated incorrectINSERT
statements with the ‘mysqli’ driver.Fixed a bug where Database Results method
field_data()
didn’t parse field types with the ‘mysqli’ driver.
完整内容请查看更新日志。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- One 框架 2.0.13 发布
- Total.js 框架 v2.6.0 发布,Node.js 的 MVC 框架
- Total.js 框架 v2.6.0 发布,Node.js 的 MVC 框架
- 快嘉框架 v1.6 更新发布,J2EE 开发框架实例
- 快嘉框架 v2.0 更新发布,J2EE 开发框架实例
- 快嘉框架 v2.0 更新发布,J2EE 开发框架实例
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构、算法与应用
(美)Sartaj Sahni / 汪诗林、孙晓东、等 / 机械工业出版社 / 2000-01 / 49.00
本书是关于计算机科学与工程领域的基础性研究科目之一――数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。 本书......一起来看看 《数据结构、算法与应用》 这本书的介绍吧!
HTML 编码/解码
HTML 编码/解码
UNIX 时间戳转换
UNIX 时间戳转换