内容简介:PHP MVC 框架 CodeIgniter 3.1.10 发布了。该版本更新内容主要是几个改动和 Bug 的修复。 改动 在 ‘pdo/mysql’ 数据库 驱动程序中,添加了对 ‘ssl_verify’ 的支持 重命名 Inflector Helper 函数 is_countable...
PHP MVC 框架 CodeIgniter 3.1.10 发布了。该版本更新内容主要是几个改动和 Bug 的修复。
改动
在 ‘pdo/mysql’ 数据库 驱动程序中,添加了对 ‘ssl_verify’ 的支持
重命名 Inflector Helper 函数
is_countable()
成word_is_countable()
,原因是前者与 PHP 7.3.0 的一个引入冲突。
Bug 修复
Fixed a bug (#5526) - Session Library had a syntax error in its ‘memcached’ driver.
Fixed a bug (#5542) - Database Forge method
modify_column()
always made fieldsNOT NULL
when attempting to modify their nullable property under PostgreSQL.Fixed a bug (#5561) - Database Library didn’t allow SSL connection configuration with only the ‘ssl_verify’ option when using the ‘mysqli’ driver.
Fixed a bug (#5545) - Session Library crashed due to a caching-related error with the ‘files’ driver.
Fixed a bug (#5571) - XML-RPC Library had a typo that triggered an
E_WARNING
message on PHP 7.2.Fixed a bug (#5587) - Database Forge method
create_table()
generated anE_WARNING
message.Fixed a bug (#5590) - Form Validation Library rule valid_base64 didn’t have a default error message.
Fixed a bug (#5624) - Database Library methods
list_fields()
,field_exists()
returned incorrect results after tables are modified.Fixed a bug (#5627) - Database driver ‘mysqli’ triggered an
E_WARNING
message if there’s no'port'
specified in the database configuration.Fixed a bug (#5651) - Database Caching could try to delete non-existent cache files due to a race condition.
Fixed a bug (#5652) - CAPTCHA Helper function
create_captcha()
didn’t comply with CSS standards.Fixed a bug (#5605) - Form Validation Library didn’t nullify array inputs that are expected to be strings.
下载地址:
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 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 开发框架实例
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
代码里的世界观——通往架构师之路
余叶 / 人民邮电出版社 / 2018-11 / 59.00元
本书分为两大部分,第一部分讲述程序员在编写程序和组织代码时遇到的很多通用概念和共同问题,比如程序里的基本元素,如何面向对象,如何面向抽象编程,什么是耦合,如何进行单元测试等。第二部分讲述程序员在编写代码时都会遇到的思考和选择,比如程序员的两种工作模式,如何坚持技术成长,程序员的组织生产方法,程序员的职业生涯规划等。一起来看看 《代码里的世界观——通往架构师之路》 这本书的介绍吧!