摘要: CodeIgniter 3.1.0 发布,详情参见changelog。更新如下:SecurityFixed an SQL injection in the 'odbc' database driver.Updated:php:func:`set_realpath()`:doc:`Path Helpr helpers/path_helper`function to filt ...
Updated :doc:`Session Library <libraries/sessions>` to log 'debug' messages when using fallbacks tosession.save_path (php.ini) or 'sess_use_database', 'sess_table_name' settings.
Fixed a bug (#4613) - :doc:`Email Library <libraries/config>` failed to send multiple emails via SMTP due to "already authenticated" errors when keep-alive is enabled.
Fixed a bug (#4637) - :doc:`Database <database/index>` method error() returned FALSE with the 'oci8' driver if there was no error.
Fixed a bug (#4647) - :doc:`Query Builder <database/query_builder>` method count_all_results() doesn't take into account GROUP BY clauses while deciding whether to do a subquery or not.