内容简介:CodeIgniter 3.1.7 已发布,CodeIgniter 是一个简单快速的 PHP MVC 框架。该版本一些变更和错误修复,主要如下: - 更改:更新了缓存、电子邮件、表单验证、加载器和分页库;弃用 CAPTCHA 助手的 create_captc...
CodeIgniter 3.1.7 已发布,CodeIgniter 是一个简单快速的 PHP MVC 框架。该版本一些变更和错误修复,主要如下:
- 更改:更新了缓存、电子邮件、表单验证、加载器和分页库;弃用 CAPTCHA 助手的 create_captcha() 函数
- 错误修复:数据库、数据库实用程序、查询生成器和会话库;URL 助手;$config['allow_get_array'] 处理
Release Date: Jan 13, 2018
General Changes
Updated Form Validation Library rule
valid_email
to useINTL_IDNA_VARIANT_UTS46
for non-ASCII domain names.Updated Email Library to use
INTL_IDNA_VARIANT_UTS46
for non-ASCII domain names.Updated Loader Library method
model()
to log bothCI_Model
class loading and individual models’ initialization.Updated Pagination Library to preserve previously set attributes while calling
initialize()
.Updated Cache Library to automatically add items to cache on
increment()
,decrement()
calls for missing keys.Deprecated usage of CAPTCHA Helper function
create_captcha()
with parameters other than$data
.
Bug fixes for 3.1.7
Fixed a regression (#5276) - Database Utilities method
backup()
generated incorrectINSERT
statements with the ‘mysqli’ driver.Fixed a regression where Database Results method
field_data()
returned incorrect type names.Fixed a bug (#5278) - URL Helper function
auto_link()
didn’t detect trailing slashes in URLs.Fixed a regression (#5282) - Query Builder method
count_all_results()
breaksORDER BY
clauses for subsequent queries.Fixed a bug (#5279) - Query Builder didn’t account for already escaped identifiers while applying database name prefixes.
Fixed a bug (#5331) - URL Helper function
auto_link()
converted e-mail addresses starting with ‘www.’ to both “url” and “email” links.Fixed a bug where
$config['allow_get_array']
defaulted toFALSE
if it didn’t exist in the config file.Fixed a bug (#5379) - Session Library would incorrectly fail to obtain a lock that it already has on PHP 7 with the ‘memcached’ driver.
源码下载:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- PHP 框架 CodeIgniter 3.1.7 发布,包含变更和错误修复
- PyMiner 开源协议变更为 LGPL,技术变更为 PySide2
- 使用JGit获取变更细节
- 每日获取变更的CVE漏洞
- Raft 成员变更的工程实践
- 生产变更的几点感悟
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
嵌入式Linux应用程序开发详解
孙琼 / 人民邮电出版社 / 2006-7 / 46.00元
《嵌入式Linux应用程序开发详解》主要分为3个部分,包括Linux基础、搭建嵌入式Linux环境和嵌入式Linux的应用开发。Linux基础部分从Linux的安装过程、基本操作命令讲起,为Linux初学者能快速入门提供了保证。接着系统地讲解了嵌入式Linux的环境搭建,以及嵌入式Linux的I/O与文件系统的开发、进程控制开发、进程间通信开发、网络应用开发、基于中断的开发、设备驱动程序的开发以及......一起来看看 《嵌入式Linux应用程序开发详解》 这本书的介绍吧!