设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

PHP框架CodeIgniter 3.1.7发布,包含变更和错误修复

2018-1-14 13:48| 发布者: joejoe0332| 查看: 359| 评论: 0|原作者: oschina|来自: oschina

摘要: CodeIgniter 3.1.7 已发布,CodeIgniter 是一个简单快速的 PHP MVC 框架。该版本一些变更和错误修复,主要如下:- 更改:更新了缓存、电子邮件、表单验证、加载器和分页库;弃用 CAPTCHA 助手的 create_captcha() 函 ...
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 use INTL_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 both CI_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 incorrect INSERT 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() breaks ORDER 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 to FALSE 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.

完整更新日志发布地址

源码下载:


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部