联系官方销售客服

1835022288

028-61286886

POSCMS 版主:POSCMS负责人
CodeIgniter 3.1.6 升级有木有
类型:POSCMS 更新时间:2017-09-27 11:32:04

昨天ci官方发布3.1.6,更新内容如下:

Version 3.1.6
Release Date: Sep 25, 2017
Security
Fixed a potential object injection in Cache Library ‘apc’ driver when save() is used with $raw = TRUE (thanks to Tomas Bortoli).
General Changes
Deprecated Cache Library Library driver ‘apc’.
Updated the Session Library ‘redis’, ‘memcached’ drivers to reduce the potential of a locking race conditions.

Bug fixes for 3.1.6
Fixed a bug (#5164) - Loader Library method library() ignored requests to load libraries previously assigned to super-object properties named differently than the library name.
Fixed a bug (#5168) - Query Builder method count_all_results() produced erroneous queries on Microsoft SQL Server when ORDER BY clauses are cached.
Fixed a bug (#5128) - Profiler didn’t wrap $_SESSION and configuration arrays in <pre> tags.
Fixed a bug (#5183) - Database Library method is_write_type() didn’t return TRUE for MERGE statements.
Fixed a bug where Image Manipulation Library didn’t escape image source paths passed to NetPBM as shell arguments.
Fixed a bug (#5236) - Query Builder methods limit(), offset() break SQL Server 2005, 2008 queries with "<tablename>".* in the SELECT clause.
Fixed a bug (#5243) - Database Library method version() didn’t work with the ‘pdo/dblib’ driver.
Fixed a bug (#5246) - Database transactions status wasn’t reset unless trans_complete() was called.
Fixed a bug (#5260) - Database Utilities method backup() generated incorrect INSERT statements with the ‘mysqli’ driver.
Fixed a bug where Database Results method field_data() didn’t parse field types with the ‘mysqli’ driver.


我把system目录替换成了3.1.6的,目前没有发现什么错误

有木有人弄过?

回帖
  • 易学习
    #1楼    易学习
    2017-09-27 11:12:20
    0
    https://www.codeigniter.com/user_guide/changelog.html
    更改:更新'redis'和'memcached'会话驱动程序,以减少锁定竞争条件的潜力; 不推荐使用cache_apc驱动程序。
    
    错误修复:数据库,图像,加载程序,分析器和查询生成器库。
  • 王兴业
    #2楼    王兴业
    2017-09-27 11:32:04
    0
    感谢分享,尝鲜了,没有遇到错误