CodeIgniter 3.1.2 发布了,CodeIgniter 是一个简单快速的PHP MVC 框架。 改进内容: 改变: Security Fixed a number of new vulnerabilities in :doc:`Security Library <libraries/security>` 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 <libraries/sessions>` didn't take into accountsession.hash_bits_per_character when validating session IDs. Fixed a bug (#4871) - :doc:`Query Builder <database/query_builder>` method update_batch() didn't properly handle identifier escaping. Fixed a bug (#4884) - :doc:`Query Builder <database/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. 下载地址: Source code (zip) Source code (tar.gz) CodeIgniter 3.1.2 发布,PHP 的 MVC 框架下载地址