红联Linux门户
Linux帮助

CodeIgniter 3.1.2发布,PHP的MVC框架

发布时间:2016-10-29 09:13:29来源:红联作者:Sednol
CodeIgniter 3.1.2 发布了,CodeIgniter 是一个简单快速的PHP MVC 框架。

改进内容:

改变:

Security

Fixed a number of new vulnerabilities in :doc:`Security Library ` method xss_clean().

General Changes

Allowed PHP 4-style constructors (Mathching_name::Matching_name() methods) to be used as routes, if there's a__construct() to override them.

Bug 修复:

Fixed a regression (#4874) - :doc:`Session Library ` didn't take into accountsession.hash_bits_per_character when validating session IDs.

Fixed a bug (#4871) - :doc:`Query Builder ` method update_batch() didn't properly handle identifier escaping.

Fixed a bug (#4884) - :doc:`Query Builder ` didn't properly parse field names ending in 'is' when used inside WHERE and HAVING statements.

Fixed a bug where CI_Log, CI_Output, CI_Email and CI_Zip didn't handle strings in a byte-safe manner whenmbstring.func_override is enabled.

下载地址:https://github.com/bcit-ci/CodeIgniter/archive/3.1.2.zip

来自:开源中国社区
文章评论

共有 0 条评论