CodeIgniter 3.1.1 发布了,CodeIgniter 是一个简单快速的PHP MVC 框架。
改变:
Added E_PARSE to the list of error levels detected by the shutdown handler.
BUG修复:
Fixed a bug (#4732) - :doc:`Session Library
` triggered errors while writing data for a newly-created sessions with the 'memcached' driver.
Fixed a regression (#4736) - :doc:`Image Manipulation Library ` processing via ImageMagick didn't work.
Fixed a bug (#4737) - :doc:`Query Builder ` didn't add an OFFSET when LIMIT is zero or unused.
Fixed a regression (#4739) - :doc:`Email Library ` doesn't properly separate attachment bodies from headers.
Fixed a bug (#4754) - :doc:`Unit Testing Library ` method result() didn't translate res_datatype.
Fixed a bug (#4759) - :doc:`Form Validation `, :doc:`Trackback ` and XML-RPC libraries treated URI schemes in a case-sensitive manner.
Fixed a bug (#4762) - :doc:`Cache Library ` 'file' driver method get_metadata() checked TTL time against mtime instead of the cache item's creation time.
Fixed a bug where :doc:`File Uploading Library ` generated error messages on PHP 7.1.
Fixed a bug (#4780) - :doc:`compatibility function ` hex2bin() didn't reject inputs of type "resource".
Fixed a bug (#4787) - :doc:`Form Validation Library ` method valid_email() triggeredE_WARNING when input emails have empty domain names.
Fixed a bug (#4805) - :doc:`Database ` driver 'mysqli' didn't use theMYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT flag properly.
Fixed a bug (#4808) - :doc:`Database ` method is_write_type() only looked at the first line of a queries using RETURNING with the 'postgre', 'pdo/pgsql', 'odbc' and 'pdo/odbc' drivers.
Fixed a bug where :doc:`Query Builder ` method insert_batch() tried to execute an unsupported SQL query with the 'ibase' and 'pdo/firebird' drivers.
Fixed a bug (#4809) - :doc:`Database ` driver 'pdo/mysql' didn't turn off AUTOCOMMIT when starting a transaction.
Fixed a bug (#4822) - :doc:`CAPTCHA Helper ` didn't clear expired PNG images.
Fixed a bug (#4823) - :doc:`Session Library ` 'files' driver could enter an infinite loop ifmbstring.func_override is enabled.
Fixed a bug (#4851) - :doc:`Database Forge ` didn't quote schema names passed to itscreate_database() method.
Fixed a bug (#4863) - :doc:`HTML Table Library ` method set_caption() was missing method chaining support.
Fixed a bug (#4843) - :doc:`XML-RPC Library ` client class didn't set a read/write socket timeout.
下载地址:https://github.com/bcit-ci/CodeIgniter/archive/3.1.1.zip
来自:开源中国社区