You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4069 lines
364 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Change Log &mdash; CodeIgniter 3.1.4 documentation</title>
<link rel="shortcut icon" href="_static/ci-icon.ico"/>
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="_static/css/citheme.css" type="text/css" />
<link rel="top" title="CodeIgniter 3.1.4 documentation" href="index.html"/>
<link rel="next" title="The MIT License (MIT)" href="license.html"/>
<link rel="prev" title="Developers Certificate of Origin 1.1" href="DCO.html"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div id="nav">
<div id="nav_inner">
<div id="pulldown-menu" class="ciNav">
<ul>
<li class="toctree-l1"><a class="reference internal" href="general/welcome.html">Welcome to CodeIgniter</a><ul class="simple">
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="installation/index.html">Installation Instructions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="installation/downloads.html">Downloading CodeIgniter</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation/index.html">Installation Instructions</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation/upgrading.html">Upgrading From a Previous Version</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation/troubleshooting.html">Troubleshooting</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="overview/index.html">CodeIgniter Overview</a><ul>
<li class="toctree-l2"><a class="reference internal" href="overview/getting_started.html">Getting Started</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/at_a_glance.html">CodeIgniter at a Glance</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/features.html">Supported Features</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/appflow.html">Application Flow Chart</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/mvc.html">Model-View-Controller</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/goals.html">Architectural Goals</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="tutorial/index.html">Tutorial</a><ul>
<li class="toctree-l2"><a class="reference internal" href="tutorial/static_pages.html">Static pages</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/news_section.html">News section</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/create_news_items.html">Create news items</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/conclusion.html">Conclusion</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="contributing/index.html">Contributing to CodeIgniter</a><ul>
<li class="toctree-l2"><a class="reference internal" href="documentation/index.html">Writing CodeIgniter Documentation</a></li>
<li class="toctree-l2"><a class="reference internal" href="DCO.html">Developer&#8217;s Certificate of Origin 1.1</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="general/index.html">General Topics</a><ul>
<li class="toctree-l2"><a class="reference internal" href="general/urls.html">CodeIgniter URLs</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/controllers.html">Controllers</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/reserved_names.html">Reserved Names</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/views.html">Views</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/models.html">Models</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/helpers.html">Helpers</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/libraries.html">Using CodeIgniter Libraries</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/creating_libraries.html">Creating Libraries</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/drivers.html">Using CodeIgniter Drivers</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/creating_drivers.html">Creating Drivers</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/core_classes.html">Creating Core System Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/ancillary_classes.html">Creating Ancillary Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/hooks.html">Hooks - Extending the Framework Core</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/autoloader.html">Auto-loading Resources</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/common_functions.html">Common Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/compatibility_functions.html">Compatibility Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/routing.html">URI Routing</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/errors.html">Error Handling</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/caching.html">Caching</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/profiling.html">Profiling Your Application</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/cli.html">Running via the CLI</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/managing_apps.html">Managing your Applications</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/environments.html">Handling Multiple Environments</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/alternative_php.html">Alternate PHP Syntax for View Files</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/security.html">Security</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/styleguide.html">PHP Style Guide</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="libraries/index.html">Libraries</a><ul>
<li class="toctree-l2"><a class="reference internal" href="libraries/benchmark.html">Benchmarking Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/caching.html">Caching Driver</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/calendar.html">Calendaring Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/cart.html">Shopping Cart Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/config.html">Config Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/email.html">Email Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/encrypt.html">Encrypt Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/encryption.html">Encryption Library</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/file_uploading.html">File Uploading Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/form_validation.html">Form Validation</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/ftp.html">FTP Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/image_lib.html">Image Manipulation Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/input.html">Input Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/javascript.html">Javascript Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/language.html">Language Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/loader.html">Loader Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/migration.html">Migrations Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/output.html">Output Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/pagination.html">Pagination Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/parser.html">Template Parser Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/security.html">Security Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/sessions.html">Session Library</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/table.html">HTML Table Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/trackback.html">Trackback Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/typography.html">Typography Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/unit_testing.html">Unit Testing Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/uri.html">URI Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/user_agent.html">User Agent Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/xmlrpc.html">XML-RPC and XML-RPC Server Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/zip.html">Zip Encoding Class</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="database/index.html">Database Reference</a><ul>
<li class="toctree-l2"><a class="reference internal" href="database/examples.html">Quick Start: Usage Examples</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/configuration.html">Database Configuration</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/connecting.html">Connecting to a Database</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/queries.html">Running Queries</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/results.html">Generating Query Results</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/helpers.html">Query Helper Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/query_builder.html">Query Builder Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/transactions.html">Transactions</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/metadata.html">Getting MetaData</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/call_function.html">Custom Function Calls</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/caching.html">Query Caching</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/forge.html">Database Manipulation with Database Forge</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/utilities.html">Database Utilities Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/db_driver_reference.html">Database Driver Reference</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="helpers/index.html">Helpers</a><ul>
<li class="toctree-l2"><a class="reference internal" href="helpers/array_helper.html">Array Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/captcha_helper.html">CAPTCHA Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/cookie_helper.html">Cookie Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/date_helper.html">Date Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/directory_helper.html">Directory Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/download_helper.html">Download Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/email_helper.html">Email Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/file_helper.html">File Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/form_helper.html">Form Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/html_helper.html">HTML Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/inflector_helper.html">Inflector Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/language_helper.html">Language Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/number_helper.html">Number Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/path_helper.html">Path Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/security_helper.html">Security Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/smiley_helper.html">Smiley Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/string_helper.html">String Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/text_helper.html">Text Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/typography_helper.html">Typography Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/url_helper.html">URL Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/xml_helper.html">XML Helper</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div id="nav2">
<a href="#" id="openToc">
<img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAARgAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABAMDAwMDBAMDBAYEAwQGBwUEBAUHCAYGBwYGCAoICQkJCQgKCgwMDAwMCgwMDQ0MDBERERERFBQUFBQUFBQUFAEEBQUIBwgPCgoPFA4ODhQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU/8AAEQgAKwCaAwERAAIRAQMRAf/EAHsAAQAABwEBAAAAAAAAAAAAAAABAwQFBgcIAgkBAQAAAAAAAAAAAAAAAAAAAAAQAAEDAwICBwYEAgsAAAAAAAIBAwQAEQUSBiEHkROTVNQWGDFBUVIUCHEiMtOUFWGBobHRQlMkZIRVEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSC+ygkOOaUoKigUCgUCgUCgUCgUCgUCgUCgkuGguIP9FBMFb0Hqg7We+3jlmIqqYFf4ub+/QYlnOR/LqIBKGFUbf8qWv971BytQXXE7Y3Lnm3HsFhp2TaZJAdchRXpIgSpdEJWxJEW3xoKV7F5OMy7JkQn2o7D6w33XGjEAkoiqrJEqIiOIiKuhePCgqp22dyYyS3CyWHnQ5joG61HkRnmnTbaFSMhExRVQRRVJU9iUHjE7ez+fJ0MFipmUNhBV8YUd2SoIV9KkjQla9ltegttBdPLW4/qocL+UTfrMiHW4+P9M71shuyrqaHTcxsl7jegpsji8nh5ZwMvDfgTm0RTjSmjYdFCS6KoOIipdFunCgmNYTMv457MMY6U7iI6oMieDDhRm1VbIhuoOkbqtuK0Hpzb+eZcYZexUxt6UyUqK2cd0SdjtgrhOgijcgERUlJOCIl6CpgbP3blRI8XgMjNARAyKNDfeRBdFDBVUAXgQrqH4pxoJTu2NysY97LP4ac1io5q1InHFeGO24LnVKJuKOkSQ/yKir+rh7aCLG1dzypZQI2FnvTgccYOM3FeN0XWERXAUEFVQgQkUktdLpegm+Td3/Xli/L+S/mYNJIOF9G/wBeLKrZHFb0akG6W1WtQWSg3Dyg5e7V3fipE3O4/wCrktyzYA+ufas2LbZIlmnAT2kvuoN1wft95augilglX/tzP3qCu9O3LL/wV/i5v79BvmTADq14UGu91467Z6U9y0HzH/ncj/U/sT/CgynZG7I2NezpZGUjIycJkYkZSG+uQ81pbBNKLxJfjwoMqZ3/ALYHl35AJ7/cuwHcu5k7r1Q5pHetBjquqVVJWGxj9Zrtcl/Ggy3dHMvauR3HFZj5nHNxSyW5JISYDMoIwx8tFIGHZhPNaykGapr6rUAiicEoMG21lMRj8buPAz8xhJrr7uOeiPTCyAwXUaGR1mgozbTusOsFLEiJ7fbQa/h7gcjy2H3V6xppwDNtUSxCJIqp7valBuWVzJ22xuCROXNNZiJkMtms0DbjUkAZjzoDrTMd9dDRI44ZC2YsrYdKWP2WDT2S3N9dNdlRYrGMYc06IURXSYb0igrpWS485xVNS6nF4rwslkoMwnbpgZLB7bmt5uMweAhDEl4B5uSLzzqTnnyVpW2jaJHRMSIjdDiiotvy3DOE5rYTEbkl5yFn28k7JyG4c7AU2HtLH1uKfaiMPI40CdYbpNtmLdwTSn5rewLNld+7TLdeal4WarWBkbVKBjgdElMJJwAAY5fl4kB3b1fp4XvagsGS3FjJfLzDNtS8aeXx7LzT7TyzByQE5PccRGRC0ZRUDRV6y62vbjagzLmJzS2vuPK43JY6aP1TW6Jz+RIWyFtyC06y3EkiiinAo7YCqfq1AqqnGgsOH3lhZO8d1pmcpB8j5XIm9OYlBJSQ/FSS4427DKO0RC8AlcEMhFdViRR1WDWR5t3WXVuL1d106kG9vdeye2g60+1FDyW0shIcXVpyroXt8I8dfd+NB1vioAdWnD3UF1+gD4UFc6CEKpagxXN43rwJLUHz7yX2c8zokt9uHlsPIhA4aRnnHJTLptIS6CNsY7iASpxUUMkReGpfbQW0vtN5pitvrsN28rwtBD0nc0+/Yft5XhaB6TuaXfsP28rwtA9J3NPv2H7eV4Wgek7mn37D9vK8LQPSdzT79h+3leFoHpO5pd+w/byvC0D0nc0u/Yft5XhaB6TuaXfsP28rwtA9J3NLv2H7eV4Wgek7ml37D9vK8LQPSdzS79h+3leFoHpO5p9+w/byvC0E9r7Reazy2HIYVPxkS/CUHVn26cosxyv2g7h89LYmZSXOenvLEQ1YaQ222RATcQCP8rSGqqA8S02W2pQ6FhMoAIlqCtsnwoCpdKClejI4i3Sgtb+GBxVuNBSFt1pV/RQefLjPyUDy4z8lA8uM/JQPLjPyUDy4z8lA8uM/JQPLjPyUDy4z8lA8uM/JQPLjPyUDy4z8lA8utJ/koJ7WCbBU/LQXOPAFq1koK8B0pag90CggtBBf6qB0UDooHRQOigdFA6KB0UDooHRQOigdFA6KB0UDooI0EaBQf//Z" title="Toggle Table of Contents" alt="Toggle Table of Contents" />
</a>
</div>
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-nav-search">
<a href="index.html" class="fa fa-home"> CodeIgniter</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul>
<li class="toctree-l1"><a class="reference internal" href="general/welcome.html">Welcome to CodeIgniter</a><ul class="simple">
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="installation/index.html">Installation Instructions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="installation/downloads.html">Downloading CodeIgniter</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation/index.html">Installation Instructions</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation/upgrading.html">Upgrading From a Previous Version</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation/troubleshooting.html">Troubleshooting</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="overview/index.html">CodeIgniter Overview</a><ul>
<li class="toctree-l2"><a class="reference internal" href="overview/getting_started.html">Getting Started</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/at_a_glance.html">CodeIgniter at a Glance</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/features.html">Supported Features</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/appflow.html">Application Flow Chart</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/mvc.html">Model-View-Controller</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview/goals.html">Architectural Goals</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="tutorial/index.html">Tutorial</a><ul>
<li class="toctree-l2"><a class="reference internal" href="tutorial/static_pages.html">Static pages</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/news_section.html">News section</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/create_news_items.html">Create news items</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/conclusion.html">Conclusion</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="contributing/index.html">Contributing to CodeIgniter</a><ul>
<li class="toctree-l2"><a class="reference internal" href="documentation/index.html">Writing CodeIgniter Documentation</a></li>
<li class="toctree-l2"><a class="reference internal" href="DCO.html">Developer&#8217;s Certificate of Origin 1.1</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="general/index.html">General Topics</a><ul>
<li class="toctree-l2"><a class="reference internal" href="general/urls.html">CodeIgniter URLs</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/controllers.html">Controllers</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/reserved_names.html">Reserved Names</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/views.html">Views</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/models.html">Models</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/helpers.html">Helpers</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/libraries.html">Using CodeIgniter Libraries</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/creating_libraries.html">Creating Libraries</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/drivers.html">Using CodeIgniter Drivers</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/creating_drivers.html">Creating Drivers</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/core_classes.html">Creating Core System Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/ancillary_classes.html">Creating Ancillary Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/hooks.html">Hooks - Extending the Framework Core</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/autoloader.html">Auto-loading Resources</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/common_functions.html">Common Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/compatibility_functions.html">Compatibility Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/routing.html">URI Routing</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/errors.html">Error Handling</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/caching.html">Caching</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/profiling.html">Profiling Your Application</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/cli.html">Running via the CLI</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/managing_apps.html">Managing your Applications</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/environments.html">Handling Multiple Environments</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/alternative_php.html">Alternate PHP Syntax for View Files</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/security.html">Security</a></li>
<li class="toctree-l2"><a class="reference internal" href="general/styleguide.html">PHP Style Guide</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="libraries/index.html">Libraries</a><ul>
<li class="toctree-l2"><a class="reference internal" href="libraries/benchmark.html">Benchmarking Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/caching.html">Caching Driver</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/calendar.html">Calendaring Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/cart.html">Shopping Cart Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/config.html">Config Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/email.html">Email Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/encrypt.html">Encrypt Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/encryption.html">Encryption Library</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/file_uploading.html">File Uploading Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/form_validation.html">Form Validation</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/ftp.html">FTP Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/image_lib.html">Image Manipulation Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/input.html">Input Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/javascript.html">Javascript Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/language.html">Language Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/loader.html">Loader Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/migration.html">Migrations Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/output.html">Output Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/pagination.html">Pagination Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/parser.html">Template Parser Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/security.html">Security Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/sessions.html">Session Library</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/table.html">HTML Table Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/trackback.html">Trackback Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/typography.html">Typography Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/unit_testing.html">Unit Testing Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/uri.html">URI Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/user_agent.html">User Agent Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/xmlrpc.html">XML-RPC and XML-RPC Server Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries/zip.html">Zip Encoding Class</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="database/index.html">Database Reference</a><ul>
<li class="toctree-l2"><a class="reference internal" href="database/examples.html">Quick Start: Usage Examples</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/configuration.html">Database Configuration</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/connecting.html">Connecting to a Database</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/queries.html">Running Queries</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/results.html">Generating Query Results</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/helpers.html">Query Helper Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/query_builder.html">Query Builder Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/transactions.html">Transactions</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/metadata.html">Getting MetaData</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/call_function.html">Custom Function Calls</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/caching.html">Query Caching</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/forge.html">Database Manipulation with Database Forge</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/utilities.html">Database Utilities Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="database/db_driver_reference.html">Database Driver Reference</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="helpers/index.html">Helpers</a><ul>
<li class="toctree-l2"><a class="reference internal" href="helpers/array_helper.html">Array Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/captcha_helper.html">CAPTCHA Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/cookie_helper.html">Cookie Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/date_helper.html">Date Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/directory_helper.html">Directory Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/download_helper.html">Download Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/email_helper.html">Email Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/file_helper.html">File Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/form_helper.html">Form Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/html_helper.html">HTML Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/inflector_helper.html">Inflector Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/language_helper.html">Language Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/number_helper.html">Number Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/path_helper.html">Path Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/security_helper.html">Security Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/smiley_helper.html">Smiley Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/string_helper.html">String Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/text_helper.html">Text Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/typography_helper.html">Typography Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/url_helper.html">URL Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers/xml_helper.html">XML Helper</a></li>
</ul>
</li>
</ul>
</div>
&nbsp;
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">CodeIgniter</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html">Docs</a> &raquo;</li>
<li>Change Log</li>
<li class="wy-breadcrumbs-aside">
</li>
<div style="float:right;margin-left:5px;" id="closeMe">
<img title="Classic Layout" alt="classic layout" src="data:image/gif;base64,R0lGODlhFAAUAJEAAAAAADMzM////wAAACH5BAUUAAIALAAAAAAUABQAAAImlI+py+0PU5gRBRDM3DxbWoXis42X13USOLauUIqnlsaH/eY6UwAAOw==" />
</div>
</ul>
<hr/>
</div>
<div role="main" class="document">
<div class="section" id="change-log">
<h1>Change Log<a class="headerlink" href="#change-log" title="Permalink to this headline"></a></h1>
<div class="section" id="version-3-1-4">
<h2>Version 3.1.4<a class="headerlink" href="#version-3-1-4" title="Permalink to this headline"></a></h2>
<p>Release Date: March 23, 2017</p>
<ul class="simple">
<li><strong>Security</strong><ul>
<li>Fixed a header injection vulnerability in <a class="reference internal" href="general/common_functions.html"><em>common function</em></a> <a class="reference internal" href="general/common_functions.html#set_status_header" title="set_status_header"><tt class="xref php php-func docutils literal"><span class="pre">set_status_header()</span></tt></a> under Apache (thanks to Guillermo Caminer from <a class="reference external" href="https://flowgate.net/">Flowgate</a>).</li>
<li>Fixed byte-safety issues in <a class="reference internal" href="libraries/encrypt.html"><em>Encrypt Library</em></a> (DEPRECATED) when <tt class="docutils literal"><span class="pre">mbstring.func_overload</span></tt> is enabled.</li>
<li>Fixed byte-safety issues in <a class="reference internal" href="libraries/encryption.html"><em>Encryption Library</em></a> when <tt class="docutils literal"><span class="pre">mbstring.func_overload</span></tt> is enabled.</li>
<li>Fixed byte-safety issues in <a class="reference internal" href="general/compatibility_functions.html"><em>compatibility functions</em></a> <tt class="docutils literal"><span class="pre">password_hash()</span></tt>, <tt class="docutils literal"><span class="pre">hash_pbkdf2()</span></tt> when <tt class="docutils literal"><span class="pre">mbstring.func_overload</span></tt> is enabled.</li>
<li>Updated <a class="reference internal" href="libraries/encrypt.html"><em>Encrypt Library</em></a> (DEPRECATED) to call <tt class="docutils literal"><span class="pre">mcrypt_create_iv()</span></tt> with <tt class="docutils literal"><span class="pre">MCRYPT_DEV_URANDOM</span></tt>.</li>
</ul>
</li>
<li>General Changes<ul>
<li>Updated the <a class="reference internal" href="libraries/image_lib.html"><em>Image Manipulation Library</em></a> to work-around an issue with some JPEGs when using GD.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-3-1-4">
<h3>Bug fixes for 3.1.4<a class="headerlink" href="#bug-fixes-for-3-1-4" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a regression (#4975) - <a class="reference internal" href="libraries/loader.html"><em>Loader Library</em></a> couldn&#8217;t handle objects passed as view variables.</li>
<li>Fixed a bug (#4977) - <a class="reference internal" href="libraries/loader.html"><em>Loader Library</em></a> method <tt class="docutils literal"><span class="pre">helper()</span></tt> could accept any character as a filename extension separator.</li>
<li>Fixed a regression where the <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> would fail on a <tt class="docutils literal"><span class="pre">session_regenerate_id(TRUE)</span></tt> call with the &#8216;database&#8217; driver.</li>
<li>Fixed a bug (#4987) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> caching didn&#8217;t keep track of table aliases.</li>
<li>Fixed a bug where <a class="reference internal" href="helpers/text_helper.html"><em>Text Helper</em></a> function <tt class="docutils literal"><span class="pre">ascii_to_entities()</span></tt> wasn&#8217;t byte-safe when <tt class="docutils literal"><span class="pre">mbstring.func_overload</span></tt> is enabled.</li>
<li>Fixed a bug where <tt class="docutils literal"><span class="pre">CI_Log</span></tt>, <tt class="docutils literal"><span class="pre">CI_Output</span></tt>, <tt class="docutils literal"><span class="pre">CI_Email</span></tt> and <tt class="docutils literal"><span class="pre">CI_Zip</span></tt> didn&#8217;t handle strings in a byte-safe manner when <tt class="docutils literal"><span class="pre">mbstring.func_overload</span></tt> is enabled.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> didn&#8217;t read session data in a byte-safe manner when <tt class="docutils literal"><span class="pre">mbstring.func_overload</span></tt> is enabled.</li>
<li>Fixed a bug (#4990) - <a class="reference internal" href="general/profiling.html"><em>Profiler</em></a> didn&#8217;t close <tt class="docutils literal"><span class="pre">&lt;pre&gt;</span></tt> tags it generated.</li>
<li>Fixed a bug (#4990) - <a class="reference internal" href="general/profiling.html"><em>Profiler</em></a> didn&#8217;t HTML-escape quotes for <tt class="docutils literal"><span class="pre">$_SESSION</span></tt> variables.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/input.html"><em>Input Library</em></a> method <tt class="docutils literal"><span class="pre">set_cookie()</span></tt> didn&#8217;t allow its <em>httponly</em> and <em>secure</em> parameters to be overriden to <tt class="docutils literal"><span class="pre">FALSE</span></tt>.</li>
<li>Fixed a bug (#5006) - <a class="reference internal" href="general/common_functions.html"><em>common function</em></a> <a class="reference internal" href="general/common_functions.html#get_mimes" title="get_mimes"><tt class="xref php php-func docutils literal"><span class="pre">get_mimes()</span></tt></a> didn&#8217;t load <em>application/config/mimes.php</em> if an environment specific config exists.</li>
<li>Fixed a bug (#5006) - <a class="reference internal" href="general/common_functions.html"><em>common function</em></a> <a class="reference internal" href="general/common_functions.html#remove_invisible_characters" title="remove_invisible_characters"><tt class="xref php php-func docutils literal"><span class="pre">remove_invisible_characters()</span></tt></a> didn&#8217;t remove URL-encoded <tt class="docutils literal"><span class="pre">0x7F</span></tt>.</li>
<li>Fixed a bug (#4815) - <a class="reference internal" href="database/index.html"><em>Database Library</em></a> stripped URL-encoded sequences while escaping strings with the &#8216;mssql&#8217; driver.</li>
<li>Fixed a bug (#5044) - <a class="reference internal" href="helpers/html_helper.html"><em>HTML Helper</em></a> function <a class="reference internal" href="helpers/html_helper.html#img" title="img"><tt class="xref php php-func docutils literal"><span class="pre">img()</span></tt></a> didn&#8217;t accept <tt class="docutils literal"><span class="pre">data:</span></tt> URI schemes for the image source.</li>
<li>Fixed a bug (#5050) - <a class="reference internal" href="database/index.html"><em>Database Library</em></a> tried to access an undefined property in a number of error handling cases.</li>
<li>Fixed a bug (#5057) - <a class="reference internal" href="database/index.html"><em>Database</em></a> driver &#8216;postgre&#8217; didn&#8217;t actually apply extra options (such as &#8216;connect_timeout&#8217;) to its DSN.</li>
</ul>
</div>
</div>
<div class="section" id="version-3-1-3">
<h2>Version 3.1.3<a class="headerlink" href="#version-3-1-3" title="Permalink to this headline"></a></h2>
<p>Release Date: Jan 09, 2017</p>
<ul class="simple">
<li><strong>Security</strong><ul>
<li>Fixed an XSS vulnerability in <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> method <tt class="docutils literal"><span class="pre">xss_clean()</span></tt>.</li>
<li>Fixed a possible file inclusion vulnerability in <a class="reference internal" href="libraries/loader.html"><em>Loader Library</em></a> method <tt class="docutils literal"><span class="pre">vars()</span></tt>.</li>
<li>Fixed a possible remote code execution vulnerability in the <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> when &#8216;mail&#8217; or &#8216;sendmail&#8217; are used (thanks to Paul Buonopane from <a class="reference external" href="https://www.namepros.com/">NamePros</a>).</li>
<li>Added protection against timing side-channel attacks in <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> method <tt class="docutils literal"><span class="pre">csrf_verify()</span></tt>.</li>
<li>Added protection against BREACH attacks targeting the CSRF token field generated by <a class="reference internal" href="helpers/form_helper.html"><em>Form Helper</em></a> function <a class="reference internal" href="helpers/form_helper.html#form_open" title="form_open"><tt class="xref php php-func docutils literal"><span class="pre">form_open()</span></tt></a>.</li>
</ul>
</li>
<li>General Changes<ul>
<li>Deprecated <tt class="docutils literal"><span class="pre">$config['allow_get_array']</span></tt>.</li>
<li>Deprecated <tt class="docutils literal"><span class="pre">$config['standardize_newlines']</span></tt>.</li>
<li>Deprecated <a class="reference internal" href="helpers/date_helper.html"><em>Date Helper</em></a> function <a class="reference internal" href="helpers/date_helper.html#nice_date" title="nice_date"><tt class="xref php php-func docutils literal"><span class="pre">nice_date()</span></tt></a>.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-3-1-3">
<h3>Bug fixes for 3.1.3<a class="headerlink" href="#bug-fixes-for-3-1-3" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (#4886) - <a class="reference internal" href="database/index.html"><em>Database Library</em></a> didn&#8217;t differentiate bind markers inside double-quoted strings in queries.</li>
<li>Fixed a bug (#4890) - <a class="reference internal" href="libraries/xmlrpc.html"><em>XML-RPC Library</em></a> didn&#8217;t work on PHP 7.</li>
<li>Fixed a regression (#4887) - <a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Library</em></a> triggered fatal errors due to numerous PHP distribution channels (XAMPP and cPanel confirmed) explicitly disabling ext/fileinfo by default.</li>
<li>Fixed a bug (#4679) - <a class="reference internal" href="libraries/input.html"><em>Input Library</em></a> method <tt class="docutils literal"><span class="pre">ip_address()</span></tt> didn&#8217;t properly resolve <tt class="docutils literal"><span class="pre">$config['proxy_ips']</span></tt> IPv6 addresses.</li>
<li>Fixed a bug (#4902) - <a class="reference internal" href="libraries/image_lib.html"><em>Image Manipulation Library</em></a> processing via ImageMagick didn&#8217;t work.</li>
<li>Fixed a bug (#4905) - <a class="reference internal" href="libraries/loader.html"><em>Loader Library</em></a> didn&#8217;t take into account possible user-provided directory paths when loading helpers.</li>
<li>Fixed a bug (#4916) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> with <tt class="docutils literal"><span class="pre">sess_match_ip</span></tt> enabled was unusable for IPv6 clients when using the &#8216;database&#8217; driver on MySQL 5.7.5+.</li>
<li>Fixed a bug (#4917) - <a class="reference internal" href="helpers/date_helper.html"><em>Date Helper</em></a> function <a class="reference internal" href="helpers/date_helper.html#nice_date" title="nice_date"><tt class="xref php php-func docutils literal"><span class="pre">nice_date()</span></tt></a> didn&#8217;t handle YYYYMMDD inputs properly.</li>
<li>Fixed a bug (#4923) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> could execute an erroneous SQL query with the &#8216;database&#8217; driver, if the lock attempt times out.</li>
<li>Fixed a bug (#4927) - <a class="reference internal" href="libraries/output.html"><em>Output Library</em></a> method <tt class="docutils literal"><span class="pre">get_header()</span></tt> returned the first matching header, regardless of whether it would be replaced by a second <tt class="docutils literal"><span class="pre">set_header()</span></tt> call.</li>
<li>Fixed a bug (#4844) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> didn&#8217;t apply <tt class="docutils literal"><span class="pre">escapeshellarg()</span></tt> to the while passing the Sendmail <tt class="docutils literal"><span class="pre">-f</span></tt> parameter through <tt class="docutils literal"><span class="pre">popen()</span></tt>.</li>
<li>Fixed a bug (#4928) - the bootstrap file didn&#8217;t check if <em>config/constants.php</em> exists before trying to load it.</li>
<li>Fixed a bug (#4937) - <a class="reference internal" href="libraries/image_lib.html"><em>Image Manipulation Library</em></a> method <tt class="docutils literal"><span class="pre">initialize()</span></tt> didn&#8217;t translate <em>new_image</em> inputs to absolute paths.</li>
<li>Fixed a bug (#4941) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">order_by()</span></tt> didn&#8217;t work with &#8216;RANDOM&#8217; under the &#8216;pdo/sqlite&#8217; driver.</li>
<li>Fixed a regression (#4892) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">update_batch()</span></tt> didn&#8217;t properly handle identifier escaping.</li>
<li>Fixed a bug (#4953) - <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> method <tt class="docutils literal"><span class="pre">create_table()</span></tt> didn&#8217;t update an internal tables list cache if it exists but is empty.</li>
<li>Fixed a bug (#4958) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">count_all_results()</span></tt> didn&#8217;t take into account cached <tt class="docutils literal"><span class="pre">ORDER</span> <span class="pre">BY</span></tt> clauses.</li>
<li>Fixed a bug (#4804) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">insert_batch()</span></tt> could fail if the input array pointer was modified.</li>
<li>Fixed a bug (#4962) - <a class="reference internal" href="database/forge.html"><em>Database Force</em></a> method <tt class="docutils literal"><span class="pre">alter_table()</span></tt> would fail with the &#8216;oci8&#8217; driver.</li>
<li>Fixed a bug (#4457) - <a class="reference internal" href="libraries/image_lib.html"><em>Image Manipulation Library</em></a> method <tt class="docutils literal"><span class="pre">get_image_properties()</span></tt> didn&#8217;t detect invalid images.</li>
<li>Fixed a bug (#4765) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> didn&#8217;t send the <tt class="docutils literal"><span class="pre">User-Agent</span></tt> header without a prior call to <tt class="docutils literal"><span class="pre">clear()</span></tt>.</li>
</ul>
</div>
</div>
<div class="section" id="version-3-1-2">
<h2>Version 3.1.2<a class="headerlink" href="#version-3-1-2" title="Permalink to this headline"></a></h2>
<p>Release Date: Oct 28, 2016</p>
<ul class="simple">
<li><strong>Security</strong><ul>
<li>Fixed a number of new vulnerabilities in <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> method <tt class="docutils literal"><span class="pre">xss_clean()</span></tt>.</li>
</ul>
</li>
<li>General Changes<ul>
<li>Allowed PHP 4-style constructors (<tt class="docutils literal"><span class="pre">Matching_name::Matching_name()</span></tt> methods) to be used as routes, if there&#8217;s a <tt class="docutils literal"><span class="pre">__construct()</span></tt> to override them.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-3-1-2">
<h3>Bug fixes for 3.1.2<a class="headerlink" href="#bug-fixes-for-3-1-2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a regression (#4874) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> didn&#8217;t take into account <tt class="docutils literal"><span class="pre">session.hash_bits_per_character</span></tt> when validating session IDs.</li>
<li>Fixed a bug (#4871) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">update_batch()</span></tt> didn&#8217;t properly handle identifier escaping.</li>
<li>Fixed a bug (#4884) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> didn&#8217;t properly parse field names ending in &#8216;is&#8217; when used inside WHERE and HAVING statements.</li>
<li>Fixed a bug where <tt class="docutils literal"><span class="pre">CI_Log</span></tt>, <tt class="docutils literal"><span class="pre">CI_Output</span></tt>, <tt class="docutils literal"><span class="pre">CI_Email</span></tt> and <tt class="docutils literal"><span class="pre">CI_Zip</span></tt> didn&#8217;t handle strings in a byte-safe manner when <tt class="docutils literal"><span class="pre">mbstring.func_overload</span></tt> is enabled.</li>
</ul>
</div>
</div>
<div class="section" id="version-3-1-1">
<h2>Version 3.1.1<a class="headerlink" href="#version-3-1-1" title="Permalink to this headline"></a></h2>
<p>Release Date: Oct 22, 2016</p>
<ul class="simple">
<li><strong>Security</strong><ul>
<li>Fixed a flaw in <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> method <tt class="docutils literal"><span class="pre">entity_decode()</span></tt> (used by <tt class="docutils literal"><span class="pre">xss_clean()</span></tt>) that affects HTML 5 entities when using PHP 5.3.</li>
</ul>
</li>
<li>General Changes<ul>
<li>Added <tt class="docutils literal"><span class="pre">E_PARSE</span></tt> to the list of error levels detected by the shutdown handler.</li>
<li>Updated <a class="reference internal" href="helpers/inflector_helper.html"><em>Inflector Helper</em></a> <a class="reference internal" href="helpers/inflector_helper.html#is_countable" title="is_countable"><tt class="xref php php-func docutils literal"><span class="pre">is_countable()</span></tt></a> with more words.</li>
<li>Updated <a class="reference internal" href="general/common_functions.html"><em>common function</em></a> <a class="reference internal" href="general/common_functions.html#set_status_header" title="set_status_header"><tt class="xref php php-func docutils literal"><span class="pre">set_status_header()</span></tt></a> with new status codes from IETF RFCs
<a class="reference external" href="https://tools.ietf.org/html/rfc2817">2817</a> (426)
and <a class="reference external" href="https://tools.ietf.org/html/rfc6585">6585</a> (428, 429, 431, 511).</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-3-1-1">
<h3>Bug fixes for 3.1.1<a class="headerlink" href="#bug-fixes-for-3-1-1" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (#4732) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> triggered errors while writing data for a newly-created sessions with the &#8216;memcached&#8217; driver.</li>
<li>Fixed a regression (#4736) - <a class="reference internal" href="libraries/image_lib.html"><em>Image Manipulation Library</em></a> processing via ImageMagick didn&#8217;t work.</li>
<li>Fixed a bug (#4737) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> didn&#8217;t add an <tt class="docutils literal"><span class="pre">OFFSET</span></tt> when <tt class="docutils literal"><span class="pre">LIMIT</span></tt> is zero or unused.</li>
<li>Fixed a regression (#4739) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> doesn&#8217;t properly separate attachment bodies from headers.</li>
<li>Fixed a bug (#4754) - <a class="reference internal" href="libraries/unit_testing.html"><em>Unit Testing Library</em></a> method <tt class="docutils literal"><span class="pre">result()</span></tt> didn&#8217;t translate <tt class="docutils literal"><span class="pre">res_datatype</span></tt>.</li>
<li>Fixed a bug (#4759) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation</em></a>, <a class="reference internal" href="libraries/trackback.html"><em>Trackback</em></a> and <a class="reference internal" href="libraries/xmlrpc.html"><em>XML-RPC</em></a> libraries treated URI schemes in a case-sensitive manner.</li>
<li>Fixed a bug (#4762) - <a class="reference internal" href="libraries/caching.html"><em>Cache Library</em></a> &#8216;file&#8217; driver method <tt class="docutils literal"><span class="pre">get_metadata()</span></tt> checked TTL time against <tt class="docutils literal"><span class="pre">mtime</span></tt> instead of the cache item&#8217;s creation time.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Library</em></a> generated error messages on PHP 7.1.</li>
<li>Fixed a bug (#4780) - <a class="reference internal" href="general/compatibility_functions.html"><em>compatibility function</em></a> <tt class="docutils literal"><span class="pre">hex2bin()</span></tt> didn&#8217;t reject inputs of type &#8220;resource&#8221;.</li>
<li>Fixed a bug (#4787) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> method <tt class="docutils literal"><span class="pre">valid_email()</span></tt> triggered <tt class="docutils literal"><span class="pre">E_WARNING</span></tt> when input emails have empty domain names.</li>
<li>Fixed a bug (#4805) - <a class="reference internal" href="database/index.html"><em>Database</em></a> driver &#8216;mysqli&#8217; didn&#8217;t use the <tt class="docutils literal"><span class="pre">MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT</span></tt> flag properly.</li>
<li>Fixed a bug (#4808) - <a class="reference internal" href="database/index.html"><em>Database</em></a> method <tt class="docutils literal"><span class="pre">is_write_type()</span></tt> only looked at the first line of a queries using <tt class="docutils literal"><span class="pre">RETURNING</span></tt> with the &#8216;postgre&#8217;, &#8216;pdo/pgsql&#8217;, &#8216;odbc&#8217; and &#8216;pdo/odbc&#8217; drivers.</li>
<li>Fixed a bug where <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">insert_batch()</span></tt> tried to execute an unsupported SQL query with the &#8216;ibase&#8217; and &#8216;pdo/firebird&#8217; drivers.</li>
<li>Fixed a bug (#4809) - <a class="reference internal" href="database/index.html"><em>Database</em></a> driver &#8216;pdo/mysql&#8217; didn&#8217;t turn off <tt class="docutils literal"><span class="pre">AUTOCOMMIT</span></tt> when starting a transaction.</li>
<li>Fixed a bug (#4822) - <a class="reference internal" href="helpers/captcha_helper.html"><em>CAPTCHA Helper</em></a> didn&#8217;t clear expired PNG images.</li>
<li>Fixed a bug (#4823) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> &#8216;files&#8217; driver could enter an infinite loop if <tt class="docutils literal"><span class="pre">mbstring.func_overload</span></tt> is enabled.</li>
<li>Fixed a bug (#4851) - <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> didn&#8217;t quote schema names passed to its <tt class="docutils literal"><span class="pre">create_database()</span></tt> method.</li>
<li>Fixed a bug (#4863) - <a class="reference internal" href="libraries/table.html"><em>HTML Table Library</em></a> method <tt class="docutils literal"><span class="pre">set_caption()</span></tt> was missing method chaining support.</li>
<li>Fixed a bug (#4843) - <a class="reference internal" href="libraries/xmlrpc.html"><em>XML-RPC Library</em></a> client class didn&#8217;t set a read/write socket timeout.</li>
<li>Fixed a bug (#4865) - uncaught exceptions didn&#8217;t set the HTTP Response status code to 500 unless <tt class="docutils literal"><span class="pre">display_errors</span></tt> was turned On.</li>
<li>Fixed a bug (#4830) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> didn&#8217;t take into account the new session INI settings in PHP 7.1.</li>
</ul>
</div>
</div>
<div class="section" id="version-3-1-0">
<h2>Version 3.1.0<a class="headerlink" href="#version-3-1-0" title="Permalink to this headline"></a></h2>
<p>Release Date: July 26, 2016</p>
<ul class="simple">
<li><strong>Security</strong><ul>
<li>Fixed an SQL injection in the &#8216;odbc&#8217; database driver.</li>
<li>Updated <a class="reference internal" href="helpers/path_helper.html#set_realpath" title="set_realpath"><tt class="xref php php-func docutils literal"><span class="pre">set_realpath()</span></tt></a> <a class="reference internal" href="helpers/path_helper.html"><em>Path Helper</em></a> function to filter-out <tt class="docutils literal"><span class="pre">php://</span></tt> wrapper inputs.</li>
<li>Officially dropped any kind of support for PHP 5.2.x and anything under 5.3.7.</li>
</ul>
</li>
<li>General Changes<ul>
<li>Updated <a class="reference internal" href="libraries/image_lib.html"><em>Image Manipulation Library</em></a> to validate <em>width</em> and <em>height</em> configuration values.</li>
<li>Updated <a class="reference internal" href="libraries/encryption.html"><em>Encryption Library</em></a> to always prefer <tt class="docutils literal"><span class="pre">random_bytes()</span></tt> when it is available.</li>
<li>Updated <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> to log &#8216;debug&#8217; messages when using fallbacks to <em>session.save_path</em> (php.ini) or &#8216;sess_use_database&#8217;, &#8216;sess_table_name&#8217; settings.</li>
<li>Added a &#8216;LONGTEXT&#8217; to &#8216;STRING&#8217; alias to <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> for the &#8216;cubrid&#8217;, &#8216;pdo/cubrid&#8217; drivers.</li>
<li>Added &#8216;TINYINT&#8217;, &#8216;MEDIUMINT&#8217;, &#8216;INT&#8217; and &#8216;BIGINT&#8217; aliases to &#8216;NUMBER&#8217; to <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> for the &#8216;oci8&#8217;, &#8216;pdo/oci&#8217; drivers.</li>
<li><a class="reference internal" href="general/compatibility_functions.html#password_hash" title="password_hash"><tt class="xref php php-func docutils literal"><span class="pre">password_hash()</span></tt></a> <a class="reference internal" href="general/compatibility_functions.html"><em>compatibility function</em></a> changes:<ul>
<li>Changed salt-generation logic to prefer <tt class="docutils literal"><span class="pre">random_bytes()</span></tt> when it is available.</li>
<li>Changed salt-generation logic to prefer direct access to <em>/dev/urandom</em> over <tt class="docutils literal"><span class="pre">openssl_random_pseudo_bytes()</span></tt>.</li>
<li>Changed salt-generation logic to error if <tt class="docutils literal"><span class="pre">openssl_random_pseudo_bytes()</span></tt> sets its <tt class="docutils literal"><span class="pre">$crypto_strong</span></tt> flag to FALSE.</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-3-1-0">
<h3>Bug fixes for 3.1.0<a class="headerlink" href="#bug-fixes-for-3-1-0" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug where <a class="reference internal" href="libraries/image_lib.html"><em>Image Manipulation Library</em></a> didn&#8217;t escape image source paths passed to ImageMagick as shell arguments.</li>
<li>Fixed a bug (#861) - <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> method <tt class="docutils literal"><span class="pre">create_table()</span></tt> incorrectly accepts field width constraints for MSSQL/SQLSRV integer-type columns.</li>
<li>Fixed a bug (#4562) - <a class="reference internal" href="libraries/caching.html"><em>Cache Library</em></a> didn&#8217;t check if <tt class="docutils literal"><span class="pre">Memcached::quit()</span></tt> is available before calling it.</li>
<li>Fixed a bug (#4563) - <a class="reference internal" href="libraries/input.html"><em>Input Library</em></a> method <tt class="docutils literal"><span class="pre">request_headers()</span></tt> ignores <tt class="docutils literal"><span class="pre">$xss_clean</span></tt> parameter value after first call.</li>
<li>Fixed a bug (#4605) - <a class="reference internal" href="libraries/config.html"><em>Config Library</em></a> method <tt class="docutils literal"><span class="pre">site_url()</span></tt> stripped trailing slashes from relative URIs passed to it.</li>
<li>Fixed a bug (#4613) - <a class="reference internal" href="libraries/config.html"><em>Email Library</em></a> failed to send multiple emails via SMTP due to &#8220;already authenticated&#8221; errors when keep-alive is enabled.</li>
<li>Fixed a bug (#4633) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> ignored multiple &#8220;callback&#8221; rules for empty, non-required fields.</li>
<li>Fixed a bug (#4637) - <a class="reference internal" href="database/index.html"><em>Database</em></a> method <tt class="docutils literal"><span class="pre">error()</span></tt> returned <tt class="docutils literal"><span class="pre">FALSE</span></tt> with the &#8216;oci8&#8217; driver if there was no error.</li>
<li>Fixed a bug (#4647) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">count_all_results()</span></tt> doesn&#8217;t take into account <tt class="docutils literal"><span class="pre">GROUP</span> <span class="pre">BY</span></tt> clauses while deciding whether to do a subquery or not.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> &#8216;redis&#8217; driver didn&#8217;t properly detect if a connection is properly closed on PHP 5.x.</li>
<li>Fixed a bug (#4583) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> didn&#8217;t properly handle inline attachments in HTML emails.</li>
<li>Fixed a bug where <a class="reference internal" href="database/index.html"><em>Database</em></a> method <tt class="docutils literal"><span class="pre">db_select()</span></tt> didn&#8217;t clear metadata cached for the previously used database.</li>
<li>Fixed a bug (#4675) - <a class="reference internal" href="helpers/file_helper.html"><em>File Helper</em></a> function <a class="reference internal" href="helpers/file_helper.html#delete_files" title="delete_files"><tt class="xref php php-func docutils literal"><span class="pre">delete_files()</span></tt></a> treated symbolic links as regular directories.</li>
<li>Fixed a bug (#4674) - <a class="reference internal" href="database/index.html"><em>Database</em></a> driver &#8216;dblib&#8217; triggered E_WARNING messages while connecting.</li>
<li>Fixed a bug (#4678) - <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> tried to use unsupported <tt class="docutils literal"><span class="pre">IF</span> <span class="pre">NOT</span> <span class="pre">EXISTS</span></tt> clause when creating tables on Oracle.</li>
<li>Fixed a bug (#4691) - <a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Library</em></a> method <tt class="docutils literal"><span class="pre">data()</span></tt> returns wrong &#8216;raw_name&#8217; when the filename extension is also contained in the raw filename.</li>
<li>Fixed a bug (#4679) - <a class="reference internal" href="libraries/input.html"><em>Input Library</em></a> method <tt class="docutils literal"><span class="pre">ip_address()</span></tt> errors with a matching <tt class="docutils literal"><span class="pre">$config['proxy_ips']</span></tt> IPv6 address.</li>
<li>Fixed a bug (#4695) - <a class="reference internal" href="libraries/user_agent.html"><em>User Agent Library</em></a> didn&#8217;t load the <em>config/user_agents.php</em> file when there&#8217;s no <tt class="docutils literal"><span class="pre">User-Agent</span></tt> HTTP request header.</li>
<li>Fixed a bug (#4713) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> methods <tt class="docutils literal"><span class="pre">insert_batch()</span></tt>, <tt class="docutils literal"><span class="pre">update_batch()</span></tt> could return wrong affected rows count.</li>
<li>Fixed a bug (#4712) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> doesn&#8217;t sent <tt class="docutils literal"><span class="pre">RSET</span></tt> to SMTP servers after a failure and while using keep-alive.</li>
<li>Fixed a bug (#4724) - <a class="reference internal" href="general/common_functions.html"><em>Common function</em></a> <a class="reference internal" href="general/common_functions.html#is_https" title="is_https"><tt class="xref php php-func docutils literal"><span class="pre">is_https()</span></tt></a> compared the <tt class="docutils literal"><span class="pre">X-Forwarded-Proto</span></tt> HTTP header case-sensitively.</li>
<li>Fixed a bug (#4725) - <a class="reference internal" href="general/common_functions.html"><em>Common function</em></a> <a class="reference internal" href="general/common_functions.html#remove_invisible_characters" title="remove_invisible_characters"><tt class="xref php php-func docutils literal"><span class="pre">remove_invisible_characters()</span></tt></a> searched case-sensitively for URL-encoded characters.</li>
</ul>
</div>
</div>
<div class="section" id="version-3-0-6">
<h2>Version 3.0.6<a class="headerlink" href="#version-3-0-6" title="Permalink to this headline"></a></h2>
<p>Release Date: March 21, 2016</p>
<ul class="simple">
<li>General Changes<ul>
<li>Added a destructor to <a class="reference internal" href="libraries/caching.html"><em>Cache Library</em></a> &#8216;memcached&#8217; driver to ensure that Memcache(d) connections are properly closed.</li>
<li>Deprecated <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> method <tt class="docutils literal"><span class="pre">prep_for_form()</span></tt>.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-3-0-6">
<h3>Bug fixes for 3.0.6<a class="headerlink" href="#bug-fixes-for-3-0-6" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (#4516) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> always accepted empty array inputs.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> allowed accessing <tt class="docutils literal"><span class="pre">$_SESSION</span></tt> values as class properties but <tt class="docutils literal"><span class="pre">isset()</span></tt> didn&#8217;t work on them.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> modified the <tt class="docutils literal"><span class="pre">$_POST</span></tt> array when the data being validated was actually provided via <tt class="docutils literal"><span class="pre">set_data()</span></tt>.</li>
<li>Fixed a bug (#4539) - <a class="reference internal" href="libraries/migration.html"><em>Migration Library</em></a> applied migrations before validating that all migrations within the requested version range are valid.</li>
<li>Fixed a bug (#4539) - <a class="reference internal" href="libraries/migration.html"><em>Migration Library</em></a> triggered failures for migrations that are out of the requested version range.</li>
</ul>
</div>
</div>
<div class="section" id="version-3-0-5">
<h2>Version 3.0.5<a class="headerlink" href="#version-3-0-5" title="Permalink to this headline"></a></h2>
<p>Release Date: March 11, 2016</p>
<ul class="simple">
<li>Core<ul>
<li>Changed <a class="reference internal" href="libraries/loader.html"><em>Loader Library</em></a> to allow <tt class="docutils literal"><span class="pre">$autoload['drivers']</span></tt> assigning with custom property names.</li>
<li>Changed <a class="reference internal" href="libraries/loader.html"><em>Loader Library</em></a> to ignore variables prefixed with &#8216;_ci_&#8217; when loading views.</li>
</ul>
</li>
<li>General Changes<ul>
<li>Updated the <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> to produce friendlier error messages on failures with drivers other than &#8216;files&#8217;.</li>
</ul>
</li>
<li><a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a><ul>
<li>Added a <tt class="docutils literal"><span class="pre">$batch_size</span></tt> parameter to the <tt class="docutils literal"><span class="pre">insert_batch()</span></tt> method (defaults to 100).</li>
<li>Added a <tt class="docutils literal"><span class="pre">$batch_size</span></tt> parameter to the <tt class="docutils literal"><span class="pre">update_batch()</span></tt> method (defaults to 100).</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-3-0-5">
<h3>Bug fixes for 3.0.5<a class="headerlink" href="#bug-fixes-for-3-0-5" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (#4391) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> method <tt class="docutils literal"><span class="pre">reply_to()</span></tt> didn&#8217;t apply Q-encoding.</li>
<li>Fixed a bug (#4384) - <a class="reference internal" href="libraries/pagination.html"><em>Pagination Library</em></a> ignored (possible) <em>cur_page</em> configuration value.</li>
<li>Fixed a bug (#4395) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">count_all_results()</span></tt> still fails if an <tt class="docutils literal"><span class="pre">ORDER</span> <span class="pre">BY</span></tt> condition is used.</li>
<li>Fixed a bug (#4399) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> methods <tt class="docutils literal"><span class="pre">insert_batch()</span></tt>, <tt class="docutils literal"><span class="pre">update_batch()</span></tt> produced confusing error messages when called with no data and <em>db_debug</em> is enabled.</li>
<li>Fixed a bug (#4401) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> breaks <tt class="docutils literal"><span class="pre">WHERE</span></tt> and <tt class="docutils literal"><span class="pre">HAVING</span></tt> conditions that use <tt class="docutils literal"><span class="pre">IN()</span></tt> with strings containing a closing parenthesis.</li>
<li>Fixed a regression in <a class="reference internal" href="helpers/form_helper.html"><em>Form Helper</em></a> functions <a class="reference internal" href="helpers/form_helper.html#set_checkbox" title="set_checkbox"><tt class="xref php php-func docutils literal"><span class="pre">set_checkbox()</span></tt></a>, <a class="reference internal" href="helpers/form_helper.html#set_radio" title="set_radio"><tt class="xref php php-func docutils literal"><span class="pre">set_radio()</span></tt></a> where &#8220;checked&#8221; inputs aren&#8217;t recognized after a form submit.</li>
<li>Fixed a bug (#4407) - <a class="reference internal" href="helpers/text_helper.html"><em>Text Helper</em></a> function <a class="reference internal" href="helpers/text_helper.html#word_censor" title="word_censor"><tt class="xref php php-func docutils literal"><span class="pre">word_censor()</span></tt></a> doesn&#8217;t work under PHP 7 if there&#8217;s no custom replacement provided.</li>
<li>Fixed a bug (#4415) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> rule <strong>valid_url</strong> didn&#8217;t accept URLs with IPv6 addresses enclosed in square brackets under PHP 5 (upstream bug).</li>
<li>Fixed a bug (#4427) - <a class="reference internal" href="helpers/captcha_helper.html"><em>CAPTCHA Helper</em></a> triggers an error if the provided character pool is too small.</li>
<li>Fixed a bug (#4430) - <a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Library</em></a> option <strong>file_ext_tolower</strong> didn&#8217;t work.</li>
<li>Fixed a bug (#4431) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">join()</span></tt> discarded opening parentheses.</li>
<li>Fixed a bug (#4424) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> triggered a PHP warning when writing a newly created session with the &#8216;redis&#8217; driver.</li>
<li>Fixed a bug (#4437) - <a class="reference internal" href="helpers/inflector_helper.html"><em>Inflector Helper</em></a> function <a class="reference internal" href="helpers/inflector_helper.html#humanize" title="humanize"><tt class="xref php php-func docutils literal"><span class="pre">humanize()</span></tt></a> didn&#8217;t escape its <tt class="docutils literal"><span class="pre">$separator</span></tt> parameter while using it in a regular expression.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> didn&#8217;t properly handle its locks&#8217; statuses with the &#8216;memcached&#8217; driver.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> triggered a PHP warning when writing a newly created session with the &#8216;memcached&#8217; driver.</li>
<li>Fixed a bug (#4449) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">join()</span></tt> breaks conditions containing <tt class="docutils literal"><span class="pre">IS</span> <span class="pre">NULL</span></tt>, <tt class="docutils literal"><span class="pre">IS</span> <span class="pre">NOT</span> <span class="pre">NULL</span></tt>.</li>
<li>Fixed a bug (#4491) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> didn&#8217;t clean-up internal variables for emulated locks with the &#8216;redis&#8217; driver.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> didn&#8217;t clean-up internal variables for emulated locks with the &#8216;memcached&#8217; driver.</li>
<li>Fixed a bug where <a class="reference internal" href="database/index.html"><em>Database</em></a> transactions didn&#8217;t work with the &#8216;ibase&#8217; driver.</li>
<li>Fixed a bug (#4475) - <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> method <tt class="docutils literal"><span class="pre">strip_image_tags()</span></tt> preserves only the first URL character from non-quoted <em>src</em> attributes.</li>
<li>Fixed a bug where <a class="reference internal" href="general/profiling.html"><em>Profiler Library</em></a> didn&#8217;t apply <tt class="docutils literal"><span class="pre">htmlspecialchars()</span></tt> to all displayed inputs.</li>
<li>Fixed a bug (#4277) - <a class="reference internal" href="libraries/caching.html"><em>Cache Library</em></a> triggered fatal errors if accessing the Memcache(d) and/or Redis driver and they are not available on the system.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/caching.html"><em>Cache Library</em></a> method <tt class="docutils literal"><span class="pre">is_supported()</span></tt> logged an error message when it returns <tt class="docutils literal"><span class="pre">FALSE</span></tt> for the APC and Wincache drivers.</li>
</ul>
</div>
</div>
<div class="section" id="version-3-0-4">
<h2>Version 3.0.4<a class="headerlink" href="#version-3-0-4" title="Permalink to this headline"></a></h2>
<p>Release Date: January 13, 2016</p>
<ul class="simple">
<li>General Changes<ul>
<li>Updated <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> method <tt class="docutils literal"><span class="pre">get_random_bytes()</span></tt> to use PHP 7&#8217;s <tt class="docutils literal"><span class="pre">random_bytes()</span></tt> function when possible.</li>
<li>Updated <a class="reference internal" href="libraries/security.html"><em>Encryption Library</em></a> method <tt class="docutils literal"><span class="pre">create_key()</span></tt> to use PHP 7&#8217;s <tt class="docutils literal"><span class="pre">random_bytes()</span></tt> function when possible.</li>
</ul>
</li>
<li><a class="reference internal" href="database/index.html"><em>Database</em></a><ul>
<li>Added support for <tt class="docutils literal"><span class="pre">OFFSET-FETCH</span></tt> with Oracle 12c for the &#8216;oci8&#8217; and &#8216;pdo/oci&#8217; drivers.</li>
<li>Added support for the new <tt class="docutils literal"><span class="pre">MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT</span></tt> constant from <a class="reference external" href="https://secure.php.net/ChangeLog-5.php#5.6.16">PHP 5.6.16</a> for the &#8216;mysqli&#8217; driver.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-3-0-4">
<h3>Bug fixes for 3.0.4<a class="headerlink" href="#bug-fixes-for-3-0-4" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (#4212) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">count_all_results()</span></tt> could fail if an <tt class="docutils literal"><span class="pre">ORDER</span> <span class="pre">BY</span></tt> condition is used.</li>
<li>Fixed a bug where <a class="reference internal" href="helpers/form_helper.html"><em>Form Helper</em></a> functions <a class="reference internal" href="helpers/form_helper.html#set_checkbox" title="set_checkbox"><tt class="xref php php-func docutils literal"><span class="pre">set_checkbox()</span></tt></a>, <a class="reference internal" href="helpers/form_helper.html#set_radio" title="set_radio"><tt class="xref php php-func docutils literal"><span class="pre">set_radio()</span></tt></a> didn&#8217;t &#8220;uncheck&#8221; inputs on a submitted form if the default state is &#8220;checked&#8221;.</li>
<li>Fixed a bug (#4217) - <a class="reference internal" href="libraries/config.html"><em>Config Library</em></a> method <tt class="docutils literal"><span class="pre">base_url()</span></tt> didn&#8217;t use proper formatting for IPv6 when it falls back to <tt class="docutils literal"><span class="pre">$_SERVER['SERVER_ADDR']</span></tt>.</li>
<li>Fixed a bug where <a class="reference internal" href="helpers/captcha_helper.html"><em>CAPTCHA Helper</em></a> entered an infinite loop while generating a random string.</li>
<li>Fixed a bug (#4223) - <a class="reference internal" href="database/index.html"><em>Database</em></a> method <tt class="docutils literal"><span class="pre">simple_query()</span></tt> blindly executes queries without checking if the connection was initialized properly.</li>
<li>Fixed a bug (#4244) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> could improperly use &#8220;unsafe&#8221; US-ASCII characters during Quoted-printable encoding.</li>
<li>Fixed a bug (#4245) - <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> couldn&#8217;t properly handle <tt class="docutils literal"><span class="pre">SET</span></tt> and <tt class="docutils literal"><span class="pre">ENUM</span></tt> type fields with string values.</li>
<li>Fixed a bug (#4283) - <a class="reference internal" href="helpers/string_helper.html"><em>String Helper</em></a> function <a class="reference internal" href="helpers/string_helper.html#alternator" title="alternator"><tt class="xref php php-func docutils literal"><span class="pre">alternator()</span></tt></a> couldn&#8217;t be called without arguments.</li>
<li>Fixed a bug (#4306) - <a class="reference internal" href="database/index.html"><em>Database</em></a> method <tt class="docutils literal"><span class="pre">version()</span></tt> didn&#8217;t work properly with the &#8216;mssql&#8217; driver.</li>
<li>Fixed a bug (#4039) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> could generate multiple (redundant) warnings in case of a read failure with the &#8216;files&#8217; driver, due to a bug in PHP.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> didn&#8217;t have proper error handling on PHP 5 (due to a PHP bug).</li>
<li>Fixed a bug (#4312) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> didn&#8217;t provide error feedback for failed validation on empty requests.</li>
<li>Fixed a bug where <a class="reference internal" href="database/index.html"><em>Database</em></a> method <cite>version()</cite> returned banner text instead of only the version number with the &#8216;oci8&#8217; and &#8216;pdo/oci&#8217; drivers.</li>
<li>Fixed a bug (#4331) - <a class="reference internal" href="database/index.html"><em>Database</em></a> method <tt class="docutils literal"><span class="pre">error()</span></tt> didn&#8217;t really work for connection errors with the &#8216;mysqli&#8217; driver.</li>
<li>Fixed a bug (#4343) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> failing with a <em>&#8220;More than one &#8216;from&#8217; person&#8221;</em> message when using <em>sendmail</em>.</li>
<li>Fixed a bug (#4350) - <a class="reference internal" href="libraries/loader.html"><em>Loader Library</em></a> method <tt class="docutils literal"><span class="pre">model()</span></tt> logic directly instantiated the <tt class="docutils literal"><span class="pre">CI_Model</span></tt> or <tt class="docutils literal"><span class="pre">MY_Model</span></tt> classes.</li>
<li>Fixed a bug (#4337) - <a class="reference internal" href="database/index.html"><em>Database</em></a> method <tt class="docutils literal"><span class="pre">query()</span></tt> didn&#8217;t return a result set for queries with the <tt class="docutils literal"><span class="pre">RETURNING</span></tt> statement on PostgreSQL.</li>
<li>Fixed a bug (#4362) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> doesn&#8217;t properly maintain its state after ID regeneration with the &#8216;redis&#8217; and &#8216;memcached&#8217; drivers on PHP 7.</li>
<li>Fixed a bug (#4349) - <a class="reference internal" href="database/index.html"><em>Database</em></a> drivers &#8216;mysql&#8217;, &#8216;mysqli&#8217;, &#8216;pdo/mysql&#8217; discard other <tt class="docutils literal"><span class="pre">sql_mode</span></tt> flags when &#8220;stricton&#8221; is enabled.</li>
<li>Fixed a bug (#4349) - <a class="reference internal" href="database/index.html"><em>Database</em></a> drivers &#8216;mysql&#8217;, &#8216;mysqli&#8217;, &#8216;pdo/mysql&#8217; don&#8217;t turn off <tt class="docutils literal"><span class="pre">STRICT_TRANS_TABLES</span></tt> on MySQL 5.7+ when &#8220;stricton&#8221; is disabled.</li>
<li>Fixed a bug (#4374) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> with the &#8216;database&#8217; driver could be affected by userspace <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> conditions.</li>
</ul>
</div>
</div>
<div class="section" id="version-3-0-3">
<h2>Version 3.0.3<a class="headerlink" href="#version-3-0-3" title="Permalink to this headline"></a></h2>
<p>Release Date: October 31, 2015</p>
<ul class="simple">
<li><strong>Security</strong><ul>
<li>Fixed an XSS attack vector in <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> method <tt class="docutils literal"><span class="pre">xss_clean()</span></tt>.</li>
<li>Changed <a class="reference internal" href="libraries/config.html"><em>Config Library</em></a> method <tt class="docutils literal"><span class="pre">base_url()</span></tt> to fallback to <tt class="docutils literal"><span class="pre">$_SERVER['SERVER_ADDR']</span></tt> when <tt class="docutils literal"><span class="pre">$config['base_url']</span></tt> is empty in order to avoid <em>Host</em> header injections.</li>
<li>Changed <a class="reference internal" href="helpers/captcha_helper.html"><em>CAPTCHA Helper</em></a> to use the operating system&#8217;s PRNG when possible.</li>
</ul>
</li>
<li><a class="reference internal" href="database/index.html"><em>Database</em></a><ul>
<li>Optimized <a class="reference internal" href="database/utilities.html"><em>Database Utility</em></a> method <tt class="docutils literal"><span class="pre">csv_from_result()</span></tt> for speed with larger result sets.</li>
<li>Added proper return values to <a class="reference internal" href="database/transactions.html"><em>Database Transactions</em></a> method <tt class="docutils literal"><span class="pre">trans_start()</span></tt>.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-3-0-3">
<h3>Bug fixes for 3.0.3<a class="headerlink" href="#bug-fixes-for-3-0-3" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (#4170) - <a class="reference internal" href="database/index.html"><em>Database</em></a> method <tt class="docutils literal"><span class="pre">insert_id()</span></tt> could return an identity from the wrong scope with the &#8216;sqlsrv&#8217; driver.</li>
<li>Fixed a bug (#4179) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> doesn&#8217;t properly maintain its state after ID regeneration with the &#8216;database&#8217; driver on PHP 7.</li>
<li>Fixed a bug (#4173) - <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> method <tt class="docutils literal"><span class="pre">add_key()</span></tt> didn&#8217;t allow creation of non-PRIMARY composite keys after the &#8220;bugfix&#8221; for #3968.</li>
<li>Fixed a bug (#4171) - <a class="reference internal" href="database/transactions.html"><em>Database Transactions</em></a> didn&#8217;t work with nesting in methods <tt class="docutils literal"><span class="pre">trans_begin()</span></tt>, <tt class="docutils literal"><span class="pre">trans_commit()</span></tt>, <tt class="docutils literal"><span class="pre">trans_rollback()</span></tt>.</li>
<li>Fixed a bug where <a class="reference internal" href="database/transactions.html"><em>Database Transaction</em></a> methods <tt class="docutils literal"><span class="pre">trans_begin()</span></tt>, <tt class="docutils literal"><span class="pre">trans_commit()</span></tt>, <tt class="docutils literal"><span class="pre">trans_rollback()</span></tt> ignored failures.</li>
<li>Fixed a bug where all <a class="reference internal" href="database/transactions.html"><em>Database Transaction</em></a> methods returned TRUE while transactions are actually disabled.</li>
<li>Fixed a bug where <a class="reference internal" href="general/common_functions.html"><em>common function</em></a> <a class="reference internal" href="general/common_functions.html#html_escape" title="html_escape"><tt class="xref php php-func docutils literal"><span class="pre">html_escape()</span></tt></a> modified keys of its array inputs.</li>
<li>Fixed a bug (#4192) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> wouldn&#8217;t always have proper Quoted-printable encoding due to a bug in PHP&#8217;s own <tt class="docutils literal"><span class="pre">mb_mime_encodeheader()</span></tt> function.</li>
</ul>
</div>
</div>
<div class="section" id="version-3-0-2">
<h2>Version 3.0.2<a class="headerlink" href="#version-3-0-2" title="Permalink to this headline"></a></h2>
<p>Release Date: October 8, 2015</p>
<ul class="simple">
<li><strong>Security</strong><ul>
<li>Fixed a number of XSS attack vectors in <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> method <tt class="docutils literal"><span class="pre">xss_clean()</span></tt> (thanks to Frans Rosén from <a class="reference external" href="https://detectify.com/">Detectify</a>).</li>
</ul>
</li>
<li>General Changes<ul>
<li>Updated the <em>application/config/constants.php</em> file to check if constants aren&#8217;t already defined before doing that.</li>
<li>Changed <a class="reference internal" href="libraries/loader.html"><em>Loader Library</em></a> method <tt class="docutils literal"><span class="pre">model()</span></tt> to only apply <tt class="docutils literal"><span class="pre">ucfirst()</span></tt> and not <tt class="docutils literal"><span class="pre">strtolower()</span></tt> to the requested class name.</li>
<li>Changed <a class="reference internal" href="libraries/config.html"><em>Config Library</em></a> methods <tt class="docutils literal"><span class="pre">base_url()</span></tt>, <tt class="docutils literal"><span class="pre">site_url()</span></tt> to allow protocol-relative URLs by passing an empty string as the protocol.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-3-0-2">
<h3>Bug fixes for 3.0.2<a class="headerlink" href="#bug-fixes-for-3-0-2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (#2284) - <a class="reference internal" href="database/index.html"><em>Database</em></a> method <tt class="docutils literal"><span class="pre">protect_identifiers()</span></tt> breaks when <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> isn&#8217;t enabled.</li>
<li>Fixed a bug (#4052) - <a class="reference internal" href="general/routing.html"><em>Routing</em></a> with anonymous functions didn&#8217;t work for routes that don&#8217;t use regular expressions.</li>
<li>Fixed a bug (#4056) - <a class="reference internal" href="libraries/input.html"><em>Input Library</em></a> method <tt class="docutils literal"><span class="pre">get_request_header()</span></tt> could not return a value unless <tt class="docutils literal"><span class="pre">request_headers()</span></tt> was called beforehand.</li>
<li>Fixed a bug where the <a class="reference internal" href="database/index.html"><em>Database Class</em></a> entered an endless loop if it fails to connect with the &#8216;sqlsrv&#8217; driver.</li>
<li>Fixed a bug (#4065) - <a class="reference internal" href="database/index.html"><em>Database</em></a> method <tt class="docutils literal"><span class="pre">protect_identifiers()</span></tt> treats a traling space as an alias separator if the input doesn&#8217;t contain &#8216; AS &#8216;.</li>
<li>Fixed a bug (#4066) - <a class="reference internal" href="libraries/caching.html"><em>Cache Library</em></a> couldn&#8217;t fallback to a backup driver if the primary one is Memcache(d) or Redis.</li>
<li>Fixed a bug (#4073) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> method <tt class="docutils literal"><span class="pre">send()</span></tt> could return TRUE in case of an actual failure when an SMTP command fails.</li>
<li>Fixed a bug (#4086) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> didn&#8217;t apply <em>dbprefix</em> to LIKE conditions if the pattern included spaces.</li>
<li>Fixed a bug (#4091) - <a class="reference internal" href="libraries/caching.html"><em>Cache Library</em></a> &#8216;file&#8217; driver could be tricked into accepting empty cache item IDs.</li>
<li>Fixed a bug (#4093) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> modified string values containing &#8216;AND&#8217;, &#8216;OR&#8217; while compiling WHERE conditions.</li>
<li>Fixed a bug (#4096) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> didn&#8217;t apply <em>dbprefix</em> when compiling BETWEEN conditions.</li>
<li>Fixed a bug (#4105) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> didn&#8217;t allow pipe characters inside &#8220;bracket parameters&#8221; when using a string ruleset.</li>
<li>Fixed a bug (#4109) - <a class="reference internal" href="general/routing.html"><em>Routing</em></a> to <em>default_controller</em> didn&#8217;t work when <em>enable_query_strings</em> is set to TRUE.</li>
<li>Fixed a bug (#4044) - <a class="reference internal" href="libraries/caching.html"><em>Cache Library</em></a> &#8216;redis&#8217; driver didn&#8217;t catch <tt class="docutils literal"><span class="pre">RedisException</span></tt> that could be thrown during authentication.</li>
<li>Fixed a bug (#4120) - <a class="reference internal" href="database/index.html"><em>Database</em></a> method <tt class="docutils literal"><span class="pre">error()</span></tt> didn&#8217;t return error info when called after <tt class="docutils literal"><span class="pre">query()</span></tt> with the &#8216;mssql&#8217; driver.</li>
<li>Fixed a bug (#4116) - <a class="reference internal" href="libraries/pagination.html"><em>Pagination Library</em></a> set the wrong page number on the &#8220;data-ci-pagination-page&#8221; attribute in generated links.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/pagination.html"><em>Pagination Library</em></a> added the &#8216;rel=&#8221;start&#8221;&#8217; attribute to the first displayed link even if it&#8217;s not actually linking the first page.</li>
<li>Fixed a bug (#4137) - <a class="reference internal" href="general/errors.html"><em>Error Handling</em></a> breaks for the new <tt class="docutils literal"><span class="pre">Error</span></tt> exceptions under PHP 7.</li>
<li>Fixed a bug (#4126) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> method <tt class="docutils literal"><span class="pre">reset_validation()</span></tt> discarded validation rules from config files.</li>
</ul>
</div>
</div>
<div class="section" id="version-3-0-1">
<h2>Version 3.0.1<a class="headerlink" href="#version-3-0-1" title="Permalink to this headline"></a></h2>
<p>Release Date: August 7, 2015</p>
<ul class="simple">
<li>Core<ul>
<li>Added DoS mitigation to <a class="reference internal" href="general/compatibility_functions.html#hash_pbkdf2" title="hash_pbkdf2"><tt class="xref php php-func docutils literal"><span class="pre">hash_pbkdf2()</span></tt></a> <a class="reference internal" href="general/compatibility_functions.html"><em>compatibility function</em></a>.</li>
</ul>
</li>
<li>Database<ul>
<li>Added <tt class="docutils literal"><span class="pre">list_fields()</span></tt> support for SQLite (&#8216;sqlite3&#8217; and &#8216;pdo_sqlite&#8217; drivers).</li>
<li>Added SSL connection support for the &#8216;mysqli&#8217; and &#8216;pdo_mysql&#8217; drivers.</li>
</ul>
</li>
<li>Libraries<ul>
<li><a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Library</em></a> changes:<ul>
<li>Changed method <tt class="docutils literal"><span class="pre">set_error()</span></tt> to accept a custom log level (defaults to &#8216;error&#8217;).</li>
<li>Errors &#8220;no_file_selected&#8221;, &#8220;file_partial&#8221;, &#8220;stopped_by_extension&#8221;, &#8220;no_file_types&#8221;, &#8220;invalid_filetype&#8221;, &#8220;bad_filename&#8221; are now logged at the &#8216;debug&#8217; level.</li>
<li>Errors &#8220;file_exceeds_limit&#8221;, &#8220;file_exceeds_form_limit&#8221;, &#8220;invalid_filesize&#8221;, &#8220;invalid_dimensions&#8221; are now logged at the &#8216;info&#8217; level.</li>
</ul>
</li>
<li>Added &#8216;is_resource&#8217; to the available expectations in <a class="reference internal" href="libraries/unit_testing.html"><em>Unit Testing Library</em></a>.</li>
</ul>
</li>
<li>Helpers<ul>
<li>Added Unicode support to <a class="reference internal" href="helpers/url_helper.html"><em>URL Helper</em></a> function <a class="reference internal" href="helpers/url_helper.html#url_title" title="url_title"><tt class="xref php php-func docutils literal"><span class="pre">url_title()</span></tt></a>.</li>
<li>Added support for passing the &#8220;extra&#8221; parameter as an array to all <a class="reference internal" href="helpers/form_helper.html"><em>Form Helper</em></a> functions that use it.</li>
</ul>
</li>
<li>Core<ul>
<li>Added support for defining a list of specific query parameters in <tt class="docutils literal"><span class="pre">$config['cache_query_string']</span></tt> for the <a class="reference internal" href="libraries/output.html"><em>Output Library</em></a>.</li>
<li>Added class existence and inheritance checks to <tt class="docutils literal"><span class="pre">CI_Loader::model()</span></tt> in order to ease debugging in case of name collisions.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-3-0-1">
<h3>Bug fixes for 3.0.1<a class="headerlink" href="#bug-fixes-for-3-0-1" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (#3733) - Autoloading of libraries with aliases didn&#8217;t work, although it was advertised to.</li>
<li>Fixed a bug (#3744) - Redis <a class="reference internal" href="libraries/caching.html"><em>Caching</em></a> driver didn&#8217;t handle authentication failures properly.</li>
<li>Fixed a bug (#3761) - <a class="reference internal" href="helpers/url_helper.html"><em>URL Helper</em></a> function <a class="reference internal" href="helpers/url_helper.html#anchor" title="anchor"><tt class="xref php php-func docutils literal"><span class="pre">anchor()</span></tt></a> didn&#8217;t work with array inputs.</li>
<li>Fixed a bug (#3773) - <tt class="docutils literal"><span class="pre">db_select()</span></tt> didn&#8217;t work for MySQL with the PDO <a class="reference internal" href="database/index.html"><em>Database</em></a> driver.</li>
<li>Fixed a bug (#3771) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> was looking for a &#8216;form_validation_&#8217; prefix when trying to translate field name labels.</li>
<li>Fixed a bug (#3787) - <a class="reference internal" href="libraries/ftp.html"><em>FTP Library</em></a> method <tt class="docutils literal"><span class="pre">delete_dir()</span></tt> failed when the target has subdirectories.</li>
<li>Fixed a bug (#3801) - <a class="reference internal" href="libraries/output.html"><em>Output Library</em></a> method <tt class="docutils literal"><span class="pre">_display_cache()</span></tt> incorrectly looked for the last modified time of a directory instead of the cache file.</li>
<li>Fixed a bug (#3816) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> treated empty string values as non-existing ones.</li>
<li>Fixed a bug (#3823) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> drivers Redis and Memcached didn&#8217;t properly handle locks that are blocking the request for more than 30 seconds.</li>
<li>Fixed a bug (#3846) - <a class="reference internal" href="libraries/image_lib.html"><em>Image Manipulation Library</em></a> method <cite>image_mirror_gd()</cite> didn&#8217;t properly initialize its variables.</li>
<li>Fixed a bug (#3854) - <cite>field_data()</cite> didn&#8217;t work properly with the Oracle (OCI8) database driver.</li>
<li>Fixed a bug in the <a class="reference internal" href="database/utilities.html"><em>Database Utility Class</em></a> method <tt class="docutils literal"><span class="pre">csv_from_result()</span></tt> didn&#8217;t work with a whitespace CSV delimiter.</li>
<li>Fixed a bug (#3890) - <a class="reference internal" href="libraries/input.html"><em>Input Library</em></a> method <tt class="docutils literal"><span class="pre">get_request_header()</span></tt> treated header names as case-sensitive.</li>
<li>Fixed a bug (#3903) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> ignored &#8220;unnamed&#8221; closure validation rules.</li>
<li>Fixed a bug (#3904) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> ignored &#8220;named&#8221; callback rules when the field is empty and there&#8217;s no &#8216;required&#8217; rule.</li>
<li>Fixed a bug (#3922) - <a class="reference internal" href="libraries/email.html"><em>Email</em></a> and <a class="reference internal" href="libraries/xmlrpc.html"><em>XML-RPC</em></a> libraries could enter an infinite loop due to <a class="reference external" href="https://bugs.php.net/bug.php?id=39598">PHP bug #39598</a>.</li>
<li>Fixed a bug (#3913) - <a class="reference internal" href="libraries/caching.html"><em>Cache Library</em></a> didn&#8217;t work with the direct <tt class="docutils literal"><span class="pre">$this-&gt;cache-&gt;$driver_name-&gt;method()</span></tt> syntax with Redis and Memcache(d).</li>
<li>Fixed a bug (#3932) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> didn&#8217;t properly compile WHERE and HAVING conditions for field names that end with &#8220;and&#8221;, &#8220;or&#8221;.</li>
<li>Fixed a bug in <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> where <tt class="docutils literal"><span class="pre">delete()</span></tt> didn&#8217;t properly work on multiple tables with a WHERE condition previously set via <tt class="docutils literal"><span class="pre">where()</span></tt>.</li>
<li>Fixed a bug (#3952) - <a class="reference internal" href="database/index.html"><em>Database</em></a> method <tt class="docutils literal"><span class="pre">list_fields()</span></tt> didn&#8217;t work with SQLite3.</li>
<li>Fixed a bug (#3955) - <a class="reference internal" href="libraries/caching.html"><em>Cache Library</em></a> methods <tt class="docutils literal"><span class="pre">increment()</span></tt> and <tt class="docutils literal"><span class="pre">decrement()</span></tt> ignored the &#8216;key_prefix&#8217; setting.</li>
<li>Fixed a bug (#3963) - <a class="reference internal" href="libraries/unit_testing.html"><em>Unit Testing Library</em></a> wrongly tried to translate filenames, line numbers and notes values in test results.</li>
<li>Fixed a bug (#3965) - <a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Library</em></a> ignored the &#8220;encrypt_name&#8221; setting when &#8220;overwrite&#8221; is enabled.</li>
<li>Fixed a bug (#3968) - <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> method <tt class="docutils literal"><span class="pre">add_key()</span></tt> didn&#8217;t treat array inputs as composite keys unless it&#8217;s a PRIMARY KEY.</li>
<li>Fixed a bug (#3715) - <a class="reference internal" href="libraries/pagination.html"><em>Pagination Library</em></a> could generate broken link when a protocol-relative base URL is used.</li>
<li>Fixed a bug (#3828) - <a class="reference internal" href="libraries/output.html"><em>Output Library</em></a> method <tt class="docutils literal"><span class="pre">delete_cache()</span></tt> couldn&#8217;t delete index page caches.</li>
<li>Fixed a bug (#3704) - <a class="reference internal" href="database/index.html"><em>Database</em></a> method <tt class="docutils literal"><span class="pre">stored_procedure()</span></tt> in the &#8216;oci8&#8217; driver didn&#8217;t properly bind parameters.</li>
<li>Fixed a bug (#3778) - <a class="reference internal" href="helpers/download_helper.html"><em>Download Helper</em></a> function <a class="reference internal" href="helpers/download_helper.html#force_download" title="force_download"><tt class="xref php php-func docutils literal"><span class="pre">force_download()</span></tt></a> incorrectly sent a <em>Pragma</em> response header.</li>
<li>Fixed a bug (#3752) - <tt class="docutils literal"><span class="pre">$routing['directory']</span></tt> overrides were not properly handled and always resulted in a 404 &#8220;Not Found&#8221; error.</li>
<li>Fixed a bug (#3279) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> methods <tt class="docutils literal"><span class="pre">update()</span></tt> and <tt class="docutils literal"><span class="pre">get_compiled_update()</span></tt> did double escaping on the table name if it was provided via <tt class="docutils literal"><span class="pre">from()</span></tt>.</li>
<li>Fixed a bug (#3991) - <tt class="docutils literal"><span class="pre">$config['rewrite_short_tags']</span></tt> never worked due to <tt class="docutils literal"><span class="pre">function_exists('eval')</span></tt> always returning FALSE.</li>
<li>Fixed a bug where the <a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Library</em></a> library will not properly configure its maximum file size unless the input value is of type integer.</li>
<li>Fixed a bug (#4000) - <a class="reference internal" href="libraries/pagination.html"><em>Pagination Library</em></a> didn&#8217;t enable &#8220;rel&#8221; attributes by default if no attributes-related config options were used.</li>
<li>Fixed a bug (#4004) - <a class="reference internal" href="libraries/uri.html"><em>URI Class</em></a> didn&#8217;t properly parse the request URI if it contains a colon followed by a digit.</li>
<li>Fixed a bug in <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> where the <tt class="docutils literal"><span class="pre">$escape</span></tt> parameter for some methods only affected field names.</li>
<li>Fixed a bug (#4012) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> methods <tt class="docutils literal"><span class="pre">where_in()</span></tt>, <tt class="docutils literal"><span class="pre">or_where_in()</span></tt>, <tt class="docutils literal"><span class="pre">where_not_in()</span></tt>, <tt class="docutils literal"><span class="pre">or_where_not_in()</span></tt> didn&#8217;t take into account previously cached WHERE conditions when query cache is in use.</li>
<li>Fixed a bug (#4015) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> method <tt class="docutils literal"><span class="pre">set_header()</span></tt> didn&#8217;t support method chaining, although it was advertised.</li>
<li>Fixed a bug (#4027) - <a class="reference internal" href="general/routing.html"><em>Routing</em></a> with HTTP verbs only worked if the route request method was declared in all-lowercase letters.</li>
<li>Fixed a bug (#4026) - <a class="reference internal" href="database/transactions.html"><em>Database Transactions</em></a> always rollback if any previous <tt class="docutils literal"><span class="pre">query()</span></tt> call fails.</li>
<li>Fixed a bug (#4023) - <a class="reference internal" href="helpers/string_helper.html"><em>String Helper</em></a> function <tt class="docutils literal"><span class="pre">increment_string()</span></tt> didn&#8217;t escape its <tt class="docutils literal"><span class="pre">$separator</span></tt> parameter.</li>
</ul>
</div>
</div>
<div class="section" id="version-3-0-0">
<h2>Version 3.0.0<a class="headerlink" href="#version-3-0-0" title="Permalink to this headline"></a></h2>
<p>Release Date: March 30, 2015</p>
<ul class="simple">
<li>License<ul>
<li>CodeIgniter has been relicensed with the <a class="reference external" href="http://opensource.org/licenses/MIT">MIT License</a>, eliminating its old proprietary licensing.</li>
</ul>
</li>
<li>General Changes<ul>
<li>PHP 5.1.6 is no longer supported. CodeIgniter now requires PHP 5.2.4 and recommends PHP 5.4+ or newer to be used.</li>
<li>Changed filenaming convention (class file names now must be Ucfirst and everything else in lowercase).</li>
<li>Changed the default database driver to &#8216;mysqli&#8217; (the old &#8216;mysql&#8217; driver is DEPRECATED).</li>
<li><tt class="docutils literal"><span class="pre">$_SERVER['CI_ENV']</span></tt> can now be set to control the <tt class="docutils literal"><span class="pre">ENVIRONMENT</span></tt> constant.</li>
<li>Added an optional backtrace to php-error template.</li>
<li>Added Android to the list of user agents.</li>
<li>Added Windows 7, Windows 8, Windows 8.1, Android, Blackberry, iOS and PlayStation 3 to the list of user platforms.</li>
<li>Added Fennec (Firefox for mobile) to the list of mobile user agents.</li>
<li>Ability to log certain error types, not all under a threshold.</li>
<li>Added support for pem, p10, p12, p7a, p7c, p7m, p7r, p7s, crt, crl, der, kdb, rsa, cer, sst, csr Certs to mimes.php.</li>
<li>Added support for pgp, gpg, zsh and cdr files to mimes.php.</li>
<li>Added support for 3gp, 3g2, mp4, wmv, f4v, vlc Video files to mimes.php.</li>
<li>Added support for m4a, aac, m4u, xspf, au, ac3, flac, ogg, wma Audio files to mimes.php.</li>
<li>Added support for kmz and kml (Google Earth) files to mimes.php.</li>
<li>Added support for ics Calendar files to mimes.php.</li>
<li>Added support for rar, jar and 7zip archives to mimes.php.</li>
<li>Updated support for xml (&#8216;application/xml&#8217;) and xsl (&#8216;application/xml&#8217;, &#8216;text/xsl&#8217;) files in mimes.php.</li>
<li>Updated support for doc files in mimes.php.</li>
<li>Updated support for docx files in mimes.php.</li>
<li>Updated support for php files in mimes.php.</li>
<li>Updated support for zip files in mimes.php.</li>
<li>Updated support for csv files in mimes.php.</li>
<li>Added Romanian, Greek, Vietnamese and Cyrilic characters in <em>application/config/foreign_characters.php</em>.</li>
<li>Changed logger to only chmod when file is first created.</li>
<li>Removed previously deprecated SHA1 Library.</li>
<li>Removed previously deprecated use of <tt class="docutils literal"><span class="pre">$autoload['core']</span></tt> in <em>application/config/autoload.php</em>.
Only entries in <tt class="docutils literal"><span class="pre">$autoload['libraries']</span></tt> are auto-loaded now.</li>
<li>Removed previously deprecated EXT constant.</li>
<li>Updated all classes to be written in PHP 5 style, with visibility declarations and no <tt class="docutils literal"><span class="pre">var</span></tt> usage for properties.</li>
<li>Added an Exception handler.</li>
<li>Moved error templates to <em>application/views/errors/</em> and made the path configurable via <tt class="docutils literal"><span class="pre">$config['error_views_path']</span></tt>.</li>
<li>Added support non-HTML error templates for CLI applications.</li>
<li>Moved the Log class to <em>application/core/</em></li>
<li>Global config files are loaded first, then environment ones. Environment config keys overwrite base ones, allowing to only set the keys we want changed per environment.</li>
<li>Changed detection of <tt class="docutils literal"><span class="pre">$view_folder</span></tt> so that if it&#8217;s not found in the current path, it will now also be searched for under the application folder.</li>
<li>Path constants BASEPATH, APPPATH and VIEWPATH are now (internally) defined as absolute paths.</li>
<li>Updated email validation methods to use <tt class="docutils literal"><span class="pre">filter_var()</span></tt> instead of PCRE.</li>
<li>Changed environment defaults to report all errors in <em>development</em> and only fatal ones in <em>testing</em>, <em>production</em> but only display them in <em>development</em>.</li>
<li>Updated <em>ip_address</em> database field lengths from 16 to 45 for supporting IPv6 address on <a class="reference internal" href="libraries/trackback.html"><em>Trackback Library</em></a> and <a class="reference internal" href="helpers/captcha_helper.html"><em>Captcha Helper</em></a>.</li>
<li>Removed <em>cheatsheets</em> and <em>quick_reference</em> PDFs from the documentation.</li>
<li>Added availability checks where usage of dangerous functions like <tt class="docutils literal"><span class="pre">eval()</span></tt> and <tt class="docutils literal"><span class="pre">exec()</span></tt> is required.</li>
<li>Added support for changing the file extension of log files using <tt class="docutils literal"><span class="pre">$config['log_file_extension']</span></tt>.</li>
<li>Added support for turning newline standardization on/off via <tt class="docutils literal"><span class="pre">$config['standardize_newlines']</span></tt> and set it to FALSE by default.</li>
<li>Added configuration setting <tt class="docutils literal"><span class="pre">$config['composer_autoload']</span></tt> to enable loading of a <a class="reference external" href="https://getcomposer.org">Composer</a> auto-loader.</li>
<li>Removed the automatic conversion of &#8216;programmatic characters&#8217; to HTML entities from the <a class="reference internal" href="libraries/uri.html"><em>URI Library</em></a>.</li>
<li>Changed log messages that say a class or file was loaded to &#8220;info&#8221; level instead of &#8220;debug&#8221;, so that they don&#8217;t pollute log files when <tt class="docutils literal"><span class="pre">$config['log_threshold']</span></tt> is set to 2 (debug).</li>
</ul>
</li>
<li>Helpers<ul>
<li><a class="reference internal" href="helpers/date_helper.html"><em>Date Helper</em></a> changes include:<ul>
<li>Added an optional third parameter to <a class="reference internal" href="helpers/date_helper.html#timespan" title="timespan"><tt class="xref php php-func docutils literal"><span class="pre">timespan()</span></tt></a> that constrains the number of time units displayed.</li>
<li>Added an optional parameter to <a class="reference internal" href="helpers/date_helper.html#timezone_menu" title="timezone_menu"><tt class="xref php php-func docutils literal"><span class="pre">timezone_menu()</span></tt></a> that allows more attributes to be added to the generated select tag.</li>
<li>Added function <a class="reference internal" href="helpers/date_helper.html#date_range" title="date_range"><tt class="xref php php-func docutils literal"><span class="pre">date_range()</span></tt></a> that generates a list of dates between a specified period.</li>
<li>Deprecated <tt class="docutils literal"><span class="pre">standard_date()</span></tt>, which now just uses the native <tt class="docutils literal"><span class="pre">date()</span></tt> with <a class="reference external" href="http://php.net/manual/en/class.datetime.php#datetime.constants.types">DateTime constants</a>.</li>
<li>Changed <a class="reference internal" href="helpers/date_helper.html#now" title="now"><tt class="xref php php-func docutils literal"><span class="pre">now()</span></tt></a> to work with all timezone strings supported by PHP.</li>
<li>Changed <a class="reference internal" href="helpers/date_helper.html#days_in_month" title="days_in_month"><tt class="xref php php-func docutils literal"><span class="pre">days_in_month()</span></tt></a> to use the native <tt class="docutils literal"><span class="pre">cal_days_in_month()</span></tt> PHP function, if available.</li>
</ul>
</li>
<li><a class="reference internal" href="helpers/url_helper.html"><em>URL Helper</em></a> changes include:<ul>
<li>Deprecated <em>separator</em> options <strong>dash</strong> and <strong>underscore</strong> for function <a class="reference internal" href="helpers/url_helper.html#url_title" title="url_title"><tt class="xref php php-func docutils literal"><span class="pre">url_title()</span></tt></a> (they are only aliases for &#8216;-&#8216; and &#8216;_&#8217; respectively).</li>
<li><a class="reference internal" href="helpers/url_helper.html#url_title" title="url_title"><tt class="xref php php-func docutils literal"><span class="pre">url_title()</span></tt></a> will now trim extra dashes from beginning and end.</li>
<li><a class="reference internal" href="helpers/url_helper.html#anchor_popup" title="anchor_popup"><tt class="xref php php-func docutils literal"><span class="pre">anchor_popup()</span></tt></a> will now fill the <em>href</em> attribute with the URL and its JS code will return FALSE instead.</li>
<li>Added JS window name support to the <a class="reference internal" href="helpers/url_helper.html#anchor_popup" title="anchor_popup"><tt class="xref php php-func docutils literal"><span class="pre">anchor_popup()</span></tt></a> function.</li>
<li>Added support for menubar attribute to the <a class="reference internal" href="helpers/url_helper.html#anchor_popup" title="anchor_popup"><tt class="xref php php-func docutils literal"><span class="pre">anchor_popup()</span></tt></a>.</li>
<li>Added support (auto-detection) for HTTP/1.1 response codes 303, 307 in <a class="reference internal" href="helpers/url_helper.html#redirect" title="redirect"><tt class="xref php php-func docutils literal"><span class="pre">redirect()</span></tt></a>.</li>
<li>Changed <a class="reference internal" href="helpers/url_helper.html#redirect" title="redirect"><tt class="xref php php-func docutils literal"><span class="pre">redirect()</span></tt></a> to choose the <strong>refresh</strong> method only on IIS servers, instead of all servers on Windows (when <strong>auto</strong> is used).</li>
<li>Changed <a class="reference internal" href="helpers/url_helper.html#anchor" title="anchor"><tt class="xref php php-func docutils literal"><span class="pre">anchor()</span></tt></a>, <a class="reference internal" href="helpers/url_helper.html#anchor_popup" title="anchor_popup"><tt class="xref php php-func docutils literal"><span class="pre">anchor_popup()</span></tt></a>, and <a class="reference internal" href="helpers/url_helper.html#redirect" title="redirect"><tt class="xref php php-func docutils literal"><span class="pre">redirect()</span></tt></a> to support protocol-relative URLs (e.g. <em>//ellislab.com/codeigniter</em>).</li>
</ul>
</li>
<li><a class="reference internal" href="helpers/html_helper.html"><em>HTML Helper</em></a> changes include:<ul>
<li>Added more doctypes.</li>
<li>Changed application and environment config files to be loaded in a cascade-like manner.</li>
<li>Changed <a class="reference internal" href="helpers/html_helper.html#doctype" title="doctype"><tt class="xref php php-func docutils literal"><span class="pre">doctype()</span></tt></a> to cache and only load once the doctypes array.</li>
<li>Deprecated functions <tt class="docutils literal"><span class="pre">nbs()</span></tt> and <tt class="docutils literal"><span class="pre">br()</span></tt>, which are just aliases for the native <tt class="docutils literal"><span class="pre">str_repeat()</span></tt> with <tt class="docutils literal"><span class="pre">&amp;nbsp;</span></tt> and <tt class="docutils literal"><span class="pre">&lt;br</span> <span class="pre">/&gt;</span></tt> respectively.</li>
</ul>
</li>
<li><a class="reference internal" href="helpers/inflector_helper.html"><em>Inflector Helper</em></a> changes include:<ul>
<li>Changed <a class="reference internal" href="helpers/inflector_helper.html#humanize" title="humanize"><tt class="xref php php-func docutils literal"><span class="pre">humanize()</span></tt></a> to allow passing an input separator as its second parameter.</li>
<li>Changed <a class="reference internal" href="helpers/inflector_helper.html#humanize" title="humanize"><tt class="xref php php-func docutils literal"><span class="pre">humanize()</span></tt></a> and <a class="reference internal" href="helpers/inflector_helper.html#underscore" title="underscore"><tt class="xref php php-func docutils literal"><span class="pre">underscore()</span></tt></a> to utilize <a class="reference external" href="http://php.net/mbstring">mbstring</a>, if available.</li>
<li>Changed <a class="reference internal" href="helpers/inflector_helper.html#plural" title="plural"><tt class="xref php php-func docutils literal"><span class="pre">plural()</span></tt></a> and <a class="reference internal" href="helpers/inflector_helper.html#singular" title="singular"><tt class="xref php php-func docutils literal"><span class="pre">singular()</span></tt></a> to avoid double pluralization and support more words.</li>
</ul>
</li>
<li><a class="reference internal" href="helpers/download_helper.html"><em>Download Helper</em></a> changes include:<ul>
<li>Added an optional third parameter to <a class="reference internal" href="helpers/download_helper.html#force_download" title="force_download"><tt class="xref php php-func docutils literal"><span class="pre">force_download()</span></tt></a> that enables/disables sending the actual file MIME type in the Content-Type header (disabled by default).</li>
<li>Added a work-around in <a class="reference internal" href="helpers/download_helper.html#force_download" title="force_download"><tt class="xref php php-func docutils literal"><span class="pre">force_download()</span></tt></a> for a bug Android &lt;= 2.1, where the filename extension needs to be in uppercase.</li>
<li>Added support for reading from an existing file path by passing NULL as the second parameter to <a class="reference internal" href="helpers/download_helper.html#force_download" title="force_download"><tt class="xref php php-func docutils literal"><span class="pre">force_download()</span></tt></a> (useful for large files and/or safely transmitting binary data).</li>
</ul>
</li>
<li><a class="reference internal" href="helpers/form_helper.html"><em>Form Helper</em></a> changes include:<ul>
<li><a class="reference internal" href="helpers/form_helper.html#form_dropdown" title="form_dropdown"><tt class="xref php php-func docutils literal"><span class="pre">form_dropdown()</span></tt></a> will now also take an array for unity with other form helpers.</li>
<li><a class="reference internal" href="helpers/form_helper.html#form_prep" title="form_prep"><tt class="xref php php-func docutils literal"><span class="pre">form_prep()</span></tt></a> is now DEPRECATED and only acts as an alias for <a class="reference internal" href="general/common_functions.html"><em>common function</em></a> <a class="reference internal" href="general/common_functions.html#html_escape" title="html_escape"><tt class="xref php php-func docutils literal"><span class="pre">html_escape()</span></tt></a>.</li>
<li><a class="reference internal" href="helpers/form_helper.html#set_value" title="set_value"><tt class="xref php php-func docutils literal"><span class="pre">set_value()</span></tt></a> will now also accept a third argument, allowing to turn off HTML escaping of the value.</li>
</ul>
</li>
<li><a class="reference internal" href="helpers/security_helper.html"><em>Security Helper</em></a> changes include:<ul>
<li><a class="reference internal" href="helpers/security_helper.html#do_hash" title="do_hash"><tt class="xref php php-func docutils literal"><span class="pre">do_hash()</span></tt></a> now uses PHP&#8217;s native <tt class="docutils literal"><span class="pre">hash()</span></tt> function (supporting more algorithms) and is deprecated.</li>
<li><a class="reference internal" href="helpers/security_helper.html#strip_image_tags" title="strip_image_tags"><tt class="xref php php-func docutils literal"><span class="pre">strip_image_tags()</span></tt></a> is now an alias for the same method in the <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a>.</li>
</ul>
</li>
<li><a class="reference internal" href="helpers/smiley_helper.html"><em>Smiley Helper</em></a> changes include:<ul>
<li>Deprecated the whole helper as too specific for CodeIgniter.</li>
<li>Removed previously deprecated function <tt class="docutils literal"><span class="pre">js_insert_smiley()</span></tt>.</li>
<li>Changed application and environment config files to be loaded in a cascade-like manner.</li>
<li>The smileys array is now cached and loaded only once.</li>
</ul>
</li>
<li><a class="reference internal" href="helpers/file_helper.html"><em>File Helper</em></a> changes include:<ul>
<li><a class="reference internal" href="helpers/path_helper.html#set_realpath" title="set_realpath"><tt class="xref php php-func docutils literal"><span class="pre">set_realpath()</span></tt></a> can now also handle file paths as opposed to just directories.</li>
<li>Added an optional paramater to <a class="reference internal" href="helpers/file_helper.html#delete_files" title="delete_files"><tt class="xref php php-func docutils literal"><span class="pre">delete_files()</span></tt></a> to enable it to skip deleting files such as <em>.htaccess</em> and <em>index.html</em>.</li>
<li>Deprecated function <tt class="docutils literal"><span class="pre">read_file()</span></tt> - it&#8217;s just an alias for PHP&#8217;s native <tt class="docutils literal"><span class="pre">file_get_contents()</span></tt>.</li>
</ul>
</li>
<li><a class="reference internal" href="helpers/string_helper.html"><em>String Helper</em></a> changes include:<ul>
<li>Deprecated function <tt class="docutils literal"><span class="pre">repeater()</span></tt> - it&#8217;s just an alias for PHP&#8217;s native <tt class="docutils literal"><span class="pre">str_repeat()</span></tt>.</li>
<li>Deprecated function <tt class="docutils literal"><span class="pre">trim_slashes()</span></tt> - it&#8217;s just an alias for PHP&#8217;s native <tt class="docutils literal"><span class="pre">trim()</span></tt> (with a slash as its second argument).</li>
<li>Deprecated randomization type options <strong>unique</strong> and <strong>encrypt</strong> for funcion <a class="reference internal" href="helpers/string_helper.html#random_string" title="random_string"><tt class="xref php php-func docutils literal"><span class="pre">random_string()</span></tt></a> (they are only aliases for <strong>md5</strong> and <strong>sha1</strong> respectively).</li>
</ul>
</li>
<li><a class="reference internal" href="helpers/captcha_helper.html"><em>CAPTCHA Helper</em></a> changes include:<ul>
<li>Added <em>word_length</em> and <em>pool</em> options to allow customization of the generated word.</li>
<li>Added <em>colors</em> configuration to allow customization for the <em>background</em>, <em>border</em>, <em>text</em> and <em>grid</em> colors.</li>
<li>Added <em>filename</em> to the returned array elements.</li>
<li>Updated to use <cite>imagepng()</cite> in case that <cite>imagejpeg()</cite> isn&#8217;t available.</li>
<li>Added <strong>font_size</strong> option to allow customization of font size.</li>
<li>Added <strong>img_id</strong> option to set id attribute of captcha image.</li>
</ul>
</li>
<li><a class="reference internal" href="helpers/text_helper.html"><em>Text Helper</em></a> changes include:<ul>
<li>Changed the default tag for use in <a class="reference internal" href="helpers/text_helper.html#highlight_phrase" title="highlight_phrase"><tt class="xref php php-func docutils literal"><span class="pre">highlight_phrase()</span></tt></a> to <tt class="docutils literal"><span class="pre">&lt;mark&gt;</span></tt> (formerly <tt class="docutils literal"><span class="pre">&lt;strong&gt;</span></tt>).</li>
<li>Changed <a class="reference internal" href="helpers/text_helper.html#character_limiter" title="character_limiter"><tt class="xref php php-func docutils literal"><span class="pre">character_limiter()</span></tt></a>, <a class="reference internal" href="helpers/text_helper.html#word_wrap" title="word_wrap"><tt class="xref php php-func docutils literal"><span class="pre">word_wrap()</span></tt></a> and <a class="reference internal" href="helpers/text_helper.html#ellipsize" title="ellipsize"><tt class="xref php php-func docutils literal"><span class="pre">ellipsize()</span></tt></a> to utilize <a class="reference external" href="http://php.net/mbstring">mbstring</a> or <a class="reference external" href="http://php.net/iconv">iconv</a>, if available.</li>
</ul>
</li>
<li><a class="reference internal" href="helpers/directory_helper.html"><em>Directory Helper</em></a> <a class="reference internal" href="helpers/directory_helper.html#directory_map" title="directory_map"><tt class="xref php php-func docutils literal"><span class="pre">directory_map()</span></tt></a> will now append <tt class="docutils literal"><span class="pre">DIRECTORY_SEPARATOR</span></tt> to directory names in the returned array.</li>
<li><a class="reference internal" href="helpers/array_helper.html"><em>Array Helper</em></a> <a class="reference internal" href="helpers/array_helper.html#element" title="element"><tt class="xref php php-func docutils literal"><span class="pre">element()</span></tt></a> and <a class="reference internal" href="helpers/array_helper.html#elements" title="elements"><tt class="xref php php-func docutils literal"><span class="pre">elements()</span></tt></a> now return NULL instead of FALSE when the required elements don&#8217;t exist.</li>
<li><a class="reference internal" href="helpers/language_helper.html"><em>Language Helper</em></a> <a class="reference internal" href="helpers/language_helper.html#lang" title="lang"><tt class="xref php php-func docutils literal"><span class="pre">lang()</span></tt></a> now accepts an optional list of additional HTML attributes.</li>
<li>Deprecated the <a class="reference internal" href="helpers/email_helper.html"><em>Email Helper</em></a> as its <tt class="docutils literal"><span class="pre">valid_email()</span></tt>, <tt class="docutils literal"><span class="pre">send_email()</span></tt> functions are now only aliases for PHP native functions <tt class="docutils literal"><span class="pre">filter_var()</span></tt> and <tt class="docutils literal"><span class="pre">mail()</span></tt> respectively.</li>
</ul>
</li>
<li>Database<ul>
<li>DEPRECATED the &#8216;mysql&#8217;, &#8216;sqlite&#8217;, &#8216;mssql&#8217; and &#8216;pdo/dblib&#8217; (also known as &#8216;pdo/mssql&#8217; or &#8216;pdo/sybase&#8217;) drivers.</li>
<li>Added <strong>dsn</strong> configuration setting for drivers that support DSN strings (PDO, PostgreSQL, Oracle, ODBC, CUBRID).</li>
<li>Added <strong>schema</strong> configuration setting (defaults to <em>public</em>) for drivers that might need it (currently used by PostgreSQL and ODBC).</li>
<li>Added <strong>save_queries</strong> configuration setting to <em>application/config/database.php</em> (defaults to <tt class="docutils literal"><span class="pre">TRUE</span></tt>).</li>
<li>Removed <strong>autoinit</strong> configuration setting as it doesn&#8217;t make sense to instantiate the database class but not connect to the database.</li>
<li>Added subdrivers support (currently only used by PDO).</li>
<li>Added an optional database name parameter to <tt class="docutils literal"><span class="pre">db_select()</span></tt>.</li>
<li>Removed <tt class="docutils literal"><span class="pre">protect_identifiers()</span></tt> and renamed internal method <tt class="docutils literal"><span class="pre">_protect_identifiers()</span></tt> to it instead - it was just an alias.</li>
<li>Renamed internal method <tt class="docutils literal"><span class="pre">_escape_identifiers()</span></tt> to <tt class="docutils literal"><span class="pre">escape_identifiers()</span></tt>.</li>
<li>Updated <tt class="docutils literal"><span class="pre">escape_identifiers()</span></tt> to accept an array of fields as well as strings.</li>
<li>MySQL and MySQLi drivers now require at least MySQL version 5.1.</li>
<li>Added a <tt class="docutils literal"><span class="pre">$persistent</span></tt> parameter to <tt class="docutils literal"><span class="pre">db_connect()</span></tt> and changed <tt class="docutils literal"><span class="pre">db_pconnect()</span></tt> to be an alias for <tt class="docutils literal"><span class="pre">db_connect(TRUE)</span></tt>.</li>
<li><tt class="docutils literal"><span class="pre">db_set_charset()</span></tt> now only requires one parameter (collation was only needed due to legacy support for MySQL versions prior to 5.1).</li>
<li><tt class="docutils literal"><span class="pre">db_select()</span></tt> will now always (if required by the driver) be called by <tt class="docutils literal"><span class="pre">db_connect()</span></tt> instead of only when initializing.</li>
<li>Replaced the <tt class="docutils literal"><span class="pre">_error_message()</span></tt> and <tt class="docutils literal"><span class="pre">_error_number()</span></tt> methods with <tt class="docutils literal"><span class="pre">error()</span></tt>, which returns an array containing the last database error code and message.</li>
<li>Improved <tt class="docutils literal"><span class="pre">version()</span></tt> implementation so that drivers that have a native function to get the version number don&#8217;t have to be defined in the core <tt class="docutils literal"><span class="pre">DB_driver</span></tt> class.</li>
<li>Added capability for packages to hold <em>config/database.php</em> config files.</li>
<li>Added MySQL client compression support.</li>
<li>Added encrypted connections support (for <em>mysql</em>, <em>sqlsrv</em> and PDO with <em>sqlsrv</em>).</li>
<li>Removed <a class="reference internal" href="libraries/loader.html"><em>Loader Class</em></a> from Database error tracing to better find the likely culprit.</li>
<li>Added support for SQLite3 database driver.</li>
<li>Added Interbase/Firebird database support via the <em>ibase</em> driver.</li>
<li>Added ODBC support for <tt class="docutils literal"><span class="pre">create_database()</span></tt>, <tt class="docutils literal"><span class="pre">drop_database()</span></tt> and <tt class="docutils literal"><span class="pre">drop_table()</span></tt> in <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a>.</li>
<li>Added support to binding arrays as <tt class="docutils literal"><span class="pre">IN()</span></tt> sets in <tt class="docutils literal"><span class="pre">query()</span></tt>.</li>
<li><a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> changes include:<ul>
<li>Renamed the Active Record class to Query Builder to remove confusion with the Active Record design pattern.</li>
<li>Added the ability to insert objects with <tt class="docutils literal"><span class="pre">insert_batch()</span></tt>.</li>
<li>Added new methods that return the SQL string of queries without executing them: <tt class="docutils literal"><span class="pre">get_compiled_select()</span></tt>, <tt class="docutils literal"><span class="pre">get_compiled_insert()</span></tt>, <tt class="docutils literal"><span class="pre">get_compiled_update()</span></tt>, <tt class="docutils literal"><span class="pre">get_compiled_delete()</span></tt>.</li>
<li>Added an optional parameter that allows to disable escaping (useful for custom fields) for methods <tt class="docutils literal"><span class="pre">join()</span></tt>, <tt class="docutils literal"><span class="pre">order_by()</span></tt>, <tt class="docutils literal"><span class="pre">where_in()</span></tt>, <tt class="docutils literal"><span class="pre">or_where_in()</span></tt>, <tt class="docutils literal"><span class="pre">where_not_in()</span></tt>, <tt class="docutils literal"><span class="pre">or_where_not_in()</span></tt>, <tt class="docutils literal"><span class="pre">insert()</span></tt>, <tt class="docutils literal"><span class="pre">insert_batch()</span></tt>.</li>
<li>Added support for <tt class="docutils literal"><span class="pre">join()</span></tt> with multiple conditions.</li>
<li>Added support for <em>USING</em> in <tt class="docutils literal"><span class="pre">join()</span></tt>.</li>
<li>Added support for <em>EXISTS</em> in <tt class="docutils literal"><span class="pre">where()</span></tt>.</li>
<li>Added seed values support for random ordering with <tt class="docutils literal"><span class="pre">order_by(seed,</span> <span class="pre">'RANDOM')</span></tt>.</li>
<li>Changed <tt class="docutils literal"><span class="pre">limit()</span></tt> to ignore NULL values instead of always casting to integer.</li>
<li>Changed <tt class="docutils literal"><span class="pre">offset()</span></tt> to ignore empty values instead of always casting to integer.</li>
<li>Methods <tt class="docutils literal"><span class="pre">insert_batch()</span></tt> and <tt class="docutils literal"><span class="pre">update_batch()</span></tt> now return an integer representing the number of rows affected by them.</li>
<li>Methods <tt class="docutils literal"><span class="pre">where()</span></tt>, <tt class="docutils literal"><span class="pre">or_where()</span></tt>, <tt class="docutils literal"><span class="pre">having()</span></tt> and <tt class="docutils literal"><span class="pre">or_having()</span></tt> now convert trailing <tt class="docutils literal"><span class="pre">=</span></tt> and <tt class="docutils literal"><span class="pre">&lt;&gt;</span></tt>, <tt class="docutils literal"><span class="pre">!=</span></tt> SQL operators to <tt class="docutils literal"><span class="pre">IS</span> <span class="pre">NULL</span></tt> and <tt class="docutils literal"><span class="pre">IS</span> <span class="pre">NOT</span> <span class="pre">NULL</span></tt> respectively when the supplied comparison value is <tt class="docutils literal"><span class="pre">NULL</span></tt>.</li>
<li>Added method chaining support to <tt class="docutils literal"><span class="pre">reset_query()</span></tt>, <tt class="docutils literal"><span class="pre">start_cache()</span></tt>, <tt class="docutils literal"><span class="pre">stop_cache()</span></tt> and <tt class="docutils literal"><span class="pre">flush_cache()</span></tt>.</li>
<li>Added an optional second parameter to <tt class="docutils literal"><span class="pre">count_all_results()</span></tt> to disable resetting of QB values.</li>
</ul>
</li>
<li><a class="reference internal" href="database/results.html"><em>Database Results</em></a> changes include:<ul>
<li>Added a constructor to the <tt class="docutils literal"><span class="pre">DB_result</span></tt> class and moved all driver-specific properties and logic out of the base <tt class="docutils literal"><span class="pre">DB_driver</span></tt> class to allow better abstraction.</li>
<li>Added method <tt class="docutils literal"><span class="pre">unbuffered_row()</span></tt> for fetching a row without prefetching the whole result (consume less memory).</li>
<li>Renamed former method <tt class="docutils literal"><span class="pre">_data_seek()</span></tt> to <tt class="docutils literal"><span class="pre">data_seek()</span></tt> and made it public.</li>
</ul>
</li>
<li>Improved support for the MySQLi driver, including:<ul>
<li>OOP style usage of the PHP extension is now used, instead of the procedural aliases.</li>
<li>Server version checking is now done via <tt class="docutils literal"><span class="pre">mysqli::$server_info</span></tt> instead of running an SQL query.</li>
<li>Added persistent connections support for PHP &gt;= 5.3.</li>
<li>Added support for configuring socket pipe connections.</li>
<li>Added support for <tt class="docutils literal"><span class="pre">backup()</span></tt> in <a class="reference internal" href="database/utilities.html"><em>Database Utilities</em></a>.</li>
<li>Changed methods <tt class="docutils literal"><span class="pre">trans_begin()</span></tt>, <tt class="docutils literal"><span class="pre">trans_commit()</span></tt> and <tt class="docutils literal"><span class="pre">trans_rollback()</span></tt> to use the PHP API instead of sending queries.</li>
</ul>
</li>
<li>Improved support of the PDO driver, including:<ul>
<li>Added support for <tt class="docutils literal"><span class="pre">create_database()</span></tt>, <tt class="docutils literal"><span class="pre">drop_database()</span></tt> and <tt class="docutils literal"><span class="pre">drop_table()</span></tt> in <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a>.</li>
<li>Added support for <tt class="docutils literal"><span class="pre">list_fields()</span></tt> in <a class="reference internal" href="database/results.html"><em>Database Results</em></a>.</li>
<li>Subdrivers are now isolated from each other instead of being in one large class.</li>
</ul>
</li>
<li>Improved support of the PostgreSQL driver, including:<ul>
<li><tt class="docutils literal"><span class="pre">pg_version()</span></tt> is now used to get the database version number, when possible.</li>
<li>Added <tt class="docutils literal"><span class="pre">db_set_charset()</span></tt> support.</li>
<li>Added support for <tt class="docutils literal"><span class="pre">optimize_table()</span></tt> in <a class="reference internal" href="database/utilities.html"><em>Database Utilities</em></a> (rebuilds table indexes).</li>
<li>Added boolean data type support in <tt class="docutils literal"><span class="pre">escape()</span></tt>.</li>
<li>Added <tt class="docutils literal"><span class="pre">update_batch()</span></tt> support.</li>
<li>Removed <tt class="docutils literal"><span class="pre">limit()</span></tt> and <tt class="docutils literal"><span class="pre">order_by()</span></tt> support for <em>UPDATE</em> and <em>DELETE</em> queries as PostgreSQL does not support those features.</li>
<li>Added a work-around for dead persistent connections to be re-created after a database restart.</li>
<li>Changed <tt class="docutils literal"><span class="pre">db_connect()</span></tt> to include the (new) <strong>schema</strong> value into Postgre&#8217;s <strong>search_path</strong> session variable.</li>
<li><tt class="docutils literal"><span class="pre">pg_escape_literal()</span></tt> is now used for escaping strings, if available.</li>
</ul>
</li>
<li>Improved support of the CUBRID driver, including:<ul>
<li>Added DSN string support.</li>
<li>Added persistent connections support.</li>
<li>Improved <tt class="docutils literal"><span class="pre">list_databases()</span></tt> in <a class="reference internal" href="database/utilities.html"><em>Database Utility</em></a> (until now only the currently used database was returned).</li>
</ul>
</li>
<li>Improved support of the MSSQL and SQLSRV drivers, including:<ul>
<li>Added random ordering support.</li>
<li>Added support for <tt class="docutils literal"><span class="pre">optimize_table()</span></tt> in <a class="reference internal" href="database/utilities.html"><em>Database Utility</em></a>.</li>
<li>Added escaping with <em>QUOTE_IDENTIFIER</em> setting detection.</li>
<li>Added port handling support for UNIX-based systems (MSSQL driver).</li>
<li>Added <em>OFFSET</em> support for SQL Server 2005 and above.</li>
<li>Added <tt class="docutils literal"><span class="pre">db_set_charset()</span></tt> support (MSSQL driver).</li>
<li>Added a <em>scrollable</em> property to enable configuration of the cursor to use (SQLSRV driver).</li>
<li>Added support and auto-detection for the <tt class="docutils literal"><span class="pre">SQLSRV_CURSOR_CLIENT_BUFFERED</span></tt> scrollable cursor flag (SQLSRV driver).</li>
<li>Changed default behavior to not use <tt class="docutils literal"><span class="pre">SQLSRV_CURSOR_STATIC</span></tt> due to performance issues (SQLSRV driver).</li>
</ul>
</li>
<li>Improved support of the Oracle (OCI8) driver, including:<ul>
<li>Added DSN string support (Easy Connect and TNS).</li>
<li>Added support for <tt class="docutils literal"><span class="pre">drop_table()</span></tt> in <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a>.</li>
<li>Added support for <tt class="docutils literal"><span class="pre">list_databases()</span></tt> in <a class="reference internal" href="database/utilities.html"><em>Database Utilities</em></a>.</li>
<li>Generally improved for speed and cleaned up all of its components.</li>
<li><tt class="docutils literal"><span class="pre">num_rows()</span></tt> is now only called explicitly by the developer and no longer re-executes statements.</li>
</ul>
</li>
<li>Improved support of the SQLite driver, including:<ul>
<li>Added support for <tt class="docutils literal"><span class="pre">replace()</span></tt> in <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a>.</li>
<li>Added support for <tt class="docutils literal"><span class="pre">drop_table()</span></tt> in <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a>.</li>
</ul>
</li>
<li><a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> changes include:<ul>
<li>Added an optional second parameter to <tt class="docutils literal"><span class="pre">drop_table()</span></tt> that allows adding the <strong>IF EXISTS</strong> condition, which is no longer the default.</li>
<li>Added support for passing a custom database object to the loader.</li>
<li>Added support for passing custom table attributes (such as <tt class="docutils literal"><span class="pre">ENGINE</span></tt> for MySQL) to <tt class="docutils literal"><span class="pre">create_table()</span></tt>.</li>
<li>Added support for usage of the <em>FIRST</em> clause in <tt class="docutils literal"><span class="pre">add_column()</span></tt> for MySQL and CUBRID.</li>
<li>Added partial support for field comments (MySQL, PostgreSQL, Oracle).</li>
<li>Deprecated <tt class="docutils literal"><span class="pre">add_column()</span></tt>&#8216;s third method. <em>AFTER</em> clause should now be added to the field definition array instead.</li>
<li>Overall improved support for all of the drivers.</li>
</ul>
</li>
<li><a class="reference internal" href="database/utilities.html"><em>Database Utility</em></a> changes include:<ul>
<li>Added support for passing a custom database object to the loader.</li>
<li>Modified the class to no longer extend <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a>, which has been a deprecated behavior for awhile.</li>
<li>Overall improved support for all of the drivers.</li>
<li>Added <em>foreign_key_checks</em> option to MySQL/MySQLi backup, allowing statement to disable/re-enable foreign key checks to be inserted into the backup output.</li>
</ul>
</li>
</ul>
</li>
<li>Libraries<ul>
<li>Added a new <a class="reference internal" href="libraries/encryption.html"><em>Encryption Library</em></a> to replace the old, largely insecure <a class="reference internal" href="libraries/encrypt.html"><em>Encrypt Library</em></a>.</li>
<li><a class="reference internal" href="libraries/encrypt.html"><em>Encrypt Library</em></a> changes include:<ul>
<li>Deprecated the library in favor of the new <a class="reference internal" href="libraries/encryption.html"><em>Encryption Library</em></a>.</li>
<li>Added support for hashing algorithms other than SHA1 and MD5.</li>
<li>Removed previously deprecated <tt class="docutils literal"><span class="pre">sha1()</span></tt> method.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> changes include:<ul>
<li>Completely re-written the library to use self-contained drivers via <tt class="docutils literal"><span class="pre">$config['sess_driver']</span></tt>.</li>
<li>Added &#8216;files&#8217;, &#8216;database&#8217;, &#8216;redis&#8217; and &#8216;memcached&#8217; drivers (using &#8216;files&#8217; by default).</li>
<li>Added <tt class="docutils literal"><span class="pre">$config['sess_save_path']</span></tt> setting to specify where the session data is stored, depending on the driver.</li>
<li>Dropped support for storing session data in cookies (which renders <tt class="docutils literal"><span class="pre">$config['sess_encrypt_cookie']</span></tt> useless and is therefore also removed).</li>
<li>Dropped official support for storing session data in databases other than MySQL and PostgreSQL.</li>
<li>Changed table structure for the &#8216;database&#8217; driver.</li>
<li>Added a new <strong>tempdata</strong> feature that allows setting userdata items with expiration time (<tt class="docutils literal"><span class="pre">mark_as_temp()</span></tt>, <tt class="docutils literal"><span class="pre">tempdata()</span></tt>, <tt class="docutils literal"><span class="pre">set_tempdata()</span></tt>, <tt class="docutils literal"><span class="pre">unset_tempdata()</span></tt>).</li>
<li>Changed method <tt class="docutils literal"><span class="pre">keep_flashdata()</span></tt> to also accept an array of keys.</li>
<li>Changed methods <tt class="docutils literal"><span class="pre">userdata()</span></tt>, <tt class="docutils literal"><span class="pre">flashdata()</span></tt> to return an array of all userdata/flashdata when no parameter is passed.</li>
<li>Deprecated method <tt class="docutils literal"><span class="pre">all_userdata()</span></tt> - it is now just an alias for <tt class="docutils literal"><span class="pre">userdata()</span></tt> with no parameters.</li>
<li>Added method <tt class="docutils literal"><span class="pre">has_userdata()</span></tt> that verifies the existence of a userdata item.</li>
<li>Added <em>debug</em> level log messages for key events in the session validation process.</li>
<li>Dropped support for the <em>sess_match_useragent</em> option.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Library</em></a> changes include:<ul>
<li>Added method chaining support.</li>
<li>Added support for using array notation in file field names.</li>
<li>Added <strong>max_filename_increment</strong> and <strong>file_ext_tolower</strong> configuration settings.</li>
<li>Added <strong>min_width</strong> and <strong>min_height</strong> configuration settings for images.</li>
<li>Added <strong>mod_mime_fix</strong> configuration setting to disable suffixing multiple file extensions with an underscore.</li>
<li>Added the possibility pass <strong>allowed_types</strong> as an array.</li>
<li>Added an <tt class="docutils literal"><span class="pre">$index</span></tt> parameter to the method <tt class="docutils literal"><span class="pre">data()</span></tt>.</li>
<li>Added a <tt class="docutils literal"><span class="pre">$reset</span></tt> parameter to method <tt class="docutils literal"><span class="pre">initialize()</span></tt>.</li>
<li>Removed method <tt class="docutils literal"><span class="pre">clean_file_name()</span></tt> and its usage in favor of <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a>&#8216;s <tt class="docutils literal"><span class="pre">sanitize_filename()</span></tt>.</li>
<li>Removed method <tt class="docutils literal"><span class="pre">mimes_types()</span></tt>.</li>
<li>Changed <tt class="docutils literal"><span class="pre">CI_Upload::_prep_filename()</span></tt> to simply replace all (but the last) dots in the filename with underscores, instead of suffixing them.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/calendar.html"><em>Calendar Library</em></a> changes include:<ul>
<li>Added method chaining support.</li>
<li>Added configuration to generate days of other months instead of blank cells.</li>
<li>Added auto-configuration for <em>next_prev_url</em> if it is empty and <em>show_prev_next</em> is set to TRUE.</li>
<li>Added support for templating via an array in addition to the encoded string.</li>
<li>Changed method <tt class="docutils literal"><span class="pre">get_total_days()</span></tt> to be an alias for <a class="reference internal" href="helpers/date_helper.html"><em>Date Helper</em></a> <a class="reference internal" href="helpers/date_helper.html#days_in_month" title="days_in_month"><tt class="xref php php-func docutils literal"><span class="pre">days_in_month()</span></tt></a>.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/cart.html"><em>Cart Library</em></a> changes include:<ul>
<li>Deprecated the library as too specific for CodeIgniter.</li>
<li>Added method <tt class="docutils literal"><span class="pre">remove()</span></tt> to remove a cart item, updating with quantity of 0 seemed like a hack but has remained to retain compatibility.</li>
<li>Added method <tt class="docutils literal"><span class="pre">get_item()</span></tt> to enable retrieving data for a single cart item.</li>
<li>Added unicode support for product names.</li>
<li>Added support for disabling product name strictness via the <tt class="docutils literal"><span class="pre">$product_name_safe</span></tt> property.</li>
<li>Changed <tt class="docutils literal"><span class="pre">insert()</span></tt> method to auto-increment quantity for an item when inserted twice instead of resetting it.</li>
<li>Changed <tt class="docutils literal"><span class="pre">update()</span></tt> method to support updating all properties attached to an item and not to require &#8216;qty&#8217;.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/image_lib.html"><em>Image Manipulation Library</em></a> changes include:<ul>
<li>The <tt class="docutils literal"><span class="pre">initialize()</span></tt> method now only sets existing class properties.</li>
<li>Added support for 3-length hex color values for <em>wm_font_color</em> and <em>wm_shadow_color</em> properties, as well as validation for them.</li>
<li>Class properties <em>wm_font_color</em>, <em>wm_shadow_color</em> and <em>wm_use_drop_shadow</em> are now protected, to avoid breaking the <tt class="docutils literal"><span class="pre">text_watermark()</span></tt> method if they are set manually after initialization.</li>
<li>If property <em>maintain_ratio</em> is set to TRUE, <tt class="docutils literal"><span class="pre">image_reproportion()</span></tt> now doesn&#8217;t need both width and height to be specified.</li>
<li>Property <em>maintain_ratio</em> is now taken into account when resizing images using ImageMagick library.</li>
<li>Added support for maintaining transparency for PNG images when watermarking.</li>
<li>Added a <strong>file_permissions</strong> setting.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> changes include:<ul>
<li>Added method <tt class="docutils literal"><span class="pre">error_array()</span></tt> to return all error messages as an array.</li>
<li>Added method <tt class="docutils literal"><span class="pre">set_data()</span></tt> to set an alternative data array to be validated instead of the default <tt class="docutils literal"><span class="pre">$_POST</span></tt>.</li>
<li>Added method <tt class="docutils literal"><span class="pre">reset_validation()</span></tt> which resets internal validation variables in case of multiple validation routines.</li>
<li>Added support for setting error delimiters in the config file via <tt class="docutils literal"><span class="pre">$config['error_prefix']</span></tt> and <tt class="docutils literal"><span class="pre">$config['error_suffix']</span></tt>.</li>
<li>Internal method <tt class="docutils literal"><span class="pre">_execute()</span></tt> now considers input data to be invalid if a specified rule is not found.</li>
<li>Removed method <tt class="docutils literal"><span class="pre">is_numeric()</span></tt> as it exists as a native PHP function and <tt class="docutils literal"><span class="pre">_execute()</span></tt> will find and use that (the <strong>is_numeric</strong> rule itself is deprecated since 1.6.1).</li>
<li>Native PHP functions used as rules can now accept an additional parameter, other than the data itself.</li>
<li>Updated method <tt class="docutils literal"><span class="pre">set_rules()</span></tt> to accept an array of rules as well as a string.</li>
<li>Fields that have empty rules set no longer run through validation (and therefore are not considered erroneous).</li>
<li>Added rule <strong>differs</strong> to check if the value of a field differs from the value of another field.</li>
<li>Added rule <strong>valid_url</strong>.</li>
<li>Added rule <strong>in_list</strong> to check if the value of a field is within a given list.</li>
<li>Added support for named parameters in error messages.</li>
<li><a class="reference internal" href="libraries/language.html"><em>Language</em></a> line keys must now be prefixed with <strong>form_validation_</strong>.</li>
<li>Added rule <strong>alpha_numeric_spaces</strong>.</li>
<li>Added support for custom error messages per field rule.</li>
<li>Added support for callable rules when they are passed as an array.</li>
<li>Added support for non-ASCII domains in <strong>valid_email</strong> rule, depending on the Intl extension.</li>
<li>Changed the debug message about an error message not being set to include the rule name it is about.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/caching.html"><em>Caching Library</em></a> changes include:<ul>
<li>Added Wincache driver.</li>
<li>Added Redis driver.</li>
<li>Added a <em>key_prefix</em> option for cache IDs.</li>
<li>Updated driver <tt class="docutils literal"><span class="pre">is_supported()</span></tt> methods to log at the &#8220;debug&#8221; level.</li>
<li>Added option to store raw values instead of CI-formatted ones (APC, Memcache).</li>
<li>Added atomic increment/decrement feature via <tt class="docutils literal"><span class="pre">increment()</span></tt>, <tt class="docutils literal"><span class="pre">decrement()</span></tt>.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/email.html"><em>E-mail Library</em></a> changes include:<ul>
<li>Added a custom filename parameter to <tt class="docutils literal"><span class="pre">attach()</span></tt> as <tt class="docutils literal"><span class="pre">$this-&gt;email-&gt;attach($filename,</span> <span class="pre">$disposition,</span> <span class="pre">$newname)</span></tt>.</li>
<li>Added possibility to send attachment as buffer string in <tt class="docutils literal"><span class="pre">attach()</span></tt> as <tt class="docutils literal"><span class="pre">$this-&gt;email-&gt;attach($buffer,</span> <span class="pre">$disposition,</span> <span class="pre">$newname,</span> <span class="pre">$mime)</span></tt>.</li>
<li>Added possibility to attach remote files by passing a URL.</li>
<li>Added method <tt class="docutils literal"><span class="pre">attachment_cid()</span></tt> to enable embedding inline attachments into HTML.</li>
<li>Added dsn (delivery status notification) option.</li>
<li>Renamed method <tt class="docutils literal"><span class="pre">_set_header()</span></tt> to <tt class="docutils literal"><span class="pre">set_header()</span></tt> and made it public to enable adding custom headers.</li>
<li>Successfully sent emails will automatically clear the parameters.</li>
<li>Added a <em>return_path</em> parameter to the <tt class="docutils literal"><span class="pre">from()</span></tt> method.</li>
<li>Removed the second parameter (character limit) from internal method <tt class="docutils literal"><span class="pre">_prep_quoted_printable()</span></tt> as it is never used.</li>
<li>Internal method <tt class="docutils literal"><span class="pre">_prep_quoted_printable()</span></tt> will now utilize the native <tt class="docutils literal"><span class="pre">quoted_printable_encode()</span></tt>, <tt class="docutils literal"><span class="pre">imap_8bit()</span></tt> functions (if available) when CRLF is set to &#8220;rn&#8221;.</li>
<li>Default charset now relies on the global <tt class="docutils literal"><span class="pre">$config['charset']</span></tt> setting.</li>
<li>Removed unused protected method <tt class="docutils literal"><span class="pre">_get_ip()</span></tt> (<a class="reference internal" href="libraries/input.html"><em>Input Library</em></a>&#8216;s <tt class="docutils literal"><span class="pre">ip_address()</span></tt> should be used anyway).</li>
<li>Internal method <tt class="docutils literal"><span class="pre">_prep_q_encoding()</span></tt> now utilizes PHP&#8217;s <em>mbstring</em> and <em>iconv</em> extensions (when available) and no longer has a second (<tt class="docutils literal"><span class="pre">$from</span></tt>) argument.</li>
<li>Added an optional parameter to <tt class="docutils literal"><span class="pre">print_debugger()</span></tt> to allow specifying which parts of the message should be printed (&#8216;headers&#8217;, &#8216;subject&#8217;, &#8216;body&#8217;).</li>
<li>Added SMTP keepalive option to avoid opening the connection for each <tt class="docutils literal"><span class="pre">send()</span></tt> call. Accessible as <tt class="docutils literal"><span class="pre">$smtp_keepalive</span></tt>.</li>
<li>Public method <tt class="docutils literal"><span class="pre">set_header()</span></tt> now filters the input by removing all &#8220;\r&#8221; and &#8220;\n&#8221; characters.</li>
<li>Added support for non-ASCII domains in <tt class="docutils literal"><span class="pre">valid_email()</span></tt>, depending on the Intl extension.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/pagination.html"><em>Pagination Library</em></a> changes include:<ul>
<li>Deprecated usage of the &#8220;anchor_class&#8221; setting (use the new &#8220;attributes&#8221; setting instead).</li>
<li>Added method chaining support to <tt class="docutils literal"><span class="pre">initialize()</span></tt> method.</li>
<li>Added support for the anchor &#8220;rel&#8221; attribute.</li>
<li>Added support for setting custom attributes.</li>
<li>Added support for language translations of the <em>first_link</em>, <em>next_link</em>, <em>prev_link</em> and <em>last_link</em> values.</li>
<li>Added support for <tt class="docutils literal"><span class="pre">$config['num_links']</span> <span class="pre">=</span> <span class="pre">0</span></tt> configuration.</li>
<li>Added <tt class="docutils literal"><span class="pre">$config['reuse_query_string']</span></tt> to allow automatic repopulation of query string arguments, combined with normal URI segments.</li>
<li>Added <tt class="docutils literal"><span class="pre">$config['use_global_url_suffix']</span></tt> to allow overriding the library &#8216;suffix&#8217; value with that of the global <tt class="docutils literal"><span class="pre">$config['url_suffix']</span></tt> setting.</li>
<li>Removed the default <tt class="docutils literal"><span class="pre">&amp;nbsp;</span></tt> from a number of the configuration variables.</li>
</ul>
</li>
<li><a class="reference internal" href="general/profiling.html"><em>Profiler Library</em></a> changes include:<ul>
<li>Database object names are now being displayed.</li>
<li>The sum of all queries running times in seconds is now being displayed.</li>
<li>Added support for displaying the HTTP DNT (&#8220;Do Not Track&#8221;) header.</li>
<li>Added support for displaying <tt class="docutils literal"><span class="pre">$_FILES</span></tt>.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/migration.html"><em>Migration Library</em></a> changes include:<ul>
<li>Added support for timestamp-based migrations (enabled by default).</li>
<li>Added <tt class="docutils literal"><span class="pre">$config['migration_type']</span></tt> to allow switching between <em>sequential</em> and <em>timestamp</em> migrations.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/xmlrpc.html"><em>XML-RPC Library</em></a> changes include:<ul>
<li>Added the ability to use a proxy.</li>
<li>Added Basic HTTP authentication support.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/user_agent.html"><em>User Agent Library</em></a> changes include:<ul>
<li>Added check to detect if robots are pretending to be mobile clients (helps with e.g. Google indexing mobile website versions).</li>
<li>Added method <tt class="docutils literal"><span class="pre">parse()</span></tt> to allow parsing a custom user-agent string, different from the current visitor&#8217;s.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/table.html"><em>HTML Table Library</em></a> changes include:<ul>
<li>Added method chaining support.</li>
<li>Added support for setting table class defaults in a config file.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/zip.html"><em>Zip Library</em></a> changes include:<ul>
<li>Method <tt class="docutils literal"><span class="pre">read_file()</span></tt> can now also alter the original file path/name while adding files to an archive.</li>
<li>Added support for changing the compression level.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/trackback.html"><em>Trackback Library</em></a> method <tt class="docutils literal"><span class="pre">receive()</span></tt> will now utilize <tt class="docutils literal"><span class="pre">iconv()</span></tt> if it is available but <tt class="docutils literal"><span class="pre">mb_convert_encoding()</span></tt> is not.</li>
</ul>
</li>
<li>Core<ul>
<li><a class="reference internal" href="general/routing.html"><em>Routing</em></a> changes include:<ul>
<li>Added support for multiple levels of controller directories.</li>
<li>Added support for per-directory <em>default_controller</em> and <em>404_override</em> classes.</li>
<li>Added possibility to route requests using HTTP verbs.</li>
<li>Added possibility to route requests using callbacks.</li>
<li>Added a new reserved route (<em>translate_uri_dashes</em>) to allow usage of dashes in the controller and method URI segments.</li>
<li>Deprecated methods <tt class="docutils literal"><span class="pre">fetch_directory()</span></tt>, <tt class="docutils literal"><span class="pre">fetch_class()</span></tt> and <tt class="docutils literal"><span class="pre">fetch_method()</span></tt> in favor of their respective public properties.</li>
<li>Removed method <tt class="docutils literal"><span class="pre">_set_overrides()</span></tt> and moved its logic to the class constructor.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/uri.html"><em>URI Library</em></a> changes include:<ul>
<li>Added conditional PCRE UTF-8 support to the &#8220;invalid URI characters&#8221; check and removed the <tt class="docutils literal"><span class="pre">preg_quote()</span></tt> call from it to allow more flexibility.</li>
<li>Renamed method <tt class="docutils literal"><span class="pre">_filter_uri()</span></tt> to <tt class="docutils literal"><span class="pre">filter_uri()</span></tt>.</li>
<li>Changed method <tt class="docutils literal"><span class="pre">filter_uri()</span></tt> to accept by reference and removed its return value.</li>
<li>Changed private methods to protected so that MY_URI can override them.</li>
<li>Renamed internal method <tt class="docutils literal"><span class="pre">_parse_cli_args()</span></tt> to <tt class="docutils literal"><span class="pre">_parse_argv()</span></tt>.</li>
<li>Renamed internal method <tt class="docutils literal"><span class="pre">_detect_uri()</span></tt> to <tt class="docutils literal"><span class="pre">_parse_request_uri()</span></tt>.</li>
<li>Changed <tt class="docutils literal"><span class="pre">_parse_request_uri()</span></tt> to accept absolute URIs for compatibility with HTTP/1.1 as per <cite>RFC2616 &lt;http://www.ietf.org/rfc/rfc2616.txt&gt;</cite>.</li>
<li>Added protected method <tt class="docutils literal"><span class="pre">_parse_query_string()</span></tt> to URI paths in the the <strong>QUERY_STRING</strong> value, like <tt class="docutils literal"><span class="pre">_parse_request_uri()</span></tt> does.</li>
<li>Changed URI string detection logic to always default to <strong>REQUEST_URI</strong> unless configured otherwise or under CLI.</li>
<li>Removed methods <tt class="docutils literal"><span class="pre">_remove_url_suffix()</span></tt>, <tt class="docutils literal"><span class="pre">_explode_segments()</span></tt> and moved their logic into <tt class="docutils literal"><span class="pre">_set_uri_string()</span></tt>.</li>
<li>Removed method <tt class="docutils literal"><span class="pre">_fetch_uri_string()</span></tt> and moved its logic into the class constructor.</li>
<li>Removed method <tt class="docutils literal"><span class="pre">_reindex_segments()</span></tt>.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/loader.html"><em>Loader Library</em></a> changes include:<ul>
<li>Added method chaining support.</li>
<li>Added method <tt class="docutils literal"><span class="pre">get_vars()</span></tt> to the Loader to retrieve all variables loaded with <tt class="docutils literal"><span class="pre">$this-&gt;load-&gt;vars()</span></tt>.</li>
<li><tt class="docutils literal"><span class="pre">_ci_autoloader()</span></tt> is now a protected method.</li>
<li>Added autoloading of drivers with <tt class="docutils literal"><span class="pre">$autoload['drivers']</span></tt>.</li>
<li><tt class="docutils literal"><span class="pre">$config['rewrite_short_tags']</span></tt> now has no effect when using PHP 5.4 as <tt class="docutils literal"><span class="pre">&lt;?=</span></tt> will always be available.</li>
<li>Changed method <tt class="docutils literal"><span class="pre">config()</span></tt> to return whatever <tt class="docutils literal"><span class="pre">CI_Config::load()</span></tt> returns instead of always being void.</li>
<li>Added support for library and model aliasing on autoload.</li>
<li>Changed method <tt class="docutils literal"><span class="pre">is_loaded()</span></tt> to ask for the (case sensitive) library name instead of its instance name.</li>
<li>Removed <tt class="docutils literal"><span class="pre">$_base_classes</span></tt> property and unified all class data in <tt class="docutils literal"><span class="pre">$_ci_classes</span></tt> instead.</li>
<li>Added method <tt class="docutils literal"><span class="pre">clear_vars()</span></tt> to allow clearing the cached variables for views.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/input.html"><em>Input Library</em></a> changes include:<ul>
<li>Deprecated the <tt class="docutils literal"><span class="pre">$config['global_xss_filtering']</span></tt> setting.</li>
<li>Added <tt class="docutils literal"><span class="pre">method()</span></tt> to retrieve <tt class="docutils literal"><span class="pre">$_SERVER['REQUEST_METHOD']</span></tt>.</li>
<li>Added support for arrays and network addresses (e.g. 192.168.1.1/24) for use with the <em>proxy_ips</em> setting.</li>
<li>Added method <tt class="docutils literal"><span class="pre">input_stream()</span></tt> to aid in using <strong>php://input</strong> stream data such as one passed via PUT, DELETE and PATCH requests.</li>
<li>Changed method <tt class="docutils literal"><span class="pre">valid_ip()</span></tt> to use PHP&#8217;s native <tt class="docutils literal"><span class="pre">filter_var()</span></tt> function.</li>
<li>Changed internal method <tt class="docutils literal"><span class="pre">_sanitize_globals()</span></tt> to skip enforcing reversal of <em>register_globals</em> in PHP 5.4+, where this functionality no longer exists.</li>
<li>Changed methods <tt class="docutils literal"><span class="pre">get()</span></tt>, <tt class="docutils literal"><span class="pre">post()</span></tt>, <tt class="docutils literal"><span class="pre">get_post()</span></tt>, <tt class="docutils literal"><span class="pre">cookie()</span></tt>, <tt class="docutils literal"><span class="pre">server()</span></tt>, <tt class="docutils literal"><span class="pre">user_agent()</span></tt> to return NULL instead of FALSE when no value is found.</li>
<li>Changed default value of the <tt class="docutils literal"><span class="pre">$xss_clean</span></tt> parameter to NULL for all methods that utilize it, the default value is now determined by the <tt class="docutils literal"><span class="pre">$config['global_xss_filtering']</span></tt> setting.</li>
<li>Added method <tt class="docutils literal"><span class="pre">post_get()</span></tt> and changed <tt class="docutils literal"><span class="pre">get_post()</span></tt> to search in GET data first. Both methods&#8217; names now properly match their GET/POST data search priorities.</li>
<li>Changed method <tt class="docutils literal"><span class="pre">_fetch_from_array()</span></tt> to parse array notation in field name.</li>
<li>Changed method <tt class="docutils literal"><span class="pre">_fetch_from_array()</span></tt> to allow retrieving multiple fields at once.</li>
<li>Added an option for <tt class="docutils literal"><span class="pre">_clean_input_keys()</span></tt> to return FALSE instead of terminating the whole script.</li>
<li>Deprecated the <tt class="docutils literal"><span class="pre">is_cli_request()</span></tt> method, it is now an alias for the new <a class="reference internal" href="general/common_functions.html#is_cli" title="is_cli"><tt class="xref php php-func docutils literal"><span class="pre">is_cli()</span></tt></a> common function.</li>
<li>Added an <tt class="docutils literal"><span class="pre">$xss_clean</span></tt> parameter to method <tt class="docutils literal"><span class="pre">user_agent()</span></tt> and removed the <tt class="docutils literal"><span class="pre">$user_agent</span></tt> property.</li>
<li>Added property <tt class="docutils literal"><span class="pre">$raw_input_stream</span></tt> to access <strong>php://input</strong> data.</li>
</ul>
</li>
<li><a class="reference internal" href="general/common_functions.html"><em>Common functions</em></a> changes include:<ul>
<li>Added function <a class="reference internal" href="general/common_functions.html#get_mimes" title="get_mimes"><tt class="xref php php-func docutils literal"><span class="pre">get_mimes()</span></tt></a> to return the <em>application/config/mimes.php</em> array.</li>
<li>Added support for HTTP code 303 (&#8220;See Other&#8221;) in <a class="reference internal" href="general/common_functions.html#set_status_header" title="set_status_header"><tt class="xref php php-func docutils literal"><span class="pre">set_status_header()</span></tt></a>.</li>
<li>Removed redundant conditional to determine HTTP server protocol in <a class="reference internal" href="general/common_functions.html#set_status_header" title="set_status_header"><tt class="xref php php-func docutils literal"><span class="pre">set_status_header()</span></tt></a>.</li>
<li>Renamed <tt class="docutils literal"><span class="pre">_exception_handler()</span></tt> to <tt class="docutils literal"><span class="pre">_error_handler()</span></tt> and replaced it with a real exception handler.</li>
<li>Changed <tt class="docutils literal"><span class="pre">_error_handler()</span></tt> to respect php.ini <em>display_errors</em> setting.</li>
<li>Added function <a class="reference internal" href="general/common_functions.html#is_https" title="is_https"><tt class="xref php php-func docutils literal"><span class="pre">is_https()</span></tt></a> to check if a secure connection is used.</li>
<li>Added function <a class="reference internal" href="general/common_functions.html#is_cli" title="is_cli"><tt class="xref php php-func docutils literal"><span class="pre">is_cli()</span></tt></a> to replace the <tt class="docutils literal"><span class="pre">CI_Input::is_cli_request()</span></tt> method.</li>
<li>Added function <a class="reference internal" href="general/common_functions.html#function_usable" title="function_usable"><tt class="xref php php-func docutils literal"><span class="pre">function_usable()</span></tt></a> to work around a bug in <cite>Suhosin &lt;http://www.hardened-php.net/suhosin/&gt;</cite>.</li>
<li>Removed the third (<cite>$php_error</cite>) argument from function <a class="reference internal" href="general/errors.html#log_message" title="log_message"><tt class="xref php php-func docutils literal"><span class="pre">log_message()</span></tt></a>.</li>
<li>Changed internal function <tt class="docutils literal"><span class="pre">load_class()</span></tt> to accept a constructor parameter instead of (previously unused) class name prefix.</li>
<li>Removed default parameter value of <a class="reference internal" href="general/common_functions.html#is_php" title="is_php"><tt class="xref php php-func docutils literal"><span class="pre">is_php()</span></tt></a>.</li>
<li>Added a second argument <tt class="docutils literal"><span class="pre">$double_encode</span></tt> to <a class="reference internal" href="general/common_functions.html#html_escape" title="html_escape"><tt class="xref php php-func docutils literal"><span class="pre">html_escape()</span></tt></a>.</li>
<li>Changed function <a class="reference internal" href="general/common_functions.html#config_item" title="config_item"><tt class="xref php php-func docutils literal"><span class="pre">config_item()</span></tt></a> to return NULL instead of FALSE when no value is found.</li>
<li>Changed function <a class="reference internal" href="general/common_functions.html#set_status_header" title="set_status_header"><tt class="xref php php-func docutils literal"><span class="pre">set_status_header()</span></tt></a> to return immediately when run under CLI.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/output.html"><em>Output Library</em></a> changes include:<ul>
<li>Added a second argument to method <tt class="docutils literal"><span class="pre">set_content_type()</span></tt> that allows setting the document charset as well.</li>
<li>Added methods <tt class="docutils literal"><span class="pre">get_content_type()</span></tt> and <tt class="docutils literal"><span class="pre">get_header()</span></tt>.</li>
<li>Added method <tt class="docutils literal"><span class="pre">delete_cache()</span></tt>.</li>
<li>Added configuration option <tt class="docutils literal"><span class="pre">$config['cache_query_string']</span></tt> to enable taking the query string into account when caching.</li>
<li>Changed caching behavior to compress the output before storing it, if <tt class="docutils literal"><span class="pre">$config['compress_output']</span></tt> is enabled.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/config.html"><em>Config Library</em></a> changes include:<ul>
<li>Changed <tt class="docutils literal"><span class="pre">site_url()</span></tt> method to accept an array as well.</li>
<li>Removed internal method <tt class="docutils literal"><span class="pre">_assign_to_config()</span></tt> and moved its implementation to <em>CodeIgniter.php</em> instead.</li>
<li><tt class="docutils literal"><span class="pre">item()</span></tt> now returns NULL instead of FALSE when the required config item doesn&#8217;t exist.</li>
<li>Added an optional second parameter to both <tt class="docutils literal"><span class="pre">base_url()</span></tt> and <tt class="docutils literal"><span class="pre">site_url()</span></tt> that allows enforcing of a protocol different than the one in the <em>base_url</em> configuration setting.</li>
<li>Added HTTP &#8220;Host&#8221; header character validation to prevent cache poisoning attacks when <tt class="docutils literal"><span class="pre">base_url</span></tt> auto-detection is used.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> changes include:<ul>
<li>Added <tt class="docutils literal"><span class="pre">$config['csrf_regeneration']</span></tt>, which makes CSRF token regeneration optional.</li>
<li>Added <tt class="docutils literal"><span class="pre">$config['csrf_exclude_uris']</span></tt>, allowing for exclusion of URIs from the CSRF protection (regular expressions are supported).</li>
<li>Added method <tt class="docutils literal"><span class="pre">strip_image_tags()</span></tt>.</li>
<li>Added method <tt class="docutils literal"><span class="pre">get_random_bytes()</span></tt> and switched CSRF &amp; XSS token generation to use it.</li>
<li>Modified method <tt class="docutils literal"><span class="pre">sanitize_filename()</span></tt> to read a public <tt class="docutils literal"><span class="pre">$filename_bad_chars</span></tt> property for getting the invalid characters list.</li>
<li>Return status code of 403 instead of a 500 if CSRF protection is enabled but a token is missing from a request.</li>
</ul>
</li>
<li><a class="reference internal" href="libraries/language.html"><em>Language Library</em></a> changes include:<ul>
<li>Changed method <tt class="docutils literal"><span class="pre">load()</span></tt> to filter the language name with <tt class="docutils literal"><span class="pre">ctype_alpha()</span></tt>.</li>
<li>Changed method <tt class="docutils literal"><span class="pre">load()</span></tt> to also accept an array of language files.</li>
<li>Added an optional second parameter to method <tt class="docutils literal"><span class="pre">line()</span></tt> to disable error logging for line keys that were not found.</li>
<li>Language files are now loaded in a cascading style with the one in <strong>system/</strong> always loaded and overridden afterwards, if another one is found.</li>
</ul>
</li>
<li><a class="reference internal" href="general/hooks.html"><em>Hooks Library</em></a> changes include:<ul>
<li>Added support for closure hooks (or anything that <tt class="docutils literal"><span class="pre">is_callable()</span></tt> returns TRUE for).</li>
<li>Renamed method <tt class="docutils literal"><span class="pre">_call_hook()</span></tt> to <tt class="docutils literal"><span class="pre">call_hook()</span></tt>.</li>
<li>Class instances are now stored in order to maintain their state.</li>
</ul>
</li>
<li>UTF-8 Library changes include:<ul>
<li><tt class="docutils literal"><span class="pre">UTF8_ENABLED</span></tt> now requires only one of <a class="reference external" href="http://php.net/mbstring">Multibyte String</a> or <a class="reference external" href="http://php.net/iconv">iconv</a> to be available instead of both.</li>
<li>Changed method <tt class="docutils literal"><span class="pre">clean_string()</span></tt> to utilize <tt class="docutils literal"><span class="pre">mb_convert_encoding()</span></tt> if it is available.</li>
<li>Renamed method <tt class="docutils literal"><span class="pre">_is_ascii()</span></tt> to <tt class="docutils literal"><span class="pre">is_ascii()</span></tt> and made it public.</li>
</ul>
</li>
<li>Log Library changes include:<ul>
<li>Added a <tt class="docutils literal"><span class="pre">$config['log_file_permissions']</span></tt> setting.</li>
<li>Changed the library constructor to try to create the <strong>log_path</strong> directory if it doesn&#8217;t exist.</li>
<li>Added support for microseconds (&#8220;u&#8221; date format character) in <tt class="docutils literal"><span class="pre">$config['log_date_format']</span></tt>.</li>
</ul>
</li>
<li>Added <a class="reference internal" href="general/compatibility_functions.html"><em>compatibility layers</em></a> for:<ul>
<li><a class="reference external" href="http://php.net/mbstring">Multibyte String</a> (limited support).</li>
<li><a class="reference external" href="http://php.net/hash">Hash</a> (<tt class="docutils literal"><span class="pre">hash_equals()</span></tt>, <tt class="docutils literal"><span class="pre">hash_pbkdf2()</span></tt>).</li>
<li><a class="reference external" href="http://php.net/password">Password Hashing</a>.</li>
<li><cite>Standard Functions ``array_column()`</cite>, <tt class="docutils literal"><span class="pre">array_replace()</span></tt>, <tt class="docutils literal"><span class="pre">array_replace_recursive()</span></tt>, <tt class="docutils literal"><span class="pre">hex2bin()</span></tt>, <tt class="docutils literal"><span class="pre">quoted_printable_encode()</span></tt>.</li>
</ul>
</li>
<li>Removed <tt class="docutils literal"><span class="pre">CI_CORE</span></tt> boolean constant from <em>CodeIgniter.php</em> (no longer Reactor and Core versions).</li>
<li>Added support for HTTP-Only cookies with new config option <em>cookie_httponly</em> (default FALSE).</li>
<li><tt class="docutils literal"><span class="pre">$config['time_reference']</span></tt> now supports all timezone strings supported by PHP.</li>
<li>Fatal PHP errors are now also passed to <tt class="docutils literal"><span class="pre">_error_handler()</span></tt>, so they can be logged.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-3-0">
<h3>Bug fixes for 3.0<a class="headerlink" href="#bug-fixes-for-3-0" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug where <tt class="docutils literal"><span class="pre">unlink()</span></tt> raised an error if cache file did not exist when you try to delete it.</li>
<li>Fixed a bug (#181) - a typo in the form validation language file.</li>
<li>Fixed a bug (#159, #163) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> nested transactions didn&#8217;t work properly due to <tt class="docutils literal"><span class="pre">$_trans_depth</span></tt> not being incremented.</li>
<li>Fixed a bug (#737, #75) - <a class="reference internal" href="libraries/pagination.html"><em>Pagination</em></a> anchor class was not set properly when using initialize method.</li>
<li>Fixed a bug (#419) - <a class="reference internal" href="helpers/url_helper.html"><em>URL Helper</em></a> <a class="reference internal" href="helpers/url_helper.html#auto_link" title="auto_link"><tt class="xref php php-func docutils literal"><span class="pre">auto_link()</span></tt></a> didn&#8217;t recognize URLs that come after a word boundary.</li>
<li>Fixed a bug (#724) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> rule <strong>is_unique</strong> didn&#8217;t check if a database connection exists.</li>
<li>Fixed a bug (#647) - <a class="reference internal" href="libraries/zip.html"><em>Zip Library</em></a> internal method <tt class="docutils literal"><span class="pre">_get_mod_time()</span></tt> didn&#8217;t suppress possible &#8220;stat failed&#8221; errors generated by <tt class="docutils literal"><span class="pre">filemtime()</span></tt>.</li>
<li>Fixed a bug (#157, #174) - <a class="reference internal" href="libraries/image_lib.html"><em>Image Manipulation Library</em></a> method <tt class="docutils literal"><span class="pre">clear()</span></tt> didn&#8217;t completely clear properties.</li>
<li>Fixed a bug where <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> method <tt class="docutils literal"><span class="pre">create_table()</span></tt> with PostgreSQL database could lead to fetching the whole table.</li>
<li>Fixed a bug (#795) - <a class="reference internal" href="helpers/form_helper.html"><em>Form Helper</em></a> <a class="reference internal" href="helpers/form_helper.html#form_open" title="form_open"><tt class="xref php php-func docutils literal"><span class="pre">form_open()</span></tt></a> didn&#8217;t add the default form <em>method</em> and <em>accept-charset</em> when an empty array is passed to it.</li>
<li>Fixed a bug (#797) - <a class="reference internal" href="helpers/date_helper.html"><em>Date Helper</em></a> <a class="reference internal" href="helpers/date_helper.html#timespan" title="timespan"><tt class="xref php php-func docutils literal"><span class="pre">timespan()</span></tt></a> was using incorrect seconds for year and month.</li>
<li>Fixed a bug in <a class="reference internal" href="libraries/cart.html"><em>Cart Library</em></a> method <tt class="docutils literal"><span class="pre">contents()</span></tt> where if called without a TRUE (or equal) parameter, it would fail due to a typo.</li>
<li>Fixed a bug (#406) - SQLSRV DB driver not returning resource on <tt class="docutils literal"><span class="pre">db_pconnect()</span></tt>.</li>
<li>Fixed a bug in <a class="reference internal" href="libraries/image_lib.html"><em>Image Manipulation Library</em></a> method <tt class="docutils literal"><span class="pre">gd_loaded()</span></tt> where it was possible for the script execution to end or a PHP E_WARNING message to be emitted.</li>
<li>Fixed a bug in the <a class="reference internal" href="libraries/pagination.html"><em>Pagination library</em></a> where when use_page_numbers=TRUE previous link and page 1 link did not have the same url.</li>
<li>Fixed a bug (#561) - errors in <a class="reference internal" href="libraries/xmlrpc.html"><em>XML-RPC Library</em></a> were not properly escaped.</li>
<li>Fixed a bug (#904) - <a class="reference internal" href="libraries/loader.html"><em>Loader Library</em></a> method <tt class="docutils literal"><span class="pre">initialize()</span></tt> caused a PHP Fatal error to be triggered if error level E_STRICT is used.</li>
<li>Fixed a hosting edge case where an empty <tt class="docutils literal"><span class="pre">$_SERVER['HTTPS']</span></tt> variable would evaluate to &#8216;on&#8217;.</li>
<li>Fixed a bug (#154) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> method <tt class="docutils literal"><span class="pre">sess_update()</span></tt> caused the session to be destroyed on pages where multiple AJAX requests were executed at once.</li>
<li>Fixed a possible bug in <a class="reference internal" href="libraries/input.html"><em>Input Libary</em></a> method <tt class="docutils literal"><span class="pre">is_ajax_request()</span></tt> where some clients might not send the X-Requested-With HTTP header value exactly as &#8216;XmlHttpRequest&#8217;.</li>
<li>Fixed a bug (#1039) - <a class="reference internal" href="database/utilities.html"><em>Database Utilities</em></a> internal method <tt class="docutils literal"><span class="pre">_backup()</span></tt> method failed for the &#8216;mysql&#8217; driver due to a table name not being escaped.</li>
<li>Fixed a bug (#1070) - <tt class="docutils literal"><span class="pre">CI_DB_driver::initialize()</span></tt> didn&#8217;t set a character set if a database is not selected.</li>
<li>Fixed a bug (#177) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> method <tt class="docutils literal"><span class="pre">set_value()</span></tt> didn&#8217;t set the default value if POST data is NULL.</li>
<li>Fixed a bug (#68, #414) - :Oracle&#8217;s <tt class="docutils literal"><span class="pre">escape_str()</span></tt> didn&#8217;t properly escape LIKE wild characters.</li>
<li>Fixed a bug (#81) - ODBC&#8217;s <tt class="docutils literal"><span class="pre">list_fields()</span></tt> and <tt class="docutils literal"><span class="pre">field_data()</span></tt> methods skipped the first column due to <tt class="docutils literal"><span class="pre">odbc_field_*()</span></tt> functions&#8217; index starting at 1 instead of 0.</li>
<li>Fixed a bug (#129) - ODBC&#8217;s <tt class="docutils literal"><span class="pre">num_rows()</span></tt> method returned -1 in some cases, due to not all subdrivers supporting the <tt class="docutils literal"><span class="pre">odbc_num_rows()</span></tt> function.</li>
<li>Fixed a bug (#153) - E_NOTICE being generated by <tt class="docutils literal"><span class="pre">getimagesize()</span></tt> in the <a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Library</em></a>.</li>
<li>Fixed a bug (#611) - SQLSRV&#8217;s error handling methods used to issue warnings when there&#8217;s no actual error.</li>
<li>Fixed a bug (#1036) - <tt class="docutils literal"><span class="pre">is_write_type()</span></tt> method in the <a class="reference internal" href="database/index.html"><em>Database Library</em></a> didn&#8217;t return TRUE for RENAME queries.</li>
<li>Fixed a bug in PDO&#8217;s <tt class="docutils literal"><span class="pre">_version()</span></tt> method where it used to return the client version as opposed to the server one.</li>
<li>Fixed a bug in PDO&#8217;s <tt class="docutils literal"><span class="pre">insert_id()</span></tt> method where it could&#8217;ve failed if it&#8217;s used with Postgre versions prior to 8.1.</li>
<li>Fixed a bug in CUBRID&#8217;s <tt class="docutils literal"><span class="pre">affected_rows()</span></tt> method where a connection resource was passed to <tt class="docutils literal"><span class="pre">cubrid_affected_rows()</span></tt> instead of a result.</li>
<li>Fixed a bug (#638) - <tt class="docutils literal"><span class="pre">db_set_charset()</span></tt> ignored its arguments and always used the configured charset instead.</li>
<li>Fixed a bug (#413) - Oracle&#8217;s error handling methods used to only return connection-related errors.</li>
<li>Fixed a bug (#1101) - <a class="reference internal" href="database/results.html"><em>Database Result</em></a> method <tt class="docutils literal"><span class="pre">field_data()</span></tt> for &#8216;mysql&#8217;, &#8216;mysqli&#8217; drivers was implemented as if it was handling a DESCRIBE result instead of the actual result set.</li>
<li>Fixed a bug in Oracle&#8217;s <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> method <tt class="docutils literal"><span class="pre">_create_table()</span></tt> where it failed with AUTO_INCREMENT as it&#8217;s not supported.</li>
<li>Fixed a bug (#1080) - when using the SMTP protocol, <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> method <tt class="docutils literal"><span class="pre">send()</span></tt> was returning TRUE even if the connection/authentication against the server failed.</li>
<li>Fixed a bug (#306) - ODBC&#8217;s <tt class="docutils literal"><span class="pre">insert_id()</span></tt> method was calling non-existent function <tt class="docutils literal"><span class="pre">odbc_insert_id()</span></tt>, which resulted in a fatal error.</li>
<li>Fixed a bug in Oracle&#8217;s <a class="reference internal" href="database/results.html"><em>Database Result</em></a> implementation where the cursor ID passed to it was always NULL.</li>
<li>Fixed a bug (#64) - Regular expression in <em>DB_query_builder.php</em> failed to handle queries containing SQL bracket delimiters in the JOIN condition.</li>
<li>Fixed a bug in the <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> where a PHP E_NOTICE error was triggered by <tt class="docutils literal"><span class="pre">_unserialize()</span></tt> due to results from databases such as MSSQL and Oracle being space-padded on the right.</li>
<li>Fixed a bug (#501) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> method <tt class="docutils literal"><span class="pre">set_rules()</span></tt> depended on <tt class="docutils literal"><span class="pre">count($_POST)</span></tt> instead of actually checking if the request method &#8216;POST&#8217; before aborting.</li>
<li>Fixed a bug (#136) - PostgreSQL and MySQL&#8217;s <tt class="docutils literal"><span class="pre">escape_str()</span></tt> method didn&#8217;t properly escape LIKE wild characters.</li>
<li>Fixed a bug in <a class="reference internal" href="libraries/loader.html"><em>Loader Library</em></a> method <tt class="docutils literal"><span class="pre">library()</span></tt> where some PHP versions wouldn&#8217;t execute the class constructor.</li>
<li>Fixed a bug (#88) - An unexisting property was used for configuration of the Memcache cache driver.</li>
<li>Fixed a bug (#14) - <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> method <tt class="docutils literal"><span class="pre">create_database()</span></tt> didn&#8217;t utilize the configured database character set.</li>
<li>Fixed a bug (#23, #1238) - <a class="reference internal" href="database/caching.html"><em>Database Caching</em></a> method <tt class="docutils literal"><span class="pre">delete_all()</span></tt> used to delete .htaccess and index.html files, which is a potential security risk.</li>
<li>Fixed a bug in <a class="reference internal" href="libraries/trackback.html"><em>Trackback Library</em></a> method <tt class="docutils literal"><span class="pre">validate_url()</span></tt> where it didn&#8217;t actually do anything, due to input not being passed by reference.</li>
<li>Fixed a bug (#11, #183, #863) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> method <tt class="docutils literal"><span class="pre">_execute()</span></tt> silently continued to the next rule, if a rule method/function is not found.</li>
<li>Fixed a bug (#122) - routed URI string was being reported incorrectly in sub-directories.</li>
<li>Fixed a bug (#1241) - <a class="reference internal" href="libraries/zip.html"><em>Zip Library</em></a> method <tt class="docutils literal"><span class="pre">read_dir()</span></tt> wasn&#8217;t compatible with Windows.</li>
<li>Fixed a bug (#306) - ODBC driver didn&#8217;t have an <tt class="docutils literal"><span class="pre">_insert_batch()</span></tt> method, which resulted in fatal error being triggered when <tt class="docutils literal"><span class="pre">insert_batch()</span></tt> is used with it.</li>
<li>Fixed a bug in MSSQL and SQLSrv&#8217;s <tt class="docutils literal"><span class="pre">_truncate()</span></tt> where the TABLE keyword was missing.</li>
<li>Fixed a bug in PDO&#8217;s <tt class="docutils literal"><span class="pre">trans_commit()</span></tt> method where it failed due to an erroneous property name.</li>
<li>Fixed a bug (#798) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">update()</span></tt> used to ignore LIKE conditions that were set with <tt class="docutils literal"><span class="pre">like()</span></tt>.</li>
<li>Fixed a bug in Oracle&#8217;s and MSSQL&#8217;s <tt class="docutils literal"><span class="pre">delete()</span></tt> methods where an erroneous SQL statement was generated when used with <tt class="docutils literal"><span class="pre">limit()</span></tt>.</li>
<li>Fixed a bug in SQLSRV&#8217;s <tt class="docutils literal"><span class="pre">delete()</span></tt> method where <tt class="docutils literal"><span class="pre">like()</span></tt> and <tt class="docutils literal"><span class="pre">limit()</span></tt> conditions were ignored.</li>
<li>Fixed a bug (#1265) - Database connections were always closed, regardless of the &#8216;pconnect&#8217; option value.</li>
<li>Fixed a bug (#128) - <a class="reference internal" href="libraries/language.html"><em>Language Library</em></a> did not correctly keep track of loaded language files.</li>
<li>Fixed a bug (#1349) - <a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Library</em></a> method <tt class="docutils literal"><span class="pre">get_extension()</span></tt> returned the original filename when it didn&#8217;t have an actual extension.</li>
<li>Fixed a bug (#1273) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">set_update_batch()</span></tt> generated an E_NOTICE message.</li>
<li>Fixed a bug (#44, #110) - <a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Library</em></a> method <tt class="docutils literal"><span class="pre">clean_file_name()</span></tt> didn&#8217;t clear &#8216;!&#8217; and &#8216;#&#8217; characters.</li>
<li>Fixed a bug (#121) - <a class="reference internal" href="database/results.html"><em>Database Results</em></a> method <tt class="docutils literal"><span class="pre">row()</span></tt> returned an array when there&#8217;s no actual result to be returned.</li>
<li>Fixed a bug (#319) - SQLSRV&#8217;s <tt class="docutils literal"><span class="pre">affected_rows()</span></tt> method failed due to a scrollable cursor being created for write-type queries.</li>
<li>Fixed a bug (#356) - <a class="reference internal" href="database/index.html"><em>Database</em></a> driver &#8216;postgre&#8217; didn&#8217;t have an <tt class="docutils literal"><span class="pre">_update_batch()</span></tt> method, which resulted in fatal error being triggered when <tt class="docutils literal"><span class="pre">update_batch()</span></tt> is used with it.</li>
<li>Fixed a bug (#784, #862) - <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> method <tt class="docutils literal"><span class="pre">create_table()</span></tt> failed on SQLSRV/MSSQL when used with &#8216;IF NOT EXISTS&#8217;.</li>
<li>Fixed a bug (#1419) - <a class="reference internal" href="general/creating_drivers.html"><em>Driver Library</em></a> had a static variable that was causing an error.</li>
<li>Fixed a bug (#1411) - the <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> used its own short list of MIMEs instead the one from <em>config/mimes.php</em>.</li>
<li>Fixed a bug where php.ini setting <em>magic_quotes_runtime</em> wasn&#8217;t turned off for PHP 5.3 (where it is indeed deprecated, but not non-existent).</li>
<li>Fixed a bug (#666) - <a class="reference internal" href="libraries/output.html"><em>Output Library</em></a> method <tt class="docutils literal"><span class="pre">set_content_type()</span></tt> didn&#8217;t set the document charset.</li>
<li>Fixed a bug (#784, #861) - <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> method <tt class="docutils literal"><span class="pre">create_table()</span></tt> used to accept constraints for MSSQL/SQLSRV integer-type columns.</li>
<li>Fixed a bug (#706) - SQLSRV/MSSSQL <a class="reference internal" href="database/index.html"><em>Database</em></a> drivers didn&#8217;t escape field names.</li>
<li>Fixed a bug (#1452) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">protect_identifiers()</span></tt> didn&#8217;t properly detect identifiers with spaces in their names.</li>
<li>Fixed a bug where <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">protect_identifiers()</span></tt> ignored its extra arguments when the value passed to it is an array.</li>
<li>Fixed a bug where <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> internal method <tt class="docutils literal"><span class="pre">_has_operator()</span></tt> didn&#8217;t detect BETWEEN.</li>
<li>Fixed a bug where <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">join()</span></tt> failed with identifiers containing dashes.</li>
<li>Fixed a bug (#1264) - <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> and <a class="reference internal" href="database/utilities.html"><em>Database Utilities</em></a> didn&#8217;t update/reset the databases and tables list cache when a table or a database is created, dropped or renamed.</li>
<li>Fixed a bug (#7) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">join()</span></tt> only escaped one set of conditions.</li>
<li>Fixed a bug (#1321) - <tt class="docutils literal"><span class="pre">CI_Exceptions</span></tt> couldn&#8217;t find the <em>errors/</em> directory in some cases.</li>
<li>Fixed a bug (#1202) - <a class="reference internal" href="libraries/encrypt.html"><em>Encrypt Library</em></a> <tt class="docutils literal"><span class="pre">encode_from_legacy()</span></tt> didn&#8217;t set back the encrypt mode on failure.</li>
<li>Fixed a bug (#145) - <a class="reference internal" href="database/index.html"><em>Database Class</em></a> method <tt class="docutils literal"><span class="pre">compile_binds()</span></tt> failed when the bind marker was present in a literal string within the query.</li>
<li>Fixed a bug in <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">protect_identifiers()</span></tt> where if passed along with the field names, operators got escaped as well.</li>
<li>Fixed a bug (#10) - <a class="reference internal" href="libraries/uri.html"><em>URI Library</em></a> internal method <tt class="docutils literal"><span class="pre">_detect_uri()</span></tt> failed with paths containing a colon.</li>
<li>Fixed a bug (#1387) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">from()</span></tt> didn&#8217;t escape table aliases.</li>
<li>Fixed a bug (#520) - <a class="reference internal" href="helpers/date_helper.html"><em>Date Helper</em></a> function :php:func:<tt class="docutils literal"><span class="pre">nice_date()</span></tt> failed when the optional second parameter is not passed.</li>
<li>Fixed a bug (#318) - <a class="reference internal" href="general/profiling.html"><em>Profiling Library</em></a> setting <em>query_toggle_count</em> was not settable as described in the manual.</li>
<li>Fixed a bug (#938) - <a class="reference internal" href="libraries/config.html"><em>Config Library</em></a> method <tt class="docutils literal"><span class="pre">site_url()</span></tt> added a question mark to the URL string when query strings are enabled even if it already existed.</li>
<li>Fixed a bug (#999) - <a class="reference internal" href="libraries/config.html"><em>Config Library</em></a> method <tt class="docutils literal"><span class="pre">site_url()</span></tt> always appended <tt class="docutils literal"><span class="pre">$config['url_suffix']</span></tt> to the end of the URL string, regardless of whether a query string exists in it.</li>
<li>Fixed a bug where <a class="reference internal" href="helpers/url_helper.html"><em>URL Helper</em></a> function <a class="reference internal" href="helpers/url_helper.html#anchor_popup" title="anchor_popup"><tt class="xref php php-func docutils literal"><span class="pre">anchor_popup()</span></tt></a> ignored the attributes argument if it is not an array.</li>
<li>Fixed a bug (#1328) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> didn&#8217;t properly check the type of the form fields before processing them.</li>
<li>Fixed a bug (#79) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> didn&#8217;t properly validate array fields that use associative keys or have custom indexes.</li>
<li>Fixed a bug (#427) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> method <tt class="docutils literal"><span class="pre">strip_image_tags()</span></tt> was an alias to a non-existent method.</li>
<li>Fixed a bug (#1545) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">limit()</span></tt> wasn&#8217;t executed properly under Oracle.</li>
<li>Fixed a bug (#1551) - <a class="reference internal" href="helpers/date_helper.html"><em>Date Helper</em></a> function <a class="reference internal" href="helpers/date_helper.html#standard_date" title="standard_date"><tt class="xref php php-func docutils literal"><span class="pre">standard_date()</span></tt></a> didn&#8217;t properly format <em>W3C</em> and <em>ATOM</em> standard dates.</li>
<li>Fixed a bug where <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">join()</span></tt> escaped literal values as if they were fields.</li>
<li>Fixed a bug (#135) - PHP Error logging was impossible without the errors being displayed.</li>
<li>Fixed a bug (#1613) - <a class="reference internal" href="helpers/form_helper.html"><em>Form Helper</em></a> functions <a class="reference internal" href="helpers/form_helper.html#form_multiselect" title="form_multiselect"><tt class="xref php php-func docutils literal"><span class="pre">form_multiselect()</span></tt></a>, <a class="reference internal" href="helpers/form_helper.html#form_dropdown" title="form_dropdown"><tt class="xref php php-func docutils literal"><span class="pre">form_dropdown()</span></tt></a> didn&#8217;t properly handle empty array option groups.</li>
<li>Fixed a bug (#1605) - <a class="reference internal" href="libraries/pagination.html"><em>Pagination Library</em></a> produced incorrect <em>previous</em> and <em>next</em> link values.</li>
<li>Fixed a bug in SQLSRV&#8217;s <tt class="docutils literal"><span class="pre">affected_rows()</span></tt> method where an erroneous function name was used.</li>
<li>Fixed a bug (#1000) - Change syntax of <tt class="docutils literal"><span class="pre">$view_file</span></tt> to <tt class="docutils literal"><span class="pre">$_ci_view_file</span></tt> to prevent being overwritten by application.</li>
<li>Fixed a bug (#1757) - <a class="reference internal" href="helpers/directory_helper.html"><em>Directory Helper</em></a> function <a class="reference internal" href="helpers/directory_helper.html#directory_map" title="directory_map"><tt class="xref php php-func docutils literal"><span class="pre">directory_map()</span></tt></a> was skipping files and directories named &#8216;0&#8217;.</li>
<li>Fixed a bug (#1789) - <a class="reference internal" href="database/index.html"><em>Database Library</em></a> method <tt class="docutils literal"><span class="pre">escape_str()</span></tt> escaped quote characters in LIKE conditions twice under MySQL.</li>
<li>Fixed a bug (#395) - <a class="reference internal" href="libraries/unit_testing.html"><em>Unit Testing Library</em></a> method <tt class="docutils literal"><span class="pre">result()</span></tt> didn&#8217;t properly check array result columns when called from <tt class="docutils literal"><span class="pre">report()</span></tt>.</li>
<li>Fixed a bug (#1692) - <a class="reference internal" href="database/index.html"><em>Database Class</em></a> method <tt class="docutils literal"><span class="pre">display_error()</span></tt> didn&#8217;t properly trace the possible error source on Windows systems.</li>
<li>Fixed a bug (#1745) - <a class="reference internal" href="database/index.html"><em>Database Class</em></a> method <tt class="docutils literal"><span class="pre">is_write_type()</span></tt> didn&#8217;t return TRUE for LOAD queries.</li>
<li>Fixed a bug (#1765) - <a class="reference internal" href="database/index.html"><em>Database Class</em></a> didn&#8217;t properly detect connection errors for the &#8216;mysqli&#8217; driver.</li>
<li>Fixed a bug (#1257) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> used to (unnecessarily) group FROM clause contents, which breaks certain queries and is invalid for some databases.</li>
<li>Fixed a bug (#1709) - <a class="reference internal" href="libraries/email.html"><em>Email</em></a> headers were broken when using long email subjects and rn as CRLF.</li>
<li>Fixed a bug where <tt class="docutils literal"><span class="pre">MB_ENABLED</span></tt> constant was only declared if <tt class="docutils literal"><span class="pre">UTF8_ENABLED</span></tt> was set to TRUE.</li>
<li>Fixed a bug where the <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> accepted cookies with <em>last_activity</em> values being in the future.</li>
<li>Fixed a bug (#1897) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> triggered PHP E_WARNING errors when <em>mail</em> protocol used and <tt class="docutils literal"><span class="pre">to()</span></tt> is never called.</li>
<li>Fixed a bug (#1409) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> didn&#8217;t properly handle multibyte characters when applying Q-encoding to headers.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> ignored its <em>wordwrap</em> setting while handling alternative messages.</li>
<li>Fixed a bug (#1476, #1909) - <a class="reference internal" href="libraries/pagination.html"><em>Pagination Library</em></a> didn&#8217;t take into account actual routing when determining the current page.</li>
<li>Fixed a bug (#1766) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> didn&#8217;t always take into account the <em>dbprefix</em> setting.</li>
<li>Fixed a bug (#779) - <a class="reference internal" href="libraries/uri.html"><em>URI Class</em></a> didn&#8217;t always trim slashes from the <em>uri_string</em> as shown in the documentation.</li>
<li>Fixed a bug (#134) - <a class="reference internal" href="database/caching.html"><em>Database Caching</em></a> method <tt class="docutils literal"><span class="pre">delete_cache()</span></tt> didn&#8217;t work in some cases due to <em>cachedir</em> not being initialized properly.</li>
<li>Fixed a bug (#191) - <a class="reference internal" href="libraries/loader.html"><em>Loader Library</em></a> ignored attempts for (re)loading databases to <tt class="docutils literal"><span class="pre">get_instance()-&gt;db</span></tt> even when the old database connection is dead.</li>
<li>Fixed a bug (#1255) - <a class="reference internal" href="libraries/user_agent.html"><em>User Agent Library</em></a> method <tt class="docutils literal"><span class="pre">is_referral()</span></tt> only checked if <tt class="docutils literal"><span class="pre">$_SERVER['HTTP_REFERER']</span></tt> exists.</li>
<li>Fixed a bug (#1146) - <a class="reference internal" href="helpers/download_helper.html"><em>Download Helper</em></a> function <a class="reference internal" href="helpers/download_helper.html#force_download" title="force_download"><tt class="xref php php-func docutils literal"><span class="pre">force_download()</span></tt></a> incorrectly sent <em>Cache-Control</em> directives <em>pre-check</em> and <em>post-check</em> to Internet Explorer.</li>
<li>Fixed a bug (#1811) - <a class="reference internal" href="libraries/uri.html"><em>URI Library</em></a> didn&#8217;t properly cache segments for <tt class="docutils literal"><span class="pre">uri_to_assoc()</span></tt> and <tt class="docutils literal"><span class="pre">ruri_to_assoc()</span></tt>.</li>
<li>Fixed a bug (#1506) - <a class="reference internal" href="helpers/form_helper.html"><em>Form Helpers</em></a> set empty <em>name</em> attributes.</li>
<li>Fixed a bug (#59) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> method <tt class="docutils literal"><span class="pre">count_all_results()</span></tt> ignored the DISTINCT clause.</li>
<li>Fixed a bug (#1624) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> rule <strong>matches</strong> didn&#8217;t property handle array field names.</li>
<li>Fixed a bug (#1630) - <a class="reference internal" href="helpers/form_helper.html"><em>Form Helper</em></a> function <a class="reference internal" href="helpers/form_helper.html#set_value" title="set_value"><tt class="xref php php-func docutils literal"><span class="pre">set_value()</span></tt></a> didn&#8217;t escape HTML entities.</li>
<li>Fixed a bug (#142) - <a class="reference internal" href="helpers/form_helper.html"><em>Form Helper</em></a> function <a class="reference internal" href="helpers/form_helper.html#form_dropdown" title="form_dropdown"><tt class="xref php php-func docutils literal"><span class="pre">form_dropdown()</span></tt></a> didn&#8217;t escape HTML entities in option values.</li>
<li>Fixed a bug (#50) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> unnecessarily stripped slashed from serialized data, making it impossible to read objects in a namespace.</li>
<li>Fixed a bug (#658) - <a class="reference internal" href="general/routing.html"><em>Routing</em></a> wildcard <strong>:any</strong> didn&#8217;t work as advertised and matched multiple URI segments instead of all characters within a single segment.</li>
<li>Fixed a bug (#1938) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> removed multiple spaces inside a pre-formatted plain text message.</li>
<li>Fixed a bug (#122) - <a class="reference internal" href="libraries/uri.html"><em>URI Library</em></a> method <tt class="docutils literal"><span class="pre">ruri_string()</span></tt> didn&#8217;t include a directory if one is used.</li>
<li>Fixed a bug - <a class="reference internal" href="general/routing.html"><em>Routing Library</em></a> didn&#8217;t properly handle <em>default_controller</em> in a subdirectory when a method is also specified.</li>
<li>Fixed a bug (#953) - <a class="reference internal" href="general/hooks.html"><em>post_controller_constructor hook</em></a> wasn&#8217;t called with a <em>404_override</em>.</li>
<li>Fixed a bug (#1220) - <a class="reference internal" href="general/profiling.html"><em>Profiler Library</em></a> didn&#8217;t display information for database objects that are instantiated inside models.</li>
<li>Fixed a bug (#1978) - <a class="reference internal" href="helpers/directory_helper.html"><em>Directory Helper</em></a> function <a class="reference internal" href="helpers/directory_helper.html#directory_map" title="directory_map"><tt class="xref php php-func docutils literal"><span class="pre">directory_map()</span></tt></a>&#8216;s return array didn&#8217;t make a distinction between directories and file indexes when a directory with a numeric name is present.</li>
<li>Fixed a bug (#777) - <a class="reference internal" href="libraries/loader.html"><em>Loader Library</em></a> didn&#8217;t look for helper extensions in added package paths.</li>
<li>Fixed a bug (#18) - <a class="reference internal" href="libraries/caching.html"><em>APC Cache</em></a> driver didn&#8217;t (un)serialize data, resulting in failure to store objects.</li>
<li>Fixed a bug (#188) - <a class="reference internal" href="libraries/unit_testing.html"><em>Unit Testing Library</em></a> filled up logs with error messages for non-existing language keys.</li>
<li>Fixed a bug (#113) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> didn&#8217;t properly handle empty fields that were specified as an array.</li>
<li>Fixed a bug (#2061) - <a class="reference internal" href="general/routing.html"><em>Routing Class</em></a> didn&#8217;t properly sanitize directory, controller and function triggers with <strong>enable_query_strings</strong> set to TRUE.</li>
<li>Fixed a bug - SQLSRV didn&#8217;t support <tt class="docutils literal"><span class="pre">escape_like_str()</span></tt> or escaping an array of values.</li>
<li>Fixed a bug - <a class="reference internal" href="database/results.html"><em>Database Results</em></a> method <tt class="docutils literal"><span class="pre">list_fields()</span></tt> didn&#8217;t reset its field pointer for the &#8216;mysql&#8217;, &#8216;mysqli&#8217; and &#8216;mssql&#8217; drivers.</li>
<li>Fixed a bug (#2211) - <a class="reference internal" href="libraries/migration.html"><em>Migration Library</em></a> extensions couldn&#8217;t execute <tt class="docutils literal"><span class="pre">CI_Migration::__construct()</span></tt>.</li>
<li>Fixed a bug (#2255) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> didn&#8217;t apply <em>smtp_timeout</em> to socket reads and writes.</li>
<li>Fixed a bug (#2239) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> improperly handled the Subject when used with <em>bcc_batch_mode</em> resulting in E_WARNING messages and an empty Subject.</li>
<li>Fixed a bug (#2234) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> didn&#8217;t reset JOIN cache for write-type queries.</li>
<li>Fixed a bug (#2298) - <a class="reference internal" href="database/results.html"><em>Database Results</em></a> method <tt class="docutils literal"><span class="pre">next_row()</span></tt> kept returning the last row, allowing for infinite loops.</li>
<li>Fixed a bug (#2236, #2639) - <a class="reference internal" href="helpers/form_helper.html"><em>Form Helper</em></a> functions <a class="reference internal" href="helpers/form_helper.html#set_value" title="set_value"><tt class="xref php php-func docutils literal"><span class="pre">set_value()</span></tt></a>, <a class="reference internal" href="helpers/form_helper.html#set_select" title="set_select"><tt class="xref php php-func docutils literal"><span class="pre">set_select()</span></tt></a>, <a class="reference internal" href="helpers/form_helper.html#set_radio" title="set_radio"><tt class="xref php php-func docutils literal"><span class="pre">set_radio()</span></tt></a>, <a class="reference internal" href="helpers/form_helper.html#set_checkbox" title="set_checkbox"><tt class="xref php php-func docutils literal"><span class="pre">set_checkbox()</span></tt></a> didn&#8217;t parse array notation for keys if the rule was not present in the <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a>.</li>
<li>Fixed a bug (#2353) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> erroneously prefixed literal strings with <strong>dbprefix</strong>.</li>
<li>Fixed a bug (#78) - <a class="reference internal" href="libraries/cart.html"><em>Cart Library</em></a> didn&#8217;t allow non-English letters in product names.</li>
<li>Fixed a bug (#77) - <a class="reference internal" href="database/index.html"><em>Database Class</em></a> didn&#8217;t properly handle the transaction &#8220;test mode&#8221; flag.</li>
<li>Fixed a bug (#2380) - <a class="reference internal" href="general/routing.html"><em>URI Routing</em></a> method <tt class="docutils literal"><span class="pre">fetch_method()</span></tt> returned &#8216;index&#8217; if the requested method name matches its controller name.</li>
<li>Fixed a bug (#2388) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> used to ignore attachment errors, resulting in broken emails being sent.</li>
<li>Fixed a bug (#2498) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> rule <strong>valid_base64</strong> only checked characters instead of actual validity.</li>
<li>Fixed a bug (#2425) - OCI8 <a class="reference internal" href="database/index.html"><em>database</em></a> driver method <tt class="docutils literal"><span class="pre">stored_procedure()</span></tt> didn&#8217;t log an error unless <strong>db_debug</strong> was set to TRUE.</li>
<li>Fixed a bug (#2490) - <a class="reference internal" href="database/queries.html"><em>Database Class</em></a> method <tt class="docutils literal"><span class="pre">query()</span></tt> returning boolean instead of a result object for PostgreSQL-specific <em>INSERT INTO ... RETURNING</em> statements.</li>
<li>Fixed a bug (#249) - <a class="reference internal" href="libraries/caching.html"><em>Cache Library</em></a> didn&#8217;t properly handle Memcache(d) configurations with missing options.</li>
<li>Fixed a bug (#180) - <a class="reference internal" href="general/common_functions.html#config_item" title="config_item"><tt class="xref php php-func docutils literal"><span class="pre">config_item()</span></tt></a> didn&#8217;t take into account run-time configuration changes.</li>
<li>Fixed a bug (#2551) - <a class="reference internal" href="libraries/loader.html"><em>Loader Library</em></a> method <tt class="docutils literal"><span class="pre">library()</span></tt> didn&#8217;t properly check if a class that is being loaded already exists.</li>
<li>Fixed a bug (#2560) - <a class="reference internal" href="helpers/form_helper.html"><em>Form Helper</em></a> function <a class="reference internal" href="helpers/form_helper.html#form_open" title="form_open"><tt class="xref php php-func docutils literal"><span class="pre">form_open()</span></tt></a> set the &#8216;method=&#8221;post&#8221;&#8217; attribute only if the passed attributes equaled an empty string.</li>
<li>Fixed a bug (#2585) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> methods <tt class="docutils literal"><span class="pre">min()</span></tt>, <tt class="docutils literal"><span class="pre">max()</span></tt>, <tt class="docutils literal"><span class="pre">avg()</span></tt>, <tt class="docutils literal"><span class="pre">sum()</span></tt> didn&#8217;t escape field names.</li>
<li>Fixed a bug (#2590) - <a class="reference internal" href="general/common_functions.html"><em>Common function</em></a> <a class="reference internal" href="general/errors.html#log_message" title="log_message"><tt class="xref php php-func docutils literal"><span class="pre">log_message()</span></tt></a> didn&#8217;t actually cache the <tt class="docutils literal"><span class="pre">CI_Log</span></tt> class instance.</li>
<li>Fixed a bug (#2609) - <a class="reference internal" href="general/common_functions.html"><em>Common function</em></a> <tt class="xref php php-func docutils literal"><span class="pre">get_config()</span></tt> optional argument was only effective on first function call. Also, it can now add items, in addition to updating existing items.</li>
<li>Fixed a bug in the &#8216;postgre&#8217; <a class="reference internal" href="database/index.html"><em>database</em></a> driver where the connection ID wasn&#8217;t passed to <tt class="docutils literal"><span class="pre">pg_escape_string()</span></tt>.</li>
<li>Fixed a bug (#33) - Script execution was terminated when an invalid cookie key was encountered.</li>
<li>Fixed a bug (#2691) - nested <a class="reference internal" href="database/index.html"><em>database</em></a> transactions could end in a deadlock when an error is encountered with <em>db_debug</em> set to TRUE.</li>
<li>Fixed a bug (#2515) - <tt class="docutils literal"><span class="pre">_exception_handler()</span></tt> used to send the 200 &#8220;OK&#8221; HTTP status code and didn&#8217;t stop script exection even on fatal errors.</li>
<li>Fixed a bug - Redis <a class="reference internal" href="libraries/caching.html"><em>Caching</em></a> driver didn&#8217;t handle connection failures properly.</li>
<li>Fixed a bug (#2756) - <a class="reference internal" href="database/index.html"><em>Database Class</em></a> executed the MySQL-specific <cite>SET SESSION sql_mode</cite> query for all drivers when the &#8216;stricton&#8217; option is set.</li>
<li>Fixed a bug (#2579) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> &#8220;no escape&#8221; functionality didn&#8217;t work properly with query cache.</li>
<li>Fixed a bug (#2237) - <a class="reference internal" href="libraries/parser.html"><em>Parser Library</em></a> failed if the same tag pair is used more than once within a template.</li>
<li>Fixed a bug (#2143) - <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a> didn&#8217;t check for rule groups named in a <em>controller/method</em> manner when trying to load from a config file.</li>
<li>Fixed a bug (#2762) - <a class="reference internal" href="general/hooks.html"><em>Hooks Class</em></a> didn&#8217;t properly check if the called class/function exists.</li>
<li>Fixed a bug (#148) - <a class="reference internal" href="libraries/input.html"><em>Input Library</em></a> internal method <tt class="docutils literal"><span class="pre">_clean_input_data()</span></tt> assumed that it data is URL-encoded, stripping certain character sequences from it.</li>
<li>Fixed a bug (#346) - with <tt class="docutils literal"><span class="pre">$config['global_xss_filtering']</span></tt> turned on, the <tt class="docutils literal"><span class="pre">$_GET</span></tt>, <tt class="docutils literal"><span class="pre">$_POST</span></tt>, <tt class="docutils literal"><span class="pre">$_COOKIE</span></tt> and <tt class="docutils literal"><span class="pre">$_SERVER</span></tt> superglobals were overwritten during initialization time, resulting in XSS filtering being either performed twice or there was no possible way to get the original data, even though options for this do exist.</li>
<li>Fixed an edge case (#555) - <a class="reference internal" href="libraries/user_agent.html"><em>User Agent Library</em></a> reported an incorrect version Opera 10+ due to a non-standard user-agent string.</li>
<li>Fixed a bug (#133) - <a class="reference internal" href="helpers/text_helper.html"><em>Text Helper</em></a> <a class="reference internal" href="helpers/text_helper.html#ascii_to_entities" title="ascii_to_entities"><tt class="xref php php-func docutils literal"><span class="pre">ascii_to_entities()</span></tt></a> stripped the last character if it happens to be in the extended ASCII group.</li>
<li>Fixed a bug (#2822) - <tt class="docutils literal"><span class="pre">fwrite()</span></tt> was used incorrectly throughout the whole framework, allowing incomplete writes when writing to a network stream and possibly a few other edge cases.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/user_agent.html"><em>User Agent Library</em></a> methods <tt class="docutils literal"><span class="pre">accept_charset()</span></tt> and <tt class="docutils literal"><span class="pre">accept_lang()</span></tt> didn&#8217;t properly parse HTTP headers that contain spaces.</li>
<li>Fixed a bug where <em>default_controller</em> was called instad of triggering a 404 error if the current route is in a controller directory.</li>
<li>Fixed a bug (#2737) - <a class="reference internal" href="libraries/xmlrpc.html"><em>XML-RPC Library</em></a> used objects as array keys, which triggered E_NOTICE messages.</li>
<li>Fixed a bug (#2771) - <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> method <tt class="docutils literal"><span class="pre">xss_clean()</span></tt> didn&#8217;t take into account HTML5 entities.</li>
<li>Fixed a bug (#2856) - ODBC method <tt class="docutils literal"><span class="pre">affected_rows()</span></tt> passed an incorrect value to <tt class="docutils literal"><span class="pre">odbc_num_rows()</span></tt>.</li>
<li>Fixed a bug (#43) <a class="reference internal" href="libraries/image_lib.html"><em>Image Manipulation Library</em></a> method <tt class="docutils literal"><span class="pre">text_watermark()</span></tt> didn&#8217;t properly determine watermark placement.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/table.html"><em>HTML Table Library</em></a> ignored its <em>auto_heading</em> setting if headings were not already set.</li>
<li>Fixed a bug (#2364) - <a class="reference internal" href="libraries/pagination.html"><em>Pagination Library</em></a> appended the query string (if used) multiple times when there are successive calls to <tt class="docutils literal"><span class="pre">create_links()</span></tt> with no <tt class="docutils literal"><span class="pre">initialize()</span></tt> in between them.</li>
<li>Partially fixed a bug (#261) - UTF-8 class method <tt class="docutils literal"><span class="pre">clean_string()</span></tt> generating log messages and/or not producing the desired result due to an upstream bug in iconv.</li>
<li>Fixed a bug where <tt class="docutils literal"><span class="pre">CI_Xmlrpcs::parseRequest()</span></tt> could fail if <tt class="docutils literal"><span class="pre">$HTTP_RAW_POST_DATA</span></tt> is not populated.</li>
<li>Fixed a bug in <a class="reference internal" href="libraries/zip.html"><em>Zip Library</em></a> internal method <tt class="docutils literal"><span class="pre">_get_mod_time()</span></tt> where it was not parsing result returned by <tt class="docutils literal"><span class="pre">filemtime()</span></tt>.</li>
<li>Fixed a bug (#3161) - <a class="reference internal" href="libraries/caching.html"><em>Cache Library</em></a> methods <cite>increment()</cite>, <cite>decrement()</cite> didn&#8217;t auto-create non-existent items when using redis and/or file storage.</li>
<li>Fixed a bug (#3189) - <a class="reference internal" href="libraries/parser.html"><em>Parser Library</em></a> used double replacement on <tt class="docutils literal"><span class="pre">key-&gt;value</span></tt> pairs, exposing a potential template injection vulnerability.</li>
<li>Fixed a bug (#3573) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> violated <a class="reference external" href="https://tools.ietf.org/rfc/rfc5321.txt">RFC5321</a> by sending &#8216;localhost.localdomain&#8217; as a hostname.</li>
<li>Fixed a bug (#3572) - <tt class="docutils literal"><span class="pre">CI_Security::_remove_evil_attributes()</span></tt> failed for large-sized inputs due to <em>pcre.backtrack_limit</em> and didn&#8217;t properly match HTML tags.</li>
</ul>
</div>
</div>
<div class="section" id="version-2-2-3">
<h2>Version 2.2.3<a class="headerlink" href="#version-2-2-3" title="Permalink to this headline"></a></h2>
<p>Release Date: July 14, 2015</p>
<ul class="simple">
<li>Security<ul>
<li>Removed a fallback to <tt class="docutils literal"><span class="pre">mysql_escape_string()</span></tt> in the &#8216;mysql&#8217; database driver (<tt class="docutils literal"><span class="pre">escape_str()</span></tt> method) when there&#8217;s no active database connection.</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="version-2-2-2">
<h2>Version 2.2.2<a class="headerlink" href="#version-2-2-2" title="Permalink to this headline"></a></h2>
<p>Release Date: April 15, 2015</p>
<ul class="simple">
<li>General Changes<ul>
<li>Added HTTP &#8220;Host&#8221; header character validation to prevent cache poisoning attacks when <em>base_url</em> auto-detection is used.</li>
<li>Added <em>FSCommand</em> and <em>seekSegmentTime</em> to the &#8220;evil attributes&#8221; list in <tt class="docutils literal"><span class="pre">CI_Security::xss_clean()</span></tt>.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-2-2-2">
<h3>Bug fixes for 2.2.2<a class="headerlink" href="#bug-fixes-for-2-2-2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (#3665) - <tt class="docutils literal"><span class="pre">CI_Security::entity_decode()</span></tt> triggered warnings under some circumstances.</li>
</ul>
</div>
</div>
<div class="section" id="version-2-2-1">
<h2>Version 2.2.1<a class="headerlink" href="#version-2-2-1" title="Permalink to this headline"></a></h2>
<p>Release Date: January 22, 2015</p>
<ul class="simple">
<li>General Changes<ul>
<li>Improved security in <tt class="docutils literal"><span class="pre">xss_clean()</span></tt>.</li>
<li>Updated timezones in <a class="reference internal" href="helpers/date_helper.html"><em>Date Helper</em></a>.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-2-2-1">
<h3>Bug fixes for 2.2.1<a class="headerlink" href="#bug-fixes-for-2-2-1" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (#3094) - Internal method <tt class="docutils literal"><span class="pre">CI_Input::_clean_input_data()</span></tt> breaks encrypted session cookies.</li>
<li>Fixed a bug (#2268) - <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> method <tt class="docutils literal"><span class="pre">xss_clean()</span></tt> didn&#8217;t properly match JavaScript events.</li>
<li>Fixed a bug (#3309) - <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> method <tt class="docutils literal"><span class="pre">xss_clean()</span></tt> used an overly-invasive pattern to strip JS event handlers.</li>
<li>Fixed a bug (#2771) - <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> method <tt class="docutils literal"><span class="pre">xss_clean()</span></tt> didn&#8217;t take into account HTML5 entities.</li>
<li>Fixed a bug (#73) - <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> method <tt class="docutils literal"><span class="pre">sanitize_filename()</span></tt> could be tricked by an XSS attack.</li>
<li>Fixed a bug (#2681) - <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> method <tt class="docutils literal"><span class="pre">entity_decode()</span></tt> used the <tt class="docutils literal"><span class="pre">PREG_REPLACE_EVAL</span></tt> flag, which is deprecated since PHP 5.5.</li>
<li>Fixed a bug (#3302) - Internal function <tt class="docutils literal"><span class="pre">get_config()</span></tt> triggered an E_NOTICE message on PHP 5.6.</li>
<li>Fixed a bug (#2508) - <a class="reference internal" href="libraries/config.html"><em>Config Library</em></a> didn&#8217;t properly detect if the current request is via HTTPS.</li>
<li>Fixed a bug (#3314) - SQLSRV <a class="reference internal" href="database/index.html"><em>Database driver</em></a>&#8216;s method <tt class="docutils literal"><span class="pre">count_all()</span></tt> didn&#8217;t escape the supplied table name.</li>
<li>Fixed a bug (#3404) - MySQLi <a class="reference internal" href="database/index.html"><em>Database driver</em></a>&#8216;s method <tt class="docutils literal"><span class="pre">escape_str()</span></tt> had a wrong fallback to <tt class="docutils literal"><span class="pre">mysql_escape_string()</span></tt> when there was no active connection.</li>
<li>Fixed a bug in the <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> where session ID regeneration occurred during AJAX requests.</li>
</ul>
</div>
</div>
<div class="section" id="version-2-2-0">
<h2>Version 2.2.0<a class="headerlink" href="#version-2-2-0" title="Permalink to this headline"></a></h2>
<p>Release Date: June 2, 2014</p>
<ul class="simple">
<li>General Changes<ul>
<li>Security: <a class="reference internal" href="libraries/encrypt.html"><em>Encrypt Library</em></a> method <tt class="docutils literal"><span class="pre">xor_encode()</span></tt> has been removed. The Encrypt Class now requires the Mcrypt extension to be installed.</li>
<li>Security: The <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> now uses HMAC authentication instead of a simple MD5 checksum.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-2-2-0">
<h3>Bug fixes for 2.2.0<a class="headerlink" href="#bug-fixes-for-2-2-0" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed an edge case (#2583) in the <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> where <cite>Suhosin &lt;http://www.hardened-php.net/suhosin/&gt;</cite> blocked messages sent via <tt class="docutils literal"><span class="pre">mail()</span></tt> due to trailing newspaces in headers.</li>
<li>Fixed a bug (#696) - make <tt class="docutils literal"><span class="pre">oci_execute()</span></tt> calls inside <tt class="docutils literal"><span class="pre">num_rows()</span></tt> non-committing, since they are only there to reset which row is next in line for oci_fetch calls and thus don&#8217;t need to be committed.</li>
<li>Fixed a bug (#2689) - <a class="reference internal" href="database/forge.html"><em>Database Force</em></a> methods <tt class="docutils literal"><span class="pre">create_table()</span></tt>, <tt class="docutils literal"><span class="pre">drop_table()</span></tt> and <tt class="docutils literal"><span class="pre">rename_table()</span></tt> produced broken SQL for tge &#8216;sqlsrv&#8217; driver.</li>
<li>Fixed a bug (#2427) - PDO <a class="reference internal" href="database/index.html"><em>Database driver</em></a> didn&#8217;t properly check for query failures.</li>
<li>Fixed a bug in the <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> where authentication was not performed for encrypted cookies.</li>
</ul>
</div>
</div>
<div class="section" id="version-2-1-4">
<h2>Version 2.1.4<a class="headerlink" href="#version-2-1-4" title="Permalink to this headline"></a></h2>
<p>Release Date: July 8, 2013</p>
<ul class="simple">
<li>General Changes<ul>
<li>Improved security in <tt class="docutils literal"><span class="pre">xss_clean()</span></tt>.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-2-1-4">
<h3>Bug fixes for 2.1.4<a class="headerlink" href="#bug-fixes-for-2-1-4" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (#1936) - <a class="reference internal" href="libraries/migration.html"><em>Migration Library</em></a> method <tt class="docutils literal"><span class="pre">latest()</span></tt> had a typo when retrieving language values.</li>
<li>Fixed a bug (#2021) - <a class="reference internal" href="libraries/migration.html"><em>Migration Library</em></a> configuration file was mistakenly using Windows style line feeds.</li>
<li>Fixed a bug (#1273) - <tt class="docutils literal"><span class="pre">E_NOTICE</span></tt> being generated by <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a>&#8216;s <tt class="docutils literal"><span class="pre">set_update_batch()</span></tt> method.</li>
<li>Fixed a bug (#2337) - <a class="reference internal" href="libraries/email.html"><em>Email Library</em></a> method <tt class="docutils literal"><span class="pre">print_debugger()</span></tt> didn&#8217;t apply <tt class="docutils literal"><span class="pre">htmlspecialchars()</span></tt> to headers.</li>
</ul>
</div>
</div>
<div class="section" id="version-2-1-3">
<h2>Version 2.1.3<a class="headerlink" href="#version-2-1-3" title="Permalink to this headline"></a></h2>
<p>Release Date: October 8, 2012</p>
<ul class="simple">
<li>Core<ul>
<li><a class="reference internal" href="general/common_functions.html"><em>Common function</em></a> <tt class="docutils literal"><span class="pre">is_loaded()</span></tt> now returns a reference.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-2-1-3">
<h3>Bug fixes for 2.1.3<a class="headerlink" href="#bug-fixes-for-2-1-3" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (#1543) - File-based <a class="reference internal" href="libraries/caching.html"><em>Caching</em></a> method <tt class="docutils literal"><span class="pre">get_metadata()</span></tt> used a non-existent array key to look for the TTL value.</li>
<li>Fixed a bug (#1314) - <a class="reference internal" href="libraries/sessions.html"><em>Session Library</em></a> method <tt class="docutils literal"><span class="pre">sess_destroy()</span></tt> didn&#8217;t destroy the userdata array.</li>
<li>Fixed a bug (#804) - <a class="reference internal" href="general/profiling.html"><em>Profiler library</em></a> was trying to handle objects as strings in some cases, resulting in <em>E_WARNING</em> messages being issued by <tt class="docutils literal"><span class="pre">htmlspecialchars()</span></tt>.</li>
<li>Fixed a bug (#1699) - <a class="reference internal" href="libraries/migration.html"><em>Migration Library</em></a> ignored the <tt class="docutils literal"><span class="pre">$config['migration_path']</span></tt> setting.</li>
<li>Fixed a bug (#227) - <a class="reference internal" href="libraries/input.html"><em>Input Library</em></a> allowed unconditional spoofing of HTTP clients&#8217; IP addresses through the <em>HTTP_CLIENT_IP</em> header.</li>
<li>Fixed a bug (#907) - <a class="reference internal" href="libraries/input.html"><em>Input Library</em></a> ignored <em>HTTP_X_CLUSTER_CLIENT_IP</em> and <em>HTTP_X_CLIENT_IP</em> headers when checking for proxies.</li>
<li>Fixed a bug (#940) - <tt class="docutils literal"><span class="pre">csrf_verify()</span></tt> used to set the CSRF cookie while processing a POST request with no actual POST data, which resulted in validating a request that should be considered invalid.</li>
<li>Fixed a bug (#499) - <a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> where a CSRF cookie was created even if <tt class="docutils literal"><span class="pre">$config['csrf_protection']</span></tt> is set to FALSE.</li>
<li>Fixed a bug (#1715) - <a class="reference internal" href="libraries/input.html"><em>Input Library</em></a> triggered <tt class="docutils literal"><span class="pre">csrf_verify()</span></tt> on CLI requests.</li>
<li>Fixed a bug (#751) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> didn&#8217;t properly handle cached field escaping overrides.</li>
<li>Fixed a bug (#2004) - <a class="reference internal" href="database/query_builder.html"><em>Query Builder</em></a> didn&#8217;t properly merge cached calls with non-cache ones.</li>
</ul>
</div>
</div>
<div class="section" id="version-2-1-2">
<h2>Version 2.1.2<a class="headerlink" href="#version-2-1-2" title="Permalink to this headline"></a></h2>
<p>Release Date: June 29, 2012</p>
<ul class="simple">
<li>General Changes<ul>
<li>Improved security in <tt class="docutils literal"><span class="pre">xss_clean()</span></tt>.</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="version-2-1-1">
<h2>Version 2.1.1<a class="headerlink" href="#version-2-1-1" title="Permalink to this headline"></a></h2>
<p>Release Date: June 12, 2012</p>
<ul class="simple">
<li>General Changes<ul>
<li>Fixed support for docx, xlsx files in mimes.php.</li>
</ul>
</li>
<li>Libraries<ul>
<li>Further improved MIME type detection in the <a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Library</em></a>.</li>
<li>Added support for IPv6 to the <a class="reference internal" href="libraries/input.html"><em>Input Library</em></a>.</li>
<li>Added support for the IP format parameter to the <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation Library</em></a>.</li>
</ul>
</li>
<li>Helpers<ul>
<li><tt class="docutils literal"><span class="pre">url_title()</span></tt> performance and output improved. You can now use any string as the word delimiter, but &#8216;dash&#8217; and &#8216;underscore&#8217; are still supported.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-2-1-1">
<h3>Bug fixes for 2.1.1<a class="headerlink" href="#bug-fixes-for-2-1-1" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (#697) - A wrong array key was used in the <a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Library</em></a> to check for mime-types.</li>
<li>Fixed a bug - <tt class="docutils literal"><span class="pre">form_open()</span></tt> compared $action against <tt class="docutils literal"><span class="pre">site_url()</span></tt> instead of <tt class="docutils literal"><span class="pre">base_url()</span></tt>.</li>
<li>Fixed a bug - <tt class="docutils literal"><span class="pre">CI_Upload::_file_mime_type()</span></tt> could&#8217;ve failed if <tt class="docutils literal"><span class="pre">mime_content_type()</span></tt> is used for the detection and returns FALSE.</li>
<li>Fixed a bug (#538) - Windows paths were ignored when using the <a class="reference internal" href="libraries/image_lib.html"><em>Image Manipulation Library</em></a> to create a new file.</li>
<li>Fixed a bug - When database caching was enabled, $this-&gt;db-&gt;query() checked the cache before binding variables which resulted in cached queries never being found.</li>
<li>Fixed a bug - CSRF cookie value was allowed to be any (non-empty) string before being written to the output, making code injection a risk.</li>
<li>Fixed a bug (#726) - PDO put a &#8216;dbname&#8217; argument in its connection string regardless of the database platform in use, which made it impossible to use SQLite.</li>
<li>Fixed a bug - <tt class="docutils literal"><span class="pre">CI_DB_pdo_driver::num_rows()</span></tt> was not returning properly value with SELECT queries, cause it was relying on <tt class="docutils literal"><span class="pre">PDOStatement::rowCount()</span></tt>.</li>
<li>Fixed a bug (#1059) - <tt class="docutils literal"><span class="pre">CI_Image_lib::clear()</span></tt> was not correctly clearing all necessary object properties, namely width and height.</li>
</ul>
</div>
</div>
<div class="section" id="version-2-1-0">
<h2>Version 2.1.0<a class="headerlink" href="#version-2-1-0" title="Permalink to this headline"></a></h2>
<p>Release Date: November 14, 2011</p>
<ul class="simple">
<li>General Changes<ul>
<li>Callback validation rules can now accept parameters like any other
validation rule.</li>
<li>Added html_escape() to <a class="reference internal" href="general/common_functions.html"><em>Common
functions</em></a> to escape HTML output
for preventing XSS.</li>
</ul>
</li>
<li>Helpers<ul>
<li>Added increment_string() to <a class="reference internal" href="helpers/string_helper.html"><em>String
Helper</em></a> to turn &#8220;foo&#8221; into &#8220;foo-1&#8221;
or &#8220;foo-1&#8221; into &#8220;foo-2&#8221;.</li>
<li>Altered form helper - made action on form_open_multipart helper
function call optional. Fixes (#65)</li>
<li>url_title() will now trim extra dashes from beginning and end.</li>
<li>Improved speed of <a class="reference internal" href="helpers/string_helper.html"><em>String Helper</em></a>&#8216;s random_string() method</li>
</ul>
</li>
<li>Database<ul>
<li>Added a <a class="reference external" href="http://www.cubrid.org/">CUBRID</a> driver to the <a class="reference internal" href="database/index.html"><em>Database
Driver</em></a>. Thanks to the CUBRID team for
supplying this patch.</li>
<li>Added a PDO driver to the <a class="reference internal" href="database/index.html"><em>Database Driver</em></a>.</li>
<li>Typecast limit and offset in the <a class="reference internal" href="database/queries.html"><em>Database
Driver</em></a> to integers to avoid possible
injection.</li>
<li>Added additional option &#8216;none&#8217; for the optional third argument for
$this-&gt;db-&gt;like() in the <a class="reference internal" href="database/query_builder.html"><em>Database
Driver</em></a>.</li>
<li>Added $this-&gt;db-&gt;insert_batch() support to the OCI8 (Oracle) driver.</li>
<li>Added failover if the main connections in the config should fail</li>
</ul>
</li>
<li>Libraries<ul>
<li>Changed <tt class="docutils literal"><span class="pre">$this-&gt;cart-&gt;insert()</span></tt> in the <a class="reference internal" href="libraries/cart.html"><em>Cart
Library</em></a> to return the Row ID if a single
item was inserted successfully.</li>
<li>Added support to set an optional parameter in your callback rules
of validation using the <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation
Library</em></a>.</li>
<li>Added a <a class="reference internal" href="libraries/migration.html"><em>Migration library</em></a> to assist with applying
incremental updates to your database schema.</li>
<li>Driver children can be located in any package path.</li>
<li>Added max_filename_increment config setting for Upload library.</li>
<li>Added <tt class="docutils literal"><span class="pre">is_unique</span></tt> to the <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation library</em></a>.</li>
<li>Added $config[&#8216;use_page_numbers&#8217;] to the <a class="reference internal" href="libraries/pagination.html"><em>Pagination library</em></a>, which enables real page numbers in the URI.</li>
<li>Added TLS and SSL Encryption for SMTP.</li>
</ul>
</li>
<li>Core<ul>
<li>Changed private functions in CI_URI to protected so MY_URI can
override them.</li>
<li>Removed CI_CORE boolean constant from CodeIgniter.php (no longer Reactor and Core versions).</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-2-1-0">
<h3>Bug fixes for 2.1.0<a class="headerlink" href="#bug-fixes-for-2-1-0" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed #378 Robots identified as regular browsers by the User Agent
class.</li>
<li>If a config class was loaded first then a library with the same name
is loaded, the config would be ignored.</li>
<li>Fixed a bug (Reactor #19) where 1) the 404_override route was being
ignored in some cases, and 2) auto-loaded libraries were not
available to the 404_override controller when a controller existed
but the requested method did not.</li>
<li>Fixed a bug (Reactor #89) where MySQL export would fail if the table
had hyphens or other non alphanumeric/underscore characters.</li>
<li>Fixed a bug (#105) that stopped query errors from being logged unless database debugging was enabled</li>
<li>Fixed a bug (#160) - Removed unneeded array copy in the file cache
driver.</li>
<li>Fixed a bug (#150) - field_data() now correctly returns column
length.</li>
<li>Fixed a bug (#8) - load_class() now looks for core classes in
APPPATH first, allowing them to be replaced.</li>
<li>Fixed a bug (#24) - ODBC database driver called incorrect parent in __construct().</li>
<li>Fixed a bug (#85) - OCI8 (Oracle) database escape_str() function did not escape correct.</li>
<li>Fixed a bug (#344) - Using schema found in <a class="reference internal" href="libraries/sessions.html"><em>Saving Session Data to a Database</em></a>, system would throw error &#8220;user_data does not have a default value&#8221; when deleting then creating a session.</li>
<li>Fixed a bug (#112) - OCI8 (Oracle) driver didn&#8217;t pass the configured database character set when connecting.</li>
<li>Fixed a bug (#182) - OCI8 (Oracle) driver used to re-execute the statement whenever num_rows() is called.</li>
<li>Fixed a bug (#82) - WHERE clause field names in the DB update_string() method were not escaped, resulting in failed queries in some cases.</li>
<li>Fixed a bug (#89) - Fix a variable type mismatch in DB display_error() where an array is expected, but a string could be set instead.</li>
<li>Fixed a bug (#467) - Suppress warnings generated from get_magic_quotes_gpc() (deprecated in PHP 5.4)</li>
<li>Fixed a bug (#484) - First time _csrf_set_hash() is called, hash is never set to the cookie (in Security.php).</li>
<li>Fixed a bug (#60) - Added _file_mime_type() method to the <a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Library</em></a> in order to fix a possible MIME-type injection.</li>
<li>Fixed a bug (#537) - Support for all wav type in browser.</li>
<li>Fixed a bug (#576) - Using ini_get() function to detect if apc is enabled or not.</li>
<li>Fixed invalid date time format in <a class="reference internal" href="helpers/date_helper.html"><em>Date helper</em></a> and <a class="reference internal" href="libraries/xmlrpc.html"><em>XMLRPC library</em></a>.</li>
<li>Fixed a bug (#200) - MySQL queries would be malformed after calling db-&gt;count_all() then db-&gt;get().</li>
</ul>
</div>
</div>
<div class="section" id="version-2-0-3">
<h2>Version 2.0.3<a class="headerlink" href="#version-2-0-3" title="Permalink to this headline"></a></h2>
<p>Release Date: August 20, 2011</p>
<ul>
<li><p class="first">Security</p>
<ul>
<li><p class="first">An improvement was made to the MySQL and MySQLi drivers to prevent
exposing a potential vector for SQL injection on sites using
multi-byte character sets in the database client connection.
An incompatibility in PHP versions &lt; 5.2.3 and MySQL &lt; 5.0.7 with
<em>mysql_set_charset()</em> creates a situation where using multi-byte
character sets on these environments may potentially expose a SQL
injection attack vector. Latin-1, UTF-8, and other &#8220;low ASCII&#8221;
character sets are unaffected on all environments.</p>
<p>If you are running or considering running a multi-byte character
set for your database connection, please pay close attention to
the server environment you are deploying on to ensure you are not
vulnerable.</p>
</li>
</ul>
</li>
<li><p class="first">General Changes</p>
<ul class="simple">
<li>Fixed a bug where there was a misspelling within a code comment in
the index.php file.</li>
<li>Added Session Class userdata to the output profiler. Additionally,
added a show/hide toggle on HTTP Headers, Session Data and Config
Variables.</li>
<li>Removed internal usage of the EXT constant.</li>
<li>Visual updates to the welcome_message view file and default error
templates. Thanks to <a class="reference external" href="https://bitbucket.org/danijelb">danijelb</a>
for the pull request.</li>
<li>Added insert_batch() function to the PostgreSQL database driver.
Thanks to epallerols for the patch.</li>
<li>Added &#8220;application/x-csv&#8221; to mimes.php.</li>
<li>Fixed a bug where <a class="reference internal" href="libraries/email.html"><em>Email library</em></a>
attachments with a &#8221;.&#8221; in the name would using invalid MIME-types.</li>
</ul>
</li>
<li><p class="first">Helpers</p>
<ul class="simple">
<li>Added an optional third parameter to heading() which allows adding
html attributes to the rendered heading tag.</li>
<li>form_open() now only adds a hidden (Cross-site Reference Forgery)
protection field when the form&#8217;s action is internal and is set to
the post method. (Reactor #165)</li>
<li>Re-worked plural() and singular() functions in the <a class="reference internal" href="helpers/inflector_helper.html"><em>Inflector
helper</em></a> to support considerably
more words.</li>
</ul>
</li>
<li><p class="first">Libraries</p>
<ul class="simple">
<li>Altered Session to use a longer match against the user_agent
string. See upgrade notes if using database sessions.</li>
<li>Added $this-&gt;db-&gt;set_dbprefix() to the <a class="reference internal" href="database/queries.html"><em>Database
Driver</em></a>.</li>
<li>Changed $this-&gt;cart-&gt;insert() in the <a class="reference internal" href="libraries/cart.html"><em>Cart
Library</em></a> to return the Row ID if a single
item was inserted successfully.</li>
<li>Added $this-&gt;load-&gt;get_var() to the <a class="reference internal" href="libraries/loader.html"><em>Loader
library</em></a> to retrieve global vars set with
$this-&gt;load-&gt;view() and $this-&gt;load-&gt;vars().</li>
<li>Changed $this-&gt;db-&gt;having() to insert quotes using escape() rather
than escape_str().</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-2-0-3">
<h3>Bug fixes for 2.0.3<a class="headerlink" href="#bug-fixes-for-2-0-3" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Added ENVIRONMENT to reserved constants. (Reactor #196)</li>
<li>Changed server check to ensure SCRIPT_NAME is defined. (Reactor #57)</li>
<li>Removed APPPATH.&#8217;third_party&#8217; from the packages autoloader to negate
needless file stats if no packages exist or if the developer does not
load any other packages by default.</li>
<li>Fixed a bug (Reactor #231) where Sessions Library database table
example SQL did not contain an index on last_activity. See <a class="reference internal" href="installation/upgrade_203.html"><em>Upgrade
Notes</em></a>.</li>
<li>Fixed a bug (Reactor #229) where the Sessions Library example SQL in
the documentation contained incorrect SQL.</li>
<li>Fixed a bug (Core #340) where when passing in the second parameter to
$this-&gt;db-&gt;select(), column names in subsequent queries would not be
properly escaped.</li>
<li>Fixed issue #199 - Attributes passed as string does not include a
space between it and the opening tag.</li>
<li>Fixed a bug where the method $this-&gt;cart-&gt;total_items() from <a class="reference internal" href="libraries/cart.html"><em>Cart
Library</em></a> now returns the sum of the quantity
of all items in the cart instead of your total count.</li>
<li>Fixed a bug where not setting &#8216;null&#8217; when adding fields in db_forge
for mysql and mysqli drivers would default to NULL instead of NOT
NULL as the docs suggest.</li>
<li>Fixed a bug where using $this-&gt;db-&gt;select_max(),
$this-&gt;db-&gt;select_min(), etc could throw notices. Thanks to w43l for
the patch.</li>
<li>Replace checks for STDIN with php_sapi_name() == &#8216;cli&#8217; which on the
whole is more reliable. This should get parameters in crontab
working.</li>
</ul>
</div>
</div>
<div class="section" id="version-2-0-2">
<h2>Version 2.0.2<a class="headerlink" href="#version-2-0-2" title="Permalink to this headline"></a></h2>
<p>Release Date: April 7, 2011
Hg Tag: v2.0.2</p>
<ul class="simple">
<li>General changes<ul>
<li>The <a class="reference internal" href="libraries/security.html"><em>Security library</em></a> was moved to
the core and is now loaded automatically. Please remove your
loading calls.</li>
<li>The CI_SHA class is now deprecated. All supported versions of PHP
provide a sha1() function.</li>
<li>constants.php will now be loaded from the environment folder if
available.</li>
<li>Added language key error logging</li>
<li>Made Environment Support optional. Comment out or delete the
constant to stop environment checks.</li>
<li>Added Environment Support for Hooks.</li>
<li>Added CI_ Prefix to the <a class="reference internal" href="libraries/caching.html"><em>Cache driver</em></a>.</li>
<li>Added <a class="reference internal" href="general/cli.html"><em>CLI usage</em></a> documentation.</li>
</ul>
</li>
<li>Helpers<ul>
<li>Removed the previously deprecated dohash() from the <a class="reference internal" href="helpers/security_helper.html"><em>Security
helper</em></a>; use do_hash() instead.</li>
<li>Changed the &#8216;plural&#8217; function so that it doesn&#8217;t ruin the
captalization of your string. It also take into consideration
acronyms which are all caps.</li>
</ul>
</li>
<li>Database<ul>
<li>$this-&gt;db-&gt;count_all_results() will now return an integer
instead of a string.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-2-0-2">
<h3>Bug fixes for 2.0.2<a class="headerlink" href="#bug-fixes-for-2-0-2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (Reactor #145) where the Output Library had
parse_exec_vars set to protected.</li>
<li>Fixed a bug (Reactor #80) where is_really_writable would create an
empty file when on Windows or with safe_mode enabled.</li>
<li>Fixed various bugs with User Guide.</li>
<li>Added is_cli_request() method to documentation for <a class="reference internal" href="libraries/input.html"><em>Input
class</em></a>.</li>
<li>Added form_validation_lang entries for decimal, less_than and
greater_than.</li>
<li>Fixed issue #153 Escape Str Bug in MSSQL driver.</li>
<li>Fixed issue #172 Google Chrome 11 posts incorrectly when action is empty.</li>
</ul>
</div>
</div>
<div class="section" id="version-2-0-1">
<h2>Version 2.0.1<a class="headerlink" href="#version-2-0-1" title="Permalink to this headline"></a></h2>
<p>Release Date: March 15, 2011
Hg Tag: v2.0.1</p>
<ul class="simple">
<li>General changes<ul>
<li>Added $config[&#8216;cookie_secure&#8217;] to the config file to allow
requiring a secure (HTTPS) in order to set cookies.</li>
<li>Added the constant CI_CORE to help differentiate between Core:
TRUE and Reactor: FALSE.</li>
<li>Added an ENVIRONMENT constant in index.php, which affects PHP
error reporting settings, and optionally, which configuration
files are loaded (see below). Read more on the <a class="reference internal" href="general/environments.html"><em>Handling
Environments</em></a> page.</li>
<li>Added support for
<a class="reference internal" href="libraries/config.html#config-environments"><em>environment-specific</em></a>
configuration files.</li>
</ul>
</li>
<li>Libraries<ul>
<li>Added decimal, less_than and greater_than rules to the <a class="reference internal" href="libraries/form_validation.html"><em>Form
validation Class</em></a>.</li>
<li><a class="reference internal" href="libraries/input.html"><em>Input Class</em></a> methods post() and get()
will now return a full array if the first argument is not
provided.</li>
<li>Secure cookies can now be made with the set_cookie() helper and
<a class="reference internal" href="libraries/input.html"><em>Input Class</em></a> method.</li>
<li>Added set_content_type() to <a class="reference internal" href="libraries/output.html"><em>Output
Class</em></a> to set the output Content-Type
HTTP header based on a MIME Type or a config/mimes.php array key.</li>
<li><a class="reference internal" href="libraries/output.html"><em>Output Class</em></a> will now support method
chaining.</li>
</ul>
</li>
<li>Helpers<ul>
<li>Changed the logic for form_open() in <a class="reference internal" href="helpers/form_helper.html"><em>Form
helper</em></a>. If no value is passed it will
submit to the current URL.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-2-0-1">
<h3>Bug fixes for 2.0.1<a class="headerlink" href="#bug-fixes-for-2-0-1" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>CLI requests can now be run from any folder, not just when CD&#8217;ed next
to index.php.</li>
<li>Fixed issue #41: Added audio/mp3 mime type to mp3.</li>
<li>Fixed a bug (Core #329) where the file caching driver referenced the
incorrect cache directory.</li>
<li>Fixed a bug (Reactor #69) where the SHA1 library was named
incorrectly.</li>
</ul>
</div>
</div>
<div class="section" id="version-2-0-0">
<span id="changelog"></span><h2>Version 2.0.0<a class="headerlink" href="#version-2-0-0" title="Permalink to this headline"></a></h2>
<p>Release Date: January 28, 2011
Hg Tag: v2.0.0</p>
<ul class="simple">
<li>General changes<ul>
<li>PHP 4 support is removed. CodeIgniter now requires PHP 5.1.6.</li>
<li>Scaffolding, having been deprecated for a number of versions, has
been removed.</li>
<li>Plugins have been removed, in favor of Helpers. The CAPTCHA plugin
has been converted to a Helper and
<a class="reference internal" href="helpers/captcha_helper.html"><em>documented</em></a>. The JavaScript
calendar plugin was removed due to the ready availability of great
JavaScript calendars, particularly with jQuery.</li>
<li>Added new special Library type:
<a class="reference internal" href="general/drivers.html"><em>Drivers</em></a>.</li>
<li>Added full query-string support. See the config file for details.</li>
<li>Moved the application folder outside of the system folder.</li>
<li>Moved system/cache and system/logs directories to the application
directory.</li>
<li>Added routing overrides to the main index.php file, enabling the
normal routing to be overridden on a per &#8220;index&#8221; file basis.</li>
<li>Added the ability to set config values (or override config values)
directly from data set in the main index.php file. This allows a
single application to be used with multiple front controllers,
each having its own config values.</li>
<li>Added $config[&#8216;directory_trigger&#8217;] to the config file so that a
controller sub-directory can be specified when running _GET
strings instead of URI segments.</li>
<li>Added ability to set &#8220;Package&#8221; paths - specific paths where the
Loader and Config classes should try to look first for a requested
file. This allows distribution of sub-applications with their own
libraries, models, config files, etc. in a single &#8220;package&#8221;
directory. See the <a class="reference internal" href="libraries/loader.html"><em>Loader class</em></a>
documentation for more details.</li>
<li>In-development code is now hosted at BitBucket .</li>
<li>Removed the deprecated Validation Class.</li>
<li>Added CI_ Prefix to all core classes.</li>
<li>Package paths can now be set in application/config/autoload.php.</li>
<li><a class="reference internal" href="libraries/file_uploading.html"><em>Upload library</em></a> file_name can
now be set without an extension, the extension will be taken from
the uploaded file instead of the given name.</li>
<li>In <a class="reference internal" href="database/forge.html"><em>Database Forge</em></a> the name can be omitted
from $this-&gt;dbforge-&gt;modify_column()&#8217;s 2nd param if you aren&#8217;t
changing the name.</li>
<li>$config[&#8216;base_url&#8217;] is now empty by default and will guess what
it should be.</li>
<li>Enabled full Command Line Interface compatibility with
config[&#8216;uri_protocol&#8217;] = &#8216;CLI&#8217;;.</li>
</ul>
</li>
<li>Libraries<ul>
<li>Added a <a class="reference internal" href="libraries/caching.html"><em>Cache driver</em></a> with APC,
memcached, and file-based support.</li>
<li>Added $prefix, $suffix and $first_url properties to <a class="reference internal" href="libraries/pagination.html"><em>Pagination
library</em></a>.</li>
<li>Added the ability to suppress first, previous, next, last, and
page links by setting their values to FALSE in the <a class="reference internal" href="libraries/pagination.html"><em>Pagination
library</em></a>.</li>
<li>Added <a class="reference internal" href="libraries/security.html"><em>Security library</em></a>, which now
contains the xss_clean function, filename_security function and
other security related functions.</li>
<li>Added CSRF (Cross-site Reference Forgery) protection to the
<a class="reference internal" href="libraries/security.html"><em>Security library</em></a>.</li>
<li>Added $parse_exec_vars property to Output library.</li>
<li>Added ability to enable / disable individual sections of the
<a class="reference internal" href="general/profiling.html"><em>Profiler</em></a></li>
<li>Added a wildcard option $config[&#8216;allowed_types&#8217;] = &#8216;*&#8217; to the
<a class="reference internal" href="libraries/file_uploading.html"><em>File Uploading Class</em></a>.</li>
<li>Added an &#8216;object&#8217; config variable to the XML-RPC Server library so
that one can specify the object to look for requested methods,
instead of assuming it is in the $CI superobject.</li>
<li>Added &#8220;is_object&#8221; into the list of unit tests capable of being
run.</li>
<li>Table library will generate an empty cell with a blank string, or
NULL value.</li>
<li>Added ability to set tag attributes for individual cells in the
Table library</li>
<li>Added a parse_string() method to the <a class="reference internal" href="libraries/parser.html"><em>Parser
Class</em></a>.</li>
<li>Added HTTP headers and Config information to the
<a class="reference internal" href="general/profiling.html"><em>Profiler</em></a> output.</li>
<li>Added Chrome and Flock to the list of detectable browsers by
browser() in the <a class="reference internal" href="libraries/user_agent.html"><em>User Agent Class</em></a>.</li>
<li>The <a class="reference internal" href="libraries/unit_testing.html"><em>Unit Test Class</em></a> now has an
optional &#8220;notes&#8221; field available to it, and allows for discrete
display of test result items using
$this-&gt;unit-&gt;set_test_items().</li>
<li>Added a $xss_clean class variable to the XMLRPC library, enabling
control over the use of the Security library&#8217;s xss_clean()
method.</li>
<li>Added a download() method to the <a class="reference internal" href="libraries/ftp.html"><em>FTP
library</em></a></li>
<li>Changed do_xss_clean() to return FALSE if the uploaded file
fails XSS checks.</li>
<li>Added stripslashes() and trim()ing of double quotes from $_FILES
type value to standardize input in Upload library.</li>
<li>Added a second parameter (boolean) to
$this-&gt;zip-&gt;read_dir(&#8216;/path/to/directory&#8217;, FALSE) to remove the
preceding trail of empty folders when creating a Zip archive. This
example would contain a zip with &#8220;directory&#8221; and all of its
contents.</li>
<li>Added ability in the Image Library to handle PNG transparency for
resize operations when using the GD lib.</li>
<li>Modified the Session class to prevent use if no encryption key is
set in the config file.</li>
<li>Added a new config item to the Session class
sess_expire_on_close to allow sessions to auto-expire when the
browser window is closed.</li>
<li>Improved performance of the Encryption library on servers where
Mcrypt is available.</li>
<li>Changed the default encryption mode in the Encryption library to
CBC.</li>
<li>Added an encode_from_legacy() method to provide a way to
transition encrypted data from CodeIgniter 1.x to CodeIgniter 2.x.
Please see the <a class="reference internal" href="installation/upgrade_200.html"><em>upgrade
instructions</em></a> for details.</li>
<li>Altered Form_Validation library to allow for method chaining on
set_rules(), set_message() and set_error_delimiters()
functions.</li>
<li>Altered Email Library to allow for method chaining.</li>
<li>Added request_headers(), get_request_header() and
is_ajax_request() to the input class.</li>
<li>Altered <a class="reference internal" href="libraries/user_agent.html"><em>User agent library</em></a> so that
is_browser(), is_mobile() and is_robot() can optionally check
for a specific browser or mobile device.</li>
<li>Altered <a class="reference internal" href="libraries/input.html"><em>Input library</em></a> so that post() and
get() will return all POST and GET items (respectively) if there
are no parameters passed in.</li>
</ul>
</li>
<li>Database<ul>
<li><a class="reference internal" href="database/configuration.html"><em>database configuration</em></a>.</li>
<li>Added autoinit value to <a class="reference internal" href="database/configuration.html"><em>database
configuration</em></a>.</li>
<li>Added stricton value to <a class="reference internal" href="database/configuration.html"><em>database
configuration</em></a>.</li>
<li>Added database_exists() to the <a class="reference internal" href="database/utilities.html"><em>Database Utilities
Class</em></a>.</li>
<li>Semantic change to db-&gt;version() function to allow a list of
exceptions for databases with functions to return version string
instead of specially formed SQL queries. Currently this list only
includes Oracle and SQLite.</li>
<li>Fixed a bug where driver specific table identifier protection
could lead to malformed queries in the field_data() functions.</li>
<li>Fixed a bug where an undefined class variable was referenced in
database drivers.</li>
<li>Modified the database errors to show the filename and line number
of the problematic query.</li>
<li>Removed the following deprecated functions: orwhere, orlike,
groupby, orhaving, orderby, getwhere.</li>
<li>Removed deprecated _drop_database() and _create_database()
functions from the db utility drivers.</li>
<li>Improved dbforge create_table() function for the Postgres driver.</li>
</ul>
</li>
<li>Helpers<ul>
<li>Added convert_accented_characters() function to <a class="reference internal" href="helpers/text_helper.html"><em>text
helper</em></a>.</li>
<li>Added accept-charset to the list of inserted attributes of
form_open() in the <a class="reference internal" href="helpers/form_helper.html"><em>Form Helper</em></a>.</li>
<li>Deprecated the dohash() function in favour of do_hash() for
naming consistency.</li>
<li>Non-backwards compatible change made to get_dir_file_info() in
the <a class="reference internal" href="helpers/file_helper.html"><em>File Helper</em></a>. No longer recurses
by default so as to encourage responsible use (this function can
cause server performance issues when used without caution).</li>
<li>Modified the second parameter of directory_map() in the
<a class="reference internal" href="helpers/directory_helper.html"><em>Directory Helper</em></a> to accept an
integer to specify recursion depth.</li>
<li>Modified delete_files() in the <a class="reference internal" href="helpers/file_helper.html"><em>File
Helper</em></a> to return FALSE on failure.</li>
<li>Added an optional second parameter to byte_format() in the
<a class="reference internal" href="helpers/number_helper.html"><em>Number Helper</em></a> to allow for decimal
precision.</li>
<li>Added alpha, and sha1 string types to random_string() in the
<a class="reference internal" href="helpers/string_helper.html"><em>String Helper</em></a>.</li>
<li>Modified prep_url() so as to not prepend http&amp;#58;// if the supplied
string already has a scheme.</li>
<li>Modified get_file_info in the file helper, changing filectime()
to filemtime() for dates.</li>
<li>Modified smiley_js() to add optional third parameter to return
only the javascript with no script tags.</li>
<li>The img() function of the <a class="reference internal" href="helpers/html_helper.html"><em>HTML
helper</em></a> will now generate an empty
string as an alt attribute if one is not provided.</li>
<li>If CSRF is enabled in the application config file, form_open()
will automatically insert it as a hidden field.</li>
<li>Added sanitize_filename() into the <a class="reference internal" href="helpers/security_helper.html"><em>Security
helper</em></a>.</li>
<li>Added ellipsize() to the <a class="reference internal" href="helpers/text_helper.html"><em>Text
Helper</em></a></li>
<li>Added elements() to the <a class="reference internal" href="helpers/array_helper.html"><em>Array
Helper</em></a></li>
</ul>
</li>
<li>Other Changes<ul>
<li>Added an optional second parameter to show_404() to disable
logging.</li>
<li>Updated loader to automatically apply the sub-class prefix as an
option when loading classes. Class names can be prefixed with the
standard &#8220;CI_&#8221; or the same prefix as the subclass prefix, or no
prefix at all.</li>
<li>Increased randomness with is_really_writable() to avoid file
collisions when hundreds or thousands of requests occur at once.</li>
<li>Switched some DIR_WRITE_MODE constant uses to FILE_WRITE_MODE
where files and not directories are being operated on.</li>
<li>get_mime_by_extension() is now case insensitive.</li>
<li>Added &#8220;default&#8221; to the list <a class="reference internal" href="general/reserved_names.html"><em>Reserved
Names</em></a>.</li>
<li>Added &#8216;application/x-msdownload&#8217; for .exe files and
&#8216;application/x-gzip-compressed&#8217; for .tgz files to
config/mimes.php.</li>
<li>Updated the output library to no longer compress output or send
content-length headers if the server runs with
zlib.output_compression enabled.</li>
<li>Eliminated a call to is_really_writable() on each request unless
it is really needed (Output caching)</li>
<li>Documented append_output() in the <a class="reference internal" href="libraries/output.html"><em>Output
Class</em></a>.</li>
<li>Documented a second argument in the decode() function for the
<a class="reference internal" href="libraries/encrypt.html"><em>Encrypt Class</em></a>.</li>
<li>Documented db-&gt;close().</li>
<li>Updated the router to support a default route with any number of
segments.</li>
<li>Moved _remove_invisible_characters() function from the
<a class="reference internal" href="libraries/security.html"><em>Security Library</em></a> to <a class="reference internal" href="general/common_functions.html"><em>common
functions.</em></a></li>
<li>Added audio/mpeg3 as a valid mime type for MP3.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-2-0-0">
<h3>Bug fixes for 2.0.0<a class="headerlink" href="#bug-fixes-for-2-0-0" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug where you could not change the User-Agent when sending
email.</li>
<li>Fixed a bug where the Output class would send incorrect cached output
for controllers implementing their own _output() method.</li>
<li>Fixed a bug where a failed query would not have a saved query
execution time causing errors in the Profiler</li>
<li>Fixed a bug that was writing log entries when multiple identical
helpers and plugins were loaded.</li>
<li>Fixed assorted user guide typos or examples (#10693, #8951, #7825,
#8660, #7883, #6771, #10656).</li>
<li>Fixed a language key in the profiler: &#8220;profiler_no_memory_usage&#8221;
to &#8220;profiler_no_memory&#8221;.</li>
<li>Fixed an error in the Zip library that didn&#8217;t allow downloading on
PHP 4 servers.</li>
<li>Fixed a bug in the Form Validation library where fields passed as
rule parameters were not being translated (#9132)</li>
<li>Modified inflector helper to properly pluralize words that end in
&#8216;ch&#8217; or &#8216;sh&#8217;</li>
<li>Fixed a bug in xss_clean() that was not allowing hyphens in query
strings of submitted URLs.</li>
<li>Fixed bugs in get_dir_file_info() and get_file_info() in the
File Helper with recursion, and file paths on Windows.</li>
<li>Fixed a bug where Active Record override parameter would not let you
disable Active Record if it was enabled in your database config file.</li>
<li>Fixed a bug in reduce_double_slashes() in the String Helper to
properly remove duplicate leading slashes (#7585)</li>
<li>Fixed a bug in values_parsing() of the XML-RPC library which
prevented NULL variables typed as &#8216;string&#8217; from being handled
properly.</li>
<li>Fixed a bug were form_open_multipart() didn&#8217;t accept string
attribute arguments (#10930).</li>
<li>Fixed a bug (#10470) where get_mime_by_extension() was case
sensitive.</li>
<li>Fixed a bug where some error messages for the SQLite and Oracle
drivers would not display.</li>
<li>Fixed a bug where files created with the Zip Library would result in
file creation dates of 1980.</li>
<li>Fixed a bug in the Session library that would result in PHP error
when attempting to store values with objects.</li>
<li>Fixed a bug where extending the Controller class would result in a
fatal PHP error.</li>
<li>Fixed a PHP Strict Standards Error in the index.php file.</li>
<li>Fixed a bug where getimagesize() was being needlessly checked on
non-image files in is_allowed_type().</li>
<li>Fixed a bug in the Encryption library where an empty key was not
triggering an error.</li>
<li>Fixed a bug in the Email library where CC and BCC recipients were not
reset when using the clear() method (#109).</li>
<li>Fixed a bug in the URL Helper where prep_url() could cause a PHP
error on PHP versions &lt; 5.1.2.</li>
<li>Added a log message in core/output if the cache directory config
value was not found.</li>
<li>Fixed a bug where multiple libraries could not be loaded by passing
an array to load-&gt;library()</li>
<li>Fixed a bug in the html helper where too much white space was
rendered between the src and alt tags in the img() function.</li>
<li>Fixed a bug in the profilers _compile_queries() function.</li>
<li>Fixed a bug in the date helper where the DATE_ISO8601 variable was
returning an incorrectly formatted date string.</li>
</ul>
</div>
</div>
<div class="section" id="version-1-7-2">
<h2>Version 1.7.2<a class="headerlink" href="#version-1-7-2" title="Permalink to this headline"></a></h2>
<p>Release Date: September 11, 2009
Hg Tag: v1.7.2</p>
<ul class="simple">
<li>Libraries<ul>
<li>Added a new <a class="reference internal" href="libraries/cart.html"><em>Cart Class</em></a>.</li>
<li>Added the ability to pass $config[&#8216;file_name&#8217;] for the <a class="reference internal" href="libraries/file_uploading.html"><em>File
Uploading Class</em></a> and rename the
uploaded file.</li>
<li>Changed order of listed user-agents so Safari would more
accurately report itself. (#6844)</li>
</ul>
</li>
<li>Database<ul>
<li>Switched from using gettype() in escape() to is_* methods, since
future PHP versions might change its output.</li>
<li>Updated all database drivers to handle arrays in escape_str()</li>
<li>Added escape_like_str() method for escaping strings to be used
in LIKE conditions</li>
<li>Updated Active Record to utilize the new LIKE escaping mechanism.</li>
<li>Added reconnect() method to DB drivers to try to keep alive /
reestablish a connection after a long idle.</li>
<li>Modified MSSQL driver to use mssql_get_last_message() for error
messages.</li>
</ul>
</li>
<li>Helpers<ul>
<li>Added form_multiselect() to the <a class="reference internal" href="helpers/form_helper.html"><em>Form
helper</em></a>.</li>
<li>Modified form_hidden() in the <a class="reference internal" href="helpers/form_helper.html"><em>Form
helper</em></a> to accept multi-dimensional
arrays.</li>
<li>Modified form_prep() in the <a class="reference internal" href="helpers/form_helper.html"><em>Form
helper</em></a> to keep track of prepped
fields to avoid multiple prep/mutation from subsequent calls which
can occur when using Form Validation and form helper functions to
output form fields.</li>
<li>Modified directory_map() in the <a class="reference internal" href="helpers/directory_helper.html"><em>Directory
helper</em></a> to allow the inclusion of
hidden files, and to return FALSE on failure to read directory.</li>
<li>Modified the <a class="reference internal" href="helpers/smiley_helper.html"><em>Smiley helper</em></a> to work
with multiple fields and insert the smiley at the last known
cursor position.</li>
</ul>
</li>
<li>General<ul>
<li>Compatible with PHP 5.3.0.</li>
<li>Modified <a class="reference internal" href="general/errors.html"><em>show_error()</em></a> to allow sending
of HTTP server response codes.</li>
<li>Modified <a class="reference internal" href="general/errors.html"><em>show_404()</em></a> to send 404 status
code, removing non-CGI compatible header() statement from
error_404.php template.</li>
<li>Added set_status_header() to the <a class="reference internal" href="general/common_functions.html"><em>Common
functions</em></a> to allow use when the
Output class is unavailable.</li>
<li>Added is_php() to <a class="reference internal" href="general/common_functions.html"><em>Common
functions</em></a> to facilitate PHP
version comparisons.</li>
<li>Added 2 CodeIgniter &#8220;cheatsheets&#8221; (thanks to DesignFellow.com for
this contribution).</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-1-7-2">
<h3>Bug fixes for 1.7.2<a class="headerlink" href="#bug-fixes-for-1-7-2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed assorted user guide typos or examples (#6743, #7214, #7516,
#7287, #7852, #8224, #8324, #8349).</li>
<li>Fixed a bug in the Form Validation library where multiple callbacks
weren&#8217;t working (#6110)</li>
<li>doctype helper default value was missing a &#8220;1&#8221;.</li>
<li>Fixed a bug in the language class when outputting an error for an
unfound file.</li>
<li>Fixed a bug in the Calendar library where the shortname was output
for &#8220;May&#8221;.</li>
<li>Fixed a bug with ORIG_PATH_INFO that was allowing URIs of just a
slash through.</li>
<li>Fixed a fatal error in the Oracle and ODBC drivers (#6752)</li>
<li>Fixed a bug where xml_from_result() was checking for a nonexistent
method.</li>
<li>Fixed a bug where Database Forge&#8217;s add_column and modify_column
were not looping through when sent multiple fields.</li>
<li>Fixed a bug where the File Helper was using &#8216;/&#8217; instead of the
DIRECTORY_SEPARATOR constant.</li>
<li>Fixed a bug to prevent PHP errors when attempting to use sendmail on
servers that have manually disabled the PHP popen() function.</li>
<li>Fixed a bug that would cause PHP errors in XML-RPC data if the PHP
data type did not match the specified XML-RPC type.</li>
<li>Fixed a bug in the XML-RPC class with parsing dateTime.iso8601 data
types.</li>
<li>Fixed a case sensitive string replacement in xss_clean()</li>
<li>Fixed a bug in form_textarea() where form data was not prepped
correctly.</li>
<li>Fixed a bug in form_prep() causing it to not preserve entities in
the user&#8217;s original input when called back into a form element</li>
<li>Fixed a bug in _protect_identifiers() where the swap prefix
($swap_pre) was not being observed.</li>
<li>Fixed a bug where the 400 status header sent with the &#8216;disallowed URI
characters&#8217; was not compatible with CGI environments.</li>
<li>Fixed a bug in the typography class where heading tags could have
paragraph tags inserted when using auto_typography().</li>
</ul>
</div>
</div>
<div class="section" id="version-1-7-1">
<h2>Version 1.7.1<a class="headerlink" href="#version-1-7-1" title="Permalink to this headline"></a></h2>
<p>Release Date: February 10, 2009
Hg Tag: 1.7.1</p>
<ul class="simple">
<li>Libraries<ul>
<li>Fixed an arbitrary script execution security flaw (#6068) in the
Form Validation library (thanks to hkk)</li>
<li>Changed default current page indicator in the Pagination library
to use &lt;strong&gt; instead of &lt;b&gt;</li>
<li>A &#8220;HTTP/1.1 400 Bad Request&#8221; header is now sent when disallowed
characters are encountered.</li>
<li>Added &lt;big&gt;, &lt;small&gt;, &lt;q&gt;, and &lt;tt&gt; to the Typography parser&#8217;s
inline elements.</li>
<li>Added more accurate error reporting for the Email library when
using sendmail.</li>
<li>Removed a strict type check from the rotate() function of the
<a class="reference internal" href="libraries/image_lib.html"><em>Image Manipulation Class</em></a>.</li>
<li>Added enhanced error checking in file saving in the Image library
when using the GD lib.</li>
<li>Added an additional newline between multipart email headers and
the MIME message text for better compatibility with a variety of
MUAs.</li>
<li>Made modest improvements to efficiency and accuracy of
explode_name() in the Image lib.</li>
</ul>
</li>
<li>Database<ul>
<li>Added where_in to the list of expected arguments received by
delete().</li>
</ul>
</li>
<li>Helpers<ul>
<li>Added the ability to have optgroups in form_dropdown() within the
<a class="reference internal" href="helpers/form_helper.html"><em>form helper</em></a>.</li>
<li>Added a doctype() function to the <a class="reference internal" href="helpers/html_helper.html"><em>HTML
helper</em></a>.</li>
<li>Added ability to force lowercase for url_title() in the <a class="reference internal" href="helpers/url_helper.html"><em>URL
helper</em></a>.</li>
<li>Changed the default &#8220;type&#8221; of form_button() to &#8220;button&#8221; from
&#8220;submit&#8221; in the <a class="reference internal" href="helpers/form_helper.html"><em>form helper</em></a>.</li>
<li>Changed redirect() in the URL helper to allow redirections to URLs
outside of the CI site.</li>
<li>Updated get_cookie() to try to fetch the cookie using the global
cookie prefix if the requested cookie name doesn&#8217;t exist.</li>
</ul>
</li>
<li>Other Changes<ul>
<li>Improved security in xss_clean() to help prevent attacks
targeting Internet Explorer.</li>
<li>Added &#8216;application/msexcel&#8217; to config/mimes.php for .xls files.</li>
<li>Added &#8216;proxy_ips&#8217; config item to whitelist reverse proxy servers
from which to trust the HTTP_X_FORWARDED_FOR header to to
determine the visitor&#8217;s IP address.</li>
<li>Improved accuracy of Upload::is_allowed_filetype() for images
(#6715)</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-1-7-1">
<h3>Bug fixes for 1.7.1<a class="headerlink" href="#bug-fixes-for-1-7-1" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Database<ul>
<li>Fixed a bug when doing &#8216;random&#8217; on order_by() (#5706).</li>
<li>Fixed a bug where adding a primary key through Forge could fail
(#5731).</li>
<li>Fixed a bug when using DB cache on multiple databases (#5737).</li>
<li>Fixed a bug where TRUNCATE was not considered a &#8220;write&#8221; query
(#6619).</li>
<li>Fixed a bug where csv_from_result() was checking for a
nonexistent method.</li>
<li>Fixed a bug _protect_identifiers() where it was improperly
removing all pipe symbols from items</li>
</ul>
</li>
<li>Fixed assorted user guide typos or examples (#5998, #6093, #6259,
#6339, #6432, #6521).</li>
<li>Fixed a bug in the MySQLi driver when no port is specified</li>
<li>Fixed a bug (#5702), in which the field label was not being fetched
properly, when &#8220;matching&#8221; one field to another.</li>
<li>Fixed a bug in which identifers were not being escaped properly when
reserved characters were used.</li>
<li>Fixed a bug with the regular expression used to protect submitted
paragraph tags in auto typography.</li>
<li>Fixed a bug where double dashes within tag attributes were being
converted to em dash entities.</li>
<li>Fixed a bug where double spaces within tag attributes were being
converted to non-breaking space entities.</li>
<li>Fixed some accuracy issues with curly quotes in
Typography::format_characters()</li>
<li>Changed a few docblock comments to reflect actual return values.</li>
<li>Fixed a bug with high ascii characters in subject and from email
headers.</li>
<li>Fixed a bug in xss_clean() where whitespace following a validated
character entity would not be preserved.</li>
<li>Fixed a bug where HTML comments and &lt;pre&gt; tags were being parsed in
Typography::auto_typography().</li>
<li>Fixed a bug with non-breaking space cleanup in
Typography::auto_typography().</li>
<li>Fixed a bug in database escaping where a compound statement (ie:
SUM()) wasn&#8217;t handled correctly with database prefixes.</li>
<li>Fixed a bug when an opening quote is preceded by a paragraph tag and
immediately followed by another tag.</li>
<li>Fixed a bug in the Text Helper affecting some locales where
word_censor() would not work on words beginning or ending with an
accented character.</li>
<li>Fixed a bug in the Text Helper character limiter where the provided
limit intersects the last word of the string.</li>
<li>Fixed a bug (#6342) with plural() in the Inflection helper with words
ending in &#8220;y&#8221;.</li>
<li>Fixed bug (#6517) where Routed URI segments returned by
URI::rsegment() method were incorrect for the default controller.</li>
<li>Fixed a bug (#6706) in the Security Helper where xss_clean() was
using a deprecated second argument.</li>
<li>Fixed a bug in the URL helper url_title() function where trailing
periods were allowed at the end of a URL.</li>
<li>Fixed a bug (#6669) in the Email class when CRLF&#8217;s are used for the
newline character with headers when used with the &#8220;mail&#8221; protocol.</li>
<li>Fixed a bug (#6500) where URI::A_filter_uri() was exit()ing an
error instead of using show_error().</li>
<li>Fixed a bug (#6592) in the File Helper where get_dir_file_info()
where recursion was not occurring properly.</li>
<li>Tweaked Typography::auto_typography() for some edge-cases.</li>
</ul>
</div>
</div>
<div class="section" id="version-1-7">
<h2>Version 1.7<a class="headerlink" href="#version-1-7" title="Permalink to this headline"></a></h2>
<p>Release Date: October 23, 2008
Hg Tag: 1.7.0</p>
<ul class="simple">
<li>Libraries<ul>
<li>Added a new <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation
Class</em></a>. It simplifies setting
rules and field names, supports arrays as field names, allows
groups of validation rules to be saved in a config file, and adds
some helper functions for use in view files. <strong>Please note that
the old Validation class is now deprecated</strong>. We will leave it in
the library folder for some time so that existing applications
that use it will not break, but you are encouraged to migrate to
the new version.</li>
<li>Updated the <a class="reference internal" href="libraries/sessions.html"><em>Sessions class</em></a> so that
any custom data being saved gets stored to a database rather than
the session cookie (assuming you are using a database to store
session data), permitting much more data to be saved.</li>
<li>Added the ability to store libraries in subdirectories within
either the main &#8220;libraries&#8221; or the local application &#8220;libraries&#8221;
folder. Please see the <a class="reference internal" href="libraries/loader.html"><em>Loader class</em></a> for
more info.</li>
<li>Added the ability to assign library objects to your own variable
names when you use $this-&gt;load-&gt;library(). Please see the <a class="reference internal" href="libraries/loader.html"><em>Loader
class</em></a> for more info.</li>
<li>Added controller class/method info to <a class="reference internal" href="general/profiling.html"><em>Profiler
class</em></a> and support for multiple database
connections.</li>
<li>Improved the &#8220;auto typography&#8221; feature and moved it out of the
helper into its own <a class="reference internal" href="libraries/typography.html"><em>Typography
Class</em></a>.</li>
<li>Improved performance and accuracy of xss_clean(), including
reduction of false positives on image/file tests.</li>
<li>Improved <a class="reference internal" href="libraries/parser.html"><em>Parser class</em></a> to allow
multiple calls to the parse() function. The output of each is
appended in the output.</li>
<li>Added max_filename option to set a file name length limit in the
<a class="reference internal" href="libraries/file_uploading.html"><em>File Upload Class</em></a>.</li>
<li>Added set_status_header() function to <a class="reference internal" href="libraries/output.html"><em>Output
class</em></a>.</li>
<li>Modified <a class="reference internal" href="libraries/pagination.html"><em>Pagination</em></a> class to only
output the &#8220;First&#8221; link when the link for page one would not be
shown.</li>
<li>Added support for mb_strlen in the <a class="reference internal" href="libraries/form_validation.html"><em>Form
Validation</em></a> class so that
multi-byte languages will calculate string lengths properly.</li>
</ul>
</li>
<li>Database<ul>
<li>Improved Active Record class to allow full path column and table
names: hostname.database.table.column. Also improved the alias
handling.</li>
<li>Improved how table and column names are escaped and prefixed. It
now honors full path names when adding prefixes and escaping.</li>
<li>Added Active Record caching feature to &#8220;update&#8221; and &#8220;delete&#8221;
functions.</li>
<li>Added removal of non-printing control characters in escape_str()
of DB drivers that do not have native PHP escaping mechanisms
(mssql, oci8, odbc), to avoid potential SQL errors, and possible
sources of SQL injection.</li>
<li>Added port support to MySQL, MySQLi, and MS SQL database drivers.</li>
<li>Added driver name variable in each DB driver, based on bug report
#4436.</li>
</ul>
</li>
<li>Helpers<ul>
<li>Added several new &#8220;setting&#8221; functions to the <a class="reference internal" href="helpers/form_helper.html"><em>Form
helper</em></a> that allow POST data to be
retrieved and set into forms. These are intended to be used on
their own, or with the new <a class="reference internal" href="libraries/form_validation.html"><em>Form Validation
Class</em></a>.</li>
<li>Added current_url() and uri_segments() to <a class="reference internal" href="helpers/url_helper.html"><em>URL
helper</em></a>.</li>
<li>Altered auto_link() in the <a class="reference internal" href="helpers/url_helper.html"><em>URL
helper</em></a> so that email addresses with
&#8220;+&#8221; included will be linked.</li>
<li>Added meta() function to <a class="reference internal" href="helpers/html_helper.html"><em>HTML
helper</em></a>.</li>
<li>Improved accuracy of calculations in <a class="reference internal" href="helpers/number_helper.html"><em>Number
helper</em></a>.</li>
<li>Removed added newlines (&#8220;\n&#8221;) from most form and html helper
functions.</li>
<li>Tightened up validation in the <a class="reference internal" href="helpers/date_helper.html"><em>Date
helper</em></a> function human_to_unix(),
and eliminated the POSIX regex.</li>
<li>Updated <a class="reference internal" href="helpers/date_helper.html"><em>Date helper</em></a> to match the
world&#8217;s current time zones and offsets.</li>
<li>Modified url_title() in the <a class="reference internal" href="helpers/url_helper.html"><em>URL
helper</em></a> to remove characters and digits
that are part of character entities, to allow dashes, underscores,
and periods regardless of the $separator, and to allow uppercase
characters.</li>
<li>Added support for arbitrary attributes in anchor_popup() of the
<a class="reference internal" href="helpers/url_helper.html"><em>URL helper</em></a>.</li>
</ul>
</li>
<li>Other Changes<ul>
<li>Added <a class="reference internal" href="general/styleguide.html"><em>PHP Style Guide</em></a> to docs.</li>
<li>Added sanitization in xss_clean() for a deprecated HTML tag that
could be abused in user input in Internet Explorer.</li>
<li>Added a few openxml document mime types, and an additional mobile
agent to mimes.php and user_agents.php respectively.</li>
<li>Added a file lock check during caching, before trying to write to
the file.</li>
<li>Modified Cookie key cleaning to unset a few troublesome key names
that can be present in certain environments, preventing CI from
halting execution.</li>
<li>Changed the output of the profiler to use style attribute rather
than clear, and added the id &#8220;codeigniter_profiler&#8221; to the
container div.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-1-7-0">
<h3>Bug fixes for 1.7.0<a class="headerlink" href="#bug-fixes-for-1-7-0" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed bug in xss_clean() that could remove some desirable tag
attributes.</li>
<li>Fixed assorted user guide typos or examples (#4807, #4812, #4840,
#4862, #4864, #4899, #4930, #5006, #5071, #5158, #5229, #5254,
#5351).</li>
<li>Fixed an edit from 1.6.3 that made the $robots array in
user_agents.php go poof.</li>
<li>Fixed a bug in the <a class="reference internal" href="libraries/email.html"><em>Email library</em></a> with
quoted-printable encoding improperly encoding space and tab
characters.</li>
<li>Modified XSS sanitization to no longer add semicolons after &amp;[single
letter], such as in M&amp;M&#8217;s, B&amp;B, etc.</li>
<li>Modified XSS sanitization to no longer strip XHTML image tags of
closing slashes.</li>
<li>Fixed a bug in the Session class when database sessions are used
where upon session update all userdata would be errantly written to
the session cookie.</li>
<li>Fixed a bug (#4536) in backups with the MySQL driver where some
legacy code was causing certain characters to be double escaped.</li>
<li>Fixed a routing bug (#4661) that occurred when the default route
pointed to a subfolder.</li>
<li>Fixed the spelling of &#8220;Dhaka&#8221; in the timezone_menu() function of the
<a class="reference internal" href="helpers/date_helper.html"><em>Date helper.</em></a></li>
<li>Fixed the spelling of &#8220;raspberry&#8221; in config/smileys.php.</li>
<li>Fixed incorrect parenthesis in form_open() function (#5135).</li>
<li>Fixed a bug that was ignoring case when comparing controller methods
(#4560).</li>
<li>Fixed a bug (#4615) that was not setting SMTP authorization settings
when using the initialize function.</li>
<li>Fixed a bug in highlight_code() in the <a class="reference internal" href="helpers/text_helper.html"><em>Text
helper</em></a> that would leave a stray &lt;/span&gt;
in certain cases.</li>
<li>Fixed Oracle bug (#3306) that was preventing multiple queries in one
action.</li>
<li>Fixed ODBC bug that was ignoring connection params due to its use of
a constructor.</li>
<li>Fixed a DB driver bug with num_rows() that would cause an error with
the Oracle driver.</li>
<li>Fixed MS SQL bug (#4915). Added brackets around database name in MS
SQL driver when selecting the database, in the event that reserved
characters are used in the name.</li>
<li>Fixed a DB caching bug (4718) in which the path was incorrect when no
URI segments were present.</li>
<li>Fixed Image_lib class bug #4562. A path was not defined for NetPBM.</li>
<li>Fixed Image_lib class bug #4532. When cropping an image with
identical height/width settings on output, a copy is made.</li>
<li>Fixed DB_driver bug (4900), in which a database error was not being
logged correctly.</li>
<li>Fixed DB backup bug in which field names were not being escaped.</li>
<li>Fixed a DB Active Record caching bug in which multiple calls to
cached data were not being honored.</li>
<li>Fixed a bug in the Session class that was disallowing slashes in the
serialized array.</li>
<li>Fixed a Form Validation bug in which the &#8220;isset&#8221; error message was
being trigged by the &#8220;required&#8221; rule.</li>
<li>Fixed a spelling error in a Loader error message.</li>
<li>Fixed a bug (5050) with IP validation with empty segments.</li>
<li>Fixed a bug in which the parser was being greedy if multiple
identical sets of tags were encountered.</li>
</ul>
</div>
</div>
<div class="section" id="version-1-6-3">
<h2>Version 1.6.3<a class="headerlink" href="#version-1-6-3" title="Permalink to this headline"></a></h2>
<p>Release Date: June 26, 2008
Hg Tag: v1.6.3</p>
<p>Version 1.6.3 is a security and maintenance release and is recommended
for all users.</p>
<ul class="simple">
<li>Database<ul>
<li>Modified MySQL/MySQLi Forge class to give explicit names to keys</li>
<li>Added ability to set multiple column non-primary keys to the
<a class="reference internal" href="database/forge.html"><em>Forge class</em></a></li>
<li>Added ability to set additional database config values in <a class="reference internal" href="database/connecting.html"><em>DSN
connections</em></a> via the query string.</li>
</ul>
</li>
<li>Libraries<ul>
<li>Set the mime type check in the <a class="reference internal" href="libraries/file_uploading.html"><em>Upload
class</em></a> to reference the global
mimes variable.</li>
<li>Added support for query strings to the <a class="reference internal" href="libraries/pagination.html"><em>Pagination
class</em></a>, automatically detected or
explicitly declared.</li>
<li>Added get_post() to the <a class="reference internal" href="libraries/input.html"><em>Input class</em></a>.</li>
<li>Documented get() in the <a class="reference internal" href="libraries/input.html"><em>Input class</em></a>.</li>
<li>Added the ability to automatically output language items as form
labels in the <a class="reference internal" href="libraries/language.html"><em>Language class</em></a>.</li>
</ul>
</li>
<li>Helpers<ul>
<li>Added a <a class="reference internal" href="helpers/language_helper.html"><em>Language helper</em></a>.</li>
<li>Added a <a class="reference internal" href="helpers/number_helper.html"><em>Number helper</em></a>.</li>
<li><a class="reference internal" href="helpers/form_helper.html"><em>Form helper</em></a> refactored to allow
form_open() and form_fieldset() to accept arrays or strings as
arguments.</li>
</ul>
</li>
<li>Other changes<ul>
<li>Improved security in xss_clean().</li>
<li>Removed an unused Router reference in _display_cache().</li>
<li>Added ability to <a class="reference internal" href="libraries/input.html"><em>use xss_clean() to test
images</em></a> for XSS, useful for upload
security.</li>
<li>Considerably expanded list of mobile user-agents in
config/user_agents.php.</li>
<li>Charset information in the userguide has been moved above title
for internationalization purposes (#4614).</li>
<li>Added &#8220;Using Associative Arrays In a Request Parameter&#8221; example to
the <a class="reference internal" href="libraries/xmlrpc.html"><em>XMLRPC userguide page</em></a>.</li>
<li>Removed maxlength and size as automatically added attributes of
form_input() in the <a class="reference internal" href="helpers/form_helper.html"><em>form helper</em></a>.</li>
<li>Documented the language file use of byte_format() in the <a class="reference internal" href="helpers/number_helper.html"><em>number
helper</em></a>.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-1-6-3">
<h3>Bug fixes for 1.6.3<a class="headerlink" href="#bug-fixes-for-1-6-3" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Added a language key for valid_emails in validation_lang.php.</li>
<li>Amended fixes for bug (#3419) with parsing DSN database connections.</li>
<li>Moved the _has_operator() function (#4535) into DB_driver from
DB_active_rec.</li>
<li>Fixed a syntax error in upload_lang.php.</li>
<li>Fixed a bug (#4542) with a regular expression in the Image library.</li>
<li>Fixed a bug (#4561) where orhaving() wasn&#8217;t properly passing values.</li>
<li>Removed some unused variables from the code (#4563).</li>
<li>Fixed a bug where having() was not adding an = into the statement
(#4568).</li>
<li>Fixed assorted user guide typos or examples (#4574, #4706).</li>
<li>Added quoted-printable headers to Email class when the multi-part
override is used.</li>
<li>Fixed a double opening &lt;p&gt; tag in the index pages of each system
directory.</li>
</ul>
</div>
</div>
<div class="section" id="version-1-6-2">
<h2>Version 1.6.2<a class="headerlink" href="#version-1-6-2" title="Permalink to this headline"></a></h2>
<p>Release Date: May 13, 2008
Hg Tag: 1.6.2</p>
<ul class="simple">
<li>Active Record<ul>
<li>Added the ability to prevent escaping in having() clauses.</li>
<li>Added rename_table() into <a class="reference internal" href="database/forge.html"><em>DBForge</em></a>.</li>
<li>Fixed a bug that wasn&#8217;t allowing escaping to be turned off if the
value of a query was NULL.</li>
<li>DB Forge is now assigned to any models that exist after loading
(#3457).</li>
</ul>
</li>
<li>Database<ul>
<li>Added <a class="reference internal" href="database/transactions.html"><em>Strict Mode</em></a> to database
transactions.</li>
<li>Escape behaviour in where() clauses has changed; values in those
with the &#8220;FALSE&#8221; argument are no longer escaped (ie: quoted).</li>
</ul>
</li>
<li>Config<ul>
<li>Added &#8216;application/vnd.ms-powerpoint&#8217; to list of mime types.</li>
<li>Added &#8216;audio/mpg&#8217; to list of mime types.</li>
<li>Added new user-modifiable file constants.php containing file mode
and fopen constants.</li>
<li>Added the ability to set CRLF settings via config in the
<a class="reference internal" href="libraries/email.html"><em>Email</em></a> class.</li>
</ul>
</li>
<li>Libraries<ul>
<li>Added increased security for filename handling in the Upload
library.</li>
<li>Added increased security for sessions for client-side data
tampering.</li>
<li>The MySQLi forge class is now in sync with MySQL forge.</li>
<li>Added the ability to set CRLF settings via config in the
<a class="reference internal" href="libraries/email.html"><em>Email</em></a> class.</li>
<li><a class="reference internal" href="libraries/unit_testing.html"><em>Unit Testing</em></a> results are now
colour coded, and a change was made to the default template of
results.</li>
<li>Added a valid_emails rule to the Validation class.</li>
<li>The <a class="reference internal" href="libraries/zip.html"><em>Zip class</em></a> now exits within download().</li>
<li>The <a class="reference internal" href="libraries/zip.html"><em>Zip class</em></a> has undergone a substantial
re-write for speed and clarity (thanks stanleyxu for the hard work
and code contribution in bug report #3425!)</li>
</ul>
</li>
<li>Helpers<ul>
<li>Added a Compatibility
Helper for using some common
PHP 5 functions safely in applications that might run on PHP 4
servers (thanks Seppo for the hard work and code contribution!)</li>
<li>Added form_button() in the <a class="reference internal" href="helpers/form_helper.html"><em>Form
helper</em></a>.</li>
<li>Changed the radio() and checkbox() functions to default to not
checked by default.</li>
<li>Added the ability to include an optional HTTP Response Code in the
redirect() function of the <a class="reference internal" href="helpers/url_helper.html"><em>URL
Helper</em></a>.</li>
<li>Modified img() in the <a class="reference internal" href="helpers/html_helper.html"><em>HTML Helper</em></a> to
remove an unneeded space (#4208).</li>
<li>Modified anchor() in the <a class="reference internal" href="helpers/url_helper.html"><em>URL helper</em></a>
to no longer add a default title= attribute (#4209).</li>
<li>The <a class="reference internal" href="helpers/download_helper.html"><em>Download helper</em></a> now exits
within force_download().</li>
<li>Added get_dir_file_info(), get_file_info(), and
get_mime_by_extension() to the <a class="reference internal" href="helpers/file_helper.html"><em>File
Helper</em></a>.</li>
<li>Added symbolic_permissions() and octal_permissions() to the
<a class="reference internal" href="helpers/file_helper.html"><em>File helper</em></a>.</li>
</ul>
</li>
<li>Plugins<ul>
<li>Modified captcha generation to first look for the function
imagecreatetruecolor, and fallback to imagecreate if it isn&#8217;t
available (#4226).</li>
</ul>
</li>
<li>Other Changes<ul>
<li>Added ability for <a class="reference internal" href="libraries/input.html"><em>xss_clean()</em></a> to accept
arrays.</li>
<li>Removed closing PHP tags from all PHP files to avoid accidental
output and potential &#8216;cannot modify headers&#8217; errors.</li>
<li>Removed &#8220;scripts&#8221; from the auto-load search path. Scripts were
deprecated in Version 1.4.1 (September 21, 2006). If you still
need to use them for legacy reasons, they must now be manually
loaded in each Controller.</li>
<li>Added a <a class="reference internal" href="general/reserved_names.html"><em>Reserved Names</em></a> page to
the userguide, and migrated reserved controller names into it.</li>
<li>Added a <a class="reference internal" href="general/common_functions.html"><em>Common Functions</em></a> page
to the userguide for globally available functions.</li>
<li>Improved security and performance of xss_clean().</li>
</ul>
</li>
</ul>
<div class="section" id="bugfixes-for-1-6-2">
<h3>Bugfixes for 1.6.2<a class="headerlink" href="#bugfixes-for-1-6-2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug where SET queries were not being handled as &#8220;write&#8221;
queries.</li>
<li>Fixed a bug (#3191) with ORIG_PATH_INFO URI parsing.</li>
<li>Fixed a bug in DB Forge, when inserting an id field (#3456).</li>
<li>Fixed a bug in the table library that could cause identically
constructed rows to be dropped (#3459).</li>
<li>Fixed DB Driver and MySQLi result driver checking for resources
instead of objects (#3461).</li>
<li>Fixed an AR_caching error where it wasn&#8217;t tracking table aliases
(#3463).</li>
<li>Fixed a bug in AR compiling, where select statements with arguments
got incorrectly escaped (#3478).</li>
<li>Fixed an incorrect documentation of $this-&gt;load-&gt;language (#3520).</li>
<li>Fixed bugs (#3523, #4350) in get_filenames() with recursion and
problems with Windows when $include_path is used.</li>
<li>Fixed a bug (#4153) in the XML-RPC class preventing dateTime.iso8601
from being used.</li>
<li>Fixed an AR bug with or_where_not_in() (#4171).</li>
<li>Fixed a bug with <a class="reference internal" href="libraries/input.html"><em>xss_clean()</em></a> that would
add semicolons to GET URI variable strings.</li>
<li>Fixed a bug (#4206) in the Directory Helper where the directory
resource was not being closed, and minor improvements.</li>
<li>Fixed a bug in the FTP library where delete_dir() was not working
recursively (#4215).</li>
<li>Fixed a Validation bug when set_rules() is used with a non-array
field name and rule (#4220).</li>
<li>Fixed a bug (#4223) where DB caching would not work for returned DB
objects or multiple DB connections.</li>
<li>Fixed a bug in the Upload library that might output the same error
twice (#4390).</li>
<li>Fixed an AR bug when joining with a table alias and table prefix
(#4400).</li>
<li>Fixed a bug in the DB class testing the $params argument.</li>
<li>Fixed a bug in the Table library where the integer 0 in cell data
would be displayed as a blank cell.</li>
<li>Fixed a bug in link_tag() of the <a class="reference internal" href="helpers/url_helper.html"><em>URL
helper</em></a> where a key was passed instead of
a value.</li>
<li>Fixed a bug in DB_result::row() that prevented it from returning
individual fields with MySQL NULL values.</li>
<li>Fixed a bug where SMTP emails were not having dot transformation
performed on lines that begin with a dot.</li>
<li>Fixed a bug in display_error() in the DB driver that was
instantiating new Language and Exception objects, and not using the
error heading.</li>
<li>Fixed a bug (#4413) where a URI containing slashes only e.g.
&#8216;http&amp;#58;//example.com/index.php?//&#8217; would result in PHP errors</li>
<li>Fixed an array to string conversion error in the Validation library
(#4425)</li>
<li>Fixed bug (#4451, #4299, #4339) where failed transactions will not
rollback when debug mode is enabled.</li>
<li>Fixed a bug (#4506) with overlay_watermark() in the Image library
preventing support for PNG-24s with alpha transparency</li>
<li>Fixed assorted user guide typos (#3453, #4364, #4379, #4399, #4408,
#4412, #4448, #4488).</li>
</ul>
</div>
</div>
<div class="section" id="version-1-6-1">
<h2>Version 1.6.1<a class="headerlink" href="#version-1-6-1" title="Permalink to this headline"></a></h2>
<p>Release Date: February 12, 2008
Hg Tag: 1.6.1</p>
<ul class="simple">
<li>Active Record<ul>
<li>Added <a class="reference internal" href="database/query_builder.html#ar-caching"><em>Active Record
Caching</em></a>.</li>
<li>Made Active Record fully database-prefix aware.</li>
</ul>
</li>
<li>Database drivers<ul>
<li>Added support for setting client character set and collation for
MySQLi.</li>
</ul>
</li>
<li>Core Changes<ul>
<li>Modified xss_clean() to be more intelligent with its handling of
URL encoded strings.</li>
<li>Added $_SERVER, $_FILES, $_ENV, and $_SESSION to sanitization
of globals.</li>
<li>Added a <a class="reference internal" href="helpers/path_helper.html"><em>Path Helper</em></a>.</li>
<li>Simplified _reindex_segments() in the URI class.</li>
<li>Escaped the &#8216;-&#8216; in the default &#8216;permitted_uri_chars&#8217; config
item, to prevent errors if developers just try to add additional
characters to the end of the default expression.</li>
<li>Modified method calling to controllers to show a 404 when a
private or protected method is accessed via a URL.</li>
<li>Modified framework initiated 404s to log the controller and method
for invalid requests.</li>
</ul>
</li>
<li>Helpers<ul>
<li>Modified get_filenames() in the File Helper to return FALSE if
the $source_dir is not readable.</li>
</ul>
</li>
</ul>
<div class="section" id="bugfixes-for-1-6-1">
<h3>Bugfixes for 1.6.1<a class="headerlink" href="#bugfixes-for-1-6-1" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Deprecated is_numeric as a validation rule. Use of numeric and
integer are preferred.</li>
<li>Fixed bug (#3379) in DBForge with SQLite for table creation.</li>
<li>Made Active Record fully database prefix aware (#3384).</li>
<li>Fixed a bug where DBForge was outputting invalid SQL in Postgres by
adding brackets around the tables in FROM.</li>
<li>Changed the behaviour of Active Record&#8217;s update() to make the WHERE
clause optional (#3395).</li>
<li>Fixed a bug (#3396) where certain POST variables would cause a PHP
warning.</li>
<li>Fixed a bug in query binding (#3402).</li>
<li>Changed order of SQL keywords in the Profiler $highlight array so OR
would not be highlighted before ORDER BY.</li>
<li>Fixed a bug (#3404) where the MySQLi driver was testing if
$this-&gt;conn_id was a resource instead of an object.</li>
<li>Fixed a bug (#3419) connecting to a database via a DSN string.</li>
<li>Fixed a bug (#3445) where the routed segment array was not re-indexed
to begin with 1 when the default controller is used.</li>
<li>Fixed assorted user guide typos.</li>
</ul>
</div>
</div>
<div class="section" id="version-1-6-0">
<h2>Version 1.6.0<a class="headerlink" href="#version-1-6-0" title="Permalink to this headline"></a></h2>
<p>Release Date: January 30, 2008</p>
<ul class="simple">
<li>DBForge<ul>
<li>Added <a class="reference internal" href="database/forge.html"><em>DBForge</em></a> to the database tools.</li>
<li>Moved create_database() and drop_database() into
<a class="reference internal" href="database/forge.html"><em>DBForge</em></a>.</li>
<li>Added add_field(), add_key(), create_table(), drop_table(),
add_column(), drop_column(), modify_column() into
<a class="reference internal" href="database/forge.html"><em>DBForge</em></a>.</li>
</ul>
</li>
<li>Active Record<ul>
<li>Added protect_identifiers() in <a class="reference internal" href="database/query_builder.html"><em>Active
Record</em></a>.</li>
<li>All AR queries are backticked if appropriate to the database.</li>
<li>Added where_in(), or_where_in(), where_not_in(),
or_where_not_in(), not_like() and or_not_like() to <a class="reference internal" href="database/query_builder.html"><em>Active
Record</em></a>.</li>
<li>Added support for limit() into update() and delete() statements in
<a class="reference internal" href="database/query_builder.html"><em>Active Record</em></a>.</li>
<li>Added empty_table() and truncate_table() to <a class="reference internal" href="database/query_builder.html"><em>Active
Record</em></a>.</li>
<li>Added the ability to pass an array of tables to the delete()
statement in <a class="reference internal" href="database/query_builder.html"><em>Active Record</em></a>.</li>
<li>Added count_all_results() function to <a class="reference internal" href="database/query_builder.html"><em>Active
Record</em></a>.</li>
<li>Added select_max(), select_min(), select_avg() and
select_sum() to <a class="reference internal" href="database/query_builder.html"><em>Active Record</em></a>.</li>
<li>Added the ability to use aliases with joins in <a class="reference internal" href="database/query_builder.html"><em>Active
Record</em></a>.</li>
<li>Added a third parameter to Active Record&#8217;s like() clause to
control where the wildcard goes.</li>
<li>Added a third parameter to set() in <a class="reference internal" href="database/query_builder.html"><em>Active
Record</em></a> that withholds escaping
data.</li>
<li>Changed the behaviour of variables submitted to the where() clause
with no values to auto set &#8220;IS NULL&#8221;</li>
</ul>
</li>
<li>Other Database Related<ul>
<li>MySQL driver now requires MySQL 4.1+</li>
<li>Added $this-&gt;DB-&gt;save_queries variable to DB driver, enabling
queries to get saved or not. Previously they were always saved.</li>
<li>Added $this-&gt;db-&gt;dbprefix() to manually add database prefixes.</li>
<li>Added &#8216;random&#8217; as an order_by() option , and removed &#8220;rand()&#8221; as
a listed option as it was MySQL only.</li>
<li>Added a check for NULL fields in the MySQL database backup
utility.</li>
<li>Added &#8220;constrain_by_prefix&#8221; parameter to db-&gt;list_table()
function. If set to TRUE it will limit the result to only table
names with the current prefix.</li>
<li>Deprecated from Active Record; getwhere() for get_where();
groupby() for group_by(); havingor() for having_or(); orderby()
for order_by; orwhere() for or_where(); and orlike() for
or_like().</li>
<li>Modified csv_from_result() to output CSV data more in the spirit
of basic rules of RFC 4180.</li>
<li>Added &#8216;char_set&#8217; and &#8216;dbcollat&#8217; database configuration settings,
to explicitly set the client communication properly.</li>
<li>Removed &#8216;active_r&#8217; configuration setting and replaced with a
global $active_record setting, which is more in harmony with the
global nature of the behavior (#1834).</li>
</ul>
</li>
<li>Core changes<ul>
<li>Added ability to load multiple views, whose content will be
appended to the output in the order loaded.</li>
<li>Added the ability to <a class="reference internal" href="general/autoloader.html"><em>auto-load</em></a>
<a class="reference internal" href="general/models.html"><em>Models</em></a>.</li>
<li>Reorganized the URI and Routes classes for better clarity.</li>
<li>Added Compat.php to allow function overrides for older versions of
PHP or PHP environments missing certain extensions / libraries</li>
<li>Added memory usage, GET, URI string data, and individual query
execution time to Profiler output.</li>
<li>Deprecated Scaffolding.</li>
<li>Added is_really_writable() to Common.php to provide a
cross-platform reliable method of testing file/folder writability.</li>
</ul>
</li>
<li>Libraries<ul>
<li>Changed the load protocol of Models to allow for extension.</li>
<li>Strengthened the Encryption library to help protect against man in
the middle attacks when MCRYPT_MODE_CBC mode is used.</li>
<li>Added Flashdata variables, session_id regeneration and
configurable session update times to the <a class="reference internal" href="libraries/sessions.html"><em>Session
class.</em></a></li>
<li>Removed &#8216;last_visit&#8217; from the Session class.</li>
<li>Added a language entry for valid_ip validation error.</li>
<li>Modified prep_for_form() in the Validation class to accept
arrays, adding support for POST array validation (via callbacks
only)</li>
<li>Added an &#8220;integer&#8221; rule into the Validation library.</li>
<li>Added valid_base64() to the Validation library.</li>
<li>Documented clear() in the <a class="reference internal" href="libraries/image_lib.html"><em>Image
Processing</em></a> library.</li>
<li>Changed the behaviour of custom callbacks so that they no longer
trigger the &#8220;required&#8221; rule.</li>
<li>Modified Upload class $_FILES error messages to be more precise.</li>
<li>Moved the safe mode and auth checks for the Email library into the
constructor.</li>
<li>Modified variable names in _ci_load() method of Loader class to
avoid conflicts with view variables.</li>
<li>Added a few additional mime type variations for CSV.</li>
<li>Enabled the &#8216;system&#8217; methods for the XML-RPC Server library,
except for &#8216;system.multicall&#8217; which is still disabled.</li>
</ul>
</li>
<li>Helpers &amp; Plugins<ul>
<li>Added link_tag() to the <a class="reference internal" href="helpers/html_helper.html"><em>HTML
helper.</em></a></li>
<li>Added img() to the <a class="reference internal" href="helpers/html_helper.html"><em>HTML helper.</em></a></li>
<li>Added ability to <a class="reference internal" href="general/helpers.html"><em>&#8220;extend&#8221; Helpers</em></a>.</li>
<li>Added an <a class="reference internal" href="helpers/email_helper.html"><em>email helper</em></a> into core
helpers.</li>
<li>Added strip_quotes() function to <a class="reference internal" href="helpers/string_helper.html"><em>string
helper</em></a>.</li>
<li>Added reduce_multiples() function to <a class="reference internal" href="helpers/string_helper.html"><em>string
helper</em></a>.</li>
<li>Added quotes_to_entities() function to <a class="reference internal" href="helpers/string_helper.html"><em>string
helper</em></a>.</li>
<li>Added form_fieldset(), form_fieldset_close(), form_label(),
and form_reset() function to <a class="reference internal" href="helpers/form_helper.html"><em>form
helper</em></a>.</li>
<li>Added support for external urls in form_open().</li>
<li>Removed support for db_backup in MySQLi due to incompatible
functions.</li>
<li>Javascript Calendar plugin now uses the months and days from the
calendar language file, instead of hard-coded values,
internationalizing it.</li>
</ul>
</li>
<li>Documentation Changes<ul>
<li>Added Writing Documentation section
for the community to use in writing their own documentation.</li>
<li>Added titles to all user manual pages.</li>
<li>Added attributes into &lt;html&gt; of userguide for valid html.</li>
<li>Added <a class="reference internal" href="libraries/zip.html"><em>Zip Encoding Class</em></a>
to the table of contents of the userguide.</li>
<li>Moved part of the userguide menu javascript to an external file.</li>
<li>Documented distinct() in <a class="reference internal" href="database/query_builder.html"><em>Active
Record</em></a>.</li>
<li>Documented the timezones() function in the <a class="reference internal" href="helpers/date_helper.html"><em>Date
Helper</em></a>.</li>
<li>Documented unset_userdata in the <a class="reference internal" href="libraries/sessions.html"><em>Session
class</em></a>.</li>
<li>Documented 2 config options to the <a class="reference internal" href="database/configuration.html"><em>Database
configuration</em></a> page.</li>
</ul>
</li>
</ul>
<div class="section" id="bug-fixes-for-version-1-6-0">
<h3>Bug fixes for Version 1.6.0<a class="headerlink" href="#bug-fixes-for-version-1-6-0" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Fixed a bug (#1813) preventing using $CI-&gt;db in the same application
with returned database objects.</li>
<li>Fixed a bug (#1842) where the $this-&gt;uri-&gt;rsegments array would not
include the &#8216;index&#8217; method if routed to the controller without an
implicit method.</li>
<li>Fixed a bug (#1872) where word_limiter() was not retaining
whitespace.</li>
<li>Fixed a bug (#1890) in csv_from_result() where content that
included the delimiter would break the file.</li>
<li>Fixed a bug (#2542)in the clean_email() method of the Email class to
allow for non-numeric / non-sequential array keys.</li>
<li>Fixed a bug (#2545) in _html_entity_decode_callback() when
&#8216;global_xss_filtering&#8217; is enabled.</li>
<li>Fixed a bug (#2668) in the <a class="reference internal" href="libraries/parser.html"><em>parser class</em></a>
where numeric data was ignored.</li>
<li>Fixed a bug (#2679) where the &#8220;previous&#8221; pagination link would get
drawn on the first page.</li>
<li>Fixed a bug (#2702) in _object_to_array that broke some types of
inserts and updates.</li>
<li>Fixed a bug (#2732) in the SQLite driver for PHP 4.</li>
<li>Fixed a bug (#2754) in Pagination to scan for non-positive
num_links.</li>
<li>Fixed a bug (#2762) in the <a class="reference internal" href="libraries/sessions.html"><em>Session
library</em></a> where user agent matching would
fail on user agents ending with a space.</li>
<li>Fixed a bug (#2784) $field_names[] vs $Ffield_names[] in postgres
and sqlite drivers.</li>
<li>Fixed a bug (#2810) in the typography helper causing extraneous
paragraph tags when string contains tags.</li>
<li>Fixed a bug (#2849) where arguments passed to a subfolder controller
method would be incorrectly shifted, dropping the 3rd segment value.</li>
<li>Fixed a bug (#2858) which referenced a wrong variable in the Image
class.</li>
<li>Fixed a bug (#2875)when loading plugin files as _plugin. and not
_pi.</li>
<li>Fixed a bug (#2912) in get_filenames() in the <a class="reference internal" href="helpers/file_helper.html"><em>File
Helper</em></a> where the array wasn&#8217;t cleared
after each call.</li>
<li>Fixed a bug (#2974) in highlight_phrase() that caused an error with
slashes.</li>
<li>Fixed a bug (#3003) in the Encryption Library to support modes other
than MCRYPT_MODE_ECB</li>
<li>Fixed a bug (#3015) in the <a class="reference internal" href="libraries/user_agent.html"><em>User Agent
library</em></a> where more than 2 languages
where not reported with languages().</li>
<li>Fixed a bug (#3017) in the <a class="reference internal" href="libraries/email.html"><em>Email</em></a> library
where some timezones were calculated incorrectly.</li>
<li>Fixed a bug (#3024) in which master_dim wasn&#8217;t getting reset by
clear() in the Image library.</li>
<li>Fixed a bug (#3156) in Text Helper highlight_code() causing PHP tags
to be handled incorrectly.</li>
<li>Fixed a bug (#3166) that prevented num_rows from working in Oracle.</li>
<li>Fixed a bug (#3175) preventing certain libraries from working
properly when autoloaded in PHP 4.</li>
<li>Fixed a bug (#3267) in the Typography Helper where unordered list was
listed &#8220;un.</li>
<li>Fixed a bug (#3268) where the Router could leave &#8216;/&#8217; as the path.</li>
<li>Fixed a bug (#3279) where the Email class was sending the wrong
Content-Transfer-Encoding for some character sets.</li>
<li>Fixed a bug (#3284) where the rsegment array would not be set
properly if the requested URI contained more segments than the routed
URI.</li>
<li>Removed extraneous load of $CFG in _display_cache() of the Output
class (#3285).</li>
<li>Removed an extraneous call to loading models (#3286).</li>
<li>Fixed a bug (#3310) with sanitization of globals in the Input class
that could unset CI&#8217;s global variables.</li>
<li>Fixed a bug (#3314) which would cause the top level path to be
deleted in delete_files() of the File helper.</li>
<li>Fixed a bug (#3328) where the smiley helper might return an undefined
variable.</li>
<li>Fixed a bug (#3330) in the FTP class where a comparison wasn&#8217;t
getting made.</li>
<li>Removed an unused parameter from Profiler (#3332).</li>
<li>Fixed a bug in database driver where num_rows property wasn&#8217;t
getting updated.</li>
<li>Fixed a bug in the <a class="reference internal" href="libraries/file_uploading.html"><em>upload
library</em></a> when allowed_files
wasn&#8217;t defined.</li>
<li>Fixed a bug in word_wrap() of the Text Helper that incorrectly
referenced an object.</li>
<li>Fixed a bug in Validation where valid_ip() wasn&#8217;t called properly.</li>
<li>Fixed a bug in Validation where individual error messages for
checkboxes wasn&#8217;t supported.</li>
<li>Fixed a bug in captcha calling an invalid PHP function.</li>
<li>Fixed a bug in the cookie helper &#8220;set_cookie&#8221; function. It was not
honoring the config settings.</li>
<li>Fixed a bug that was making validation callbacks required even when
not set as such.</li>
<li>Fixed a bug in the XML-RPC library so if a type is specified, a more
intelligent decision is made as to the default type.</li>
<li>Fixed an example of comma-separated emails in the email library
documentation.</li>
<li>Fixed an example in the Calendar library for Showing Next/Previous
Month Links.</li>
<li>Fixed a typo in the database language file.</li>
<li>Fixed a typo in the image language file &#8220;suppor&#8221; to &#8220;support&#8221;.</li>
<li>Fixed an example for XML RPC.</li>
<li>Fixed an example of accept_charset() in the <a class="reference internal" href="libraries/user_agent.html"><em>User Agent
Library</em></a>.</li>
<li>Fixed a typo in the docblock comments that had CodeIgniter spelled
CodeIgnitor.</li>
<li>Fixed a typo in the <a class="reference internal" href="helpers/string_helper.html"><em>String Helper</em></a>
(uniquid changed to uniqid).</li>
<li>Fixed typos in the email Language class
(email_attachment_unredable, email_filed_smtp_login), and FTP
Class (ftp_unable_to_remame).</li>
<li>Added a stripslashes() into the Upload Library.</li>
<li>Fixed a series of grammatical and spelling errors in the language
files.</li>
<li>Fixed assorted user guide typos.</li>
</ul>
</div>
</div>
<div class="section" id="version-1-5-4">
<h2>Version 1.5.4<a class="headerlink" href="#version-1-5-4" title="Permalink to this headline"></a></h2>
<p>Release Date: July 12, 2007</p>
<ul class="simple">
<li>Added <a class="reference internal" href="libraries/language.html"><em>custom Language files</em></a> to the
<a class="reference internal" href="general/autoloader.html"><em>autoload</em></a> options.</li>
<li>Added stripslashes() to the _clean_input_data() function in the
<a class="reference internal" href="libraries/input.html"><em>Input class</em></a> when magic quotes is on so
that data will always be un-slashed within the framework.</li>
<li>Added array to string into the <a class="reference internal" href="general/profiling.html"><em>profiler</em></a>.</li>
<li>Added some additional mime types in application/config/mimes.php.</li>
<li>Added filename_security() method to <a class="reference internal" href="libraries/input.html"><em>Input
library</em></a>.</li>
<li>Added some additional arguments to the <a class="reference internal" href="helpers/inflector_helper.html"><em>Inflection
helper</em></a> singular() to compensate
for words ending in &#8220;s&#8221;. Also added a force parameter to pluralize().</li>
<li>Added $config[&#8216;charset&#8217;] to the config file. Default value is
&#8216;UTF-8&#8217;, used in some string handling functions.</li>
<li>Fixed MSSQL insert_id().</li>
<li>Fixed a logic error in the DB trans_status() function. It was
incorrectly returning TRUE on failure and FALSE on success.</li>
<li>Fixed a bug that was allowing multiple load attempts on extended
classes.</li>
<li>Fixed a bug in the bootstrap file that was incorrectly attempting to
discern the full server path even when it was explicity set by the
user.</li>
<li>Fixed a bug in the escape_str() function in the MySQL driver.</li>
<li>Fixed a typo in the <a class="reference internal" href="libraries/calendar.html"><em>Calendar library</em></a></li>
<li>Fixed a typo in rpcs.php library</li>
<li>Fixed a bug in the <a class="reference internal" href="libraries/zip.html"><em>Zip library</em></a>, providing
PC Zip file compatibility with Mac OS X</li>
<li>Fixed a bug in router that was ignoring the scaffolding route for
optimization</li>
<li>Fixed an IP validation bug.</li>
<li>Fixed a bug in display of POST keys in the
<a class="reference internal" href="general/profiling.html"><em>Profiler</em></a> output</li>
<li>Fixed a bug in display of queries with characters that would be
interpreted as HTML in the <a class="reference internal" href="general/profiling.html"><em>Profiler</em></a>
output</li>
<li>Fixed a bug in display of Email class print debugger with characters
that would be interpreted as HTML in the debugging output</li>
<li>Fixed a bug in the Content-Transfer-Encoding of HTML emails with the
quoted-printable MIME type</li>
<li>Fixed a bug where one could unset certain PHP superglobals by setting
them via GET or POST data</li>
<li>Fixed an undefined function error in the insert_id() function of the
PostgreSQL driver</li>
<li>Fixed various doc typos.</li>
<li>Documented two functions from the <a class="reference internal" href="helpers/string_helper.html"><em>String
helper</em></a> that were missing from the
user guide: trim_slashes() and reduce_double_slashes().</li>
<li>Docs now validate to XHTML 1 transitional</li>
<li>Updated the XSS Filtering to take into account the IE expression()
ability and improved certain deletions to prevent possible exploits</li>
<li>Modified the Router so that when Query Strings are Enabled, the
controller trigger and function trigger values are sanitized for
filename include security.</li>
<li>Modified the is_image() method in the Upload library to take into
account Windows IE 6/7 eccentricities when dealing with MIMEs</li>
<li>Modified XSS Cleaning routine to be more performance friendly and
compatible with PHP 5.2&#8217;s new PCRE backtrack and recursion limits.</li>
<li>Modified the <a class="reference internal" href="helpers/url_helper.html"><em>URL Helper</em></a> to type cast
the $title as a string in case a numeric value is supplied</li>
<li>Modified Form Helper form_dropdown() to type cast the keys and
values of the options array as strings, allowing numeric values to be
properly set as &#8216;selected&#8217;</li>
<li>Deprecated the use if is_numeric() in various places since it allows
periods. Due to compatibility problems with ctype_digit(), making it
unreliable in some installations, the following regular expression
was used instead: preg_match(&#8220;/[^0-9]/&#8221;, $n)</li>
<li>Deprecated: APPVER has been deprecated and replaced with CI_VERSION
for clarity.</li>
</ul>
</div>
<div class="section" id="version-1-5-3">
<h2>Version 1.5.3<a class="headerlink" href="#version-1-5-3" title="Permalink to this headline"></a></h2>
<p>Release Date: April 15, 2007</p>
<ul class="simple">
<li>Added array to string into the profiler</li>
<li>Code Igniter references updated to CodeIgniter</li>
<li>pMachine references updated to EllisLab</li>
<li>Fixed a bug in the repeater function of <a class="reference internal" href="helpers/string_helper.html"><em>string
helper</em></a>.</li>
<li>Fixed a bug in ODBC driver</li>
<li>Fixed a bug in result_array() that was returning an empty array when
no result is produced.</li>
<li>Fixed a bug in the redirect function of the <a class="reference internal" href="helpers/url_helper.html"><em>url
helper</em></a>.</li>
<li>Fixed an undefined variable in Loader</li>
<li>Fixed a version bug in the Postgres driver</li>
<li>Fixed a bug in the textarea function of the form helper for use with
strings</li>
<li>Fixed doc typos.</li>
</ul>
</div>
<div class="section" id="version-1-5-2">
<h2>Version 1.5.2<a class="headerlink" href="#version-1-5-2" title="Permalink to this headline"></a></h2>
<p>Release Date: February 13, 2007</p>
<ul class="simple">
<li>Added subversion information
to the <a class="reference internal" href="installation/downloads.html"><em>downloads</em></a> page.</li>
<li>Added support for captions in the <a class="reference internal" href="libraries/table.html"><em>Table
Library</em></a></li>
<li>Fixed a bug in the
<a class="reference internal" href="helpers/download_helper.html"><em>download_helper</em></a> that was causing
Internet Explorer to load rather than download</li>
<li>Fixed a bug in the Active Record Join function that was not taking
table prefixes into consideration.</li>
<li>Removed unescaped variables in error messages of Input and Router
classes</li>
<li>Fixed a bug in the Loader that was causing errors on Libraries loaded
twice. A debug message is now silently made in the log.</li>
<li>Fixed a bug in the <a class="reference internal" href="helpers/form_helper.html"><em>form helper</em></a> that
gave textarea a value attribute</li>
<li>Fixed a bug in the <a class="reference internal" href="libraries/image_lib.html"><em>Image Library</em></a> that
was ignoring resizing the same size image</li>
<li>Fixed some doc typos.</li>
</ul>
</div>
<div class="section" id="version-1-5-1">
<h2>Version 1.5.1<a class="headerlink" href="#version-1-5-1" title="Permalink to this headline"></a></h2>
<p>Release Date: November 23, 2006</p>
<ul class="simple">
<li>Added support for submitting arrays of libraries in the
$this-&gt;load-&gt;library function.</li>
<li>Added support for naming custom library files in lower or uppercase.</li>
<li>Fixed a bug related to output buffering.</li>
<li>Fixed a bug in the active record class that was not resetting query
data after a completed query.</li>
<li>Fixed a bug that was suppressing errors in controllers.</li>
<li>Fixed a problem that can cause a loop to occur when the config file
is missing.</li>
<li>Fixed a bug that occurred when multiple models were loaded with the
third parameter set to TRUE.</li>
<li>Fixed an oversight that was not unsetting globals properly in the
input sanitize function.</li>
<li>Fixed some bugs in the Oracle DB driver.</li>
<li>Fixed an incorrectly named variable in the MySQLi result driver.</li>
<li>Fixed some doc typos.</li>
</ul>
</div>
<div class="section" id="version-1-5-0-1">
<h2>Version 1.5.0.1<a class="headerlink" href="#version-1-5-0-1" title="Permalink to this headline"></a></h2>
<p>Release Date: October 31, 2006</p>
<ul class="simple">
<li>Fixed a problem in which duplicate attempts to load helpers and
classes were not being stopped.</li>
<li>Fixed a bug in the word_wrap() helper function.</li>
<li>Fixed an invalid color Hex number in the Profiler class.</li>
<li>Fixed a corrupted image in the user guide.</li>
</ul>
</div>
<div class="section" id="version-1-5-0">
<h2>Version 1.5.0<a class="headerlink" href="#version-1-5-0" title="Permalink to this headline"></a></h2>
<p>Release Date: October 30, 2006</p>
<ul class="simple">
<li>Added <a class="reference internal" href="database/utilities.html"><em>DB utility class</em></a>, permitting DB
backups, CVS or XML files from DB results, and various other
functions.</li>
<li>Added <a class="reference internal" href="database/caching.html"><em>Database Caching Class</em></a>.</li>
<li>Added <a class="reference internal" href="database/transactions.html"><em>transaction support</em></a> to the
database classes.</li>
<li>Added <a class="reference internal" href="general/profiling.html"><em>Profiler Class</em></a> which generates a
report of Benchmark execution times, queries, and POST data at the
bottom of your pages.</li>
<li>Added <a class="reference internal" href="libraries/user_agent.html"><em>User Agent Library</em></a> which
allows browsers, robots, and mobile devises to be identified.</li>
<li>Added <a class="reference internal" href="libraries/table.html"><em>HTML Table Class</em></a> , enabling tables
to be generated from arrays or database results.</li>
<li>Added <a class="reference internal" href="libraries/zip.html"><em>Zip Encoding Library</em></a>.</li>
<li>Added <a class="reference internal" href="libraries/ftp.html"><em>FTP Library</em></a>.</li>
<li>Added the ability to <a class="reference internal" href="general/creating_libraries.html"><em>extend
libraries</em></a> and <a class="reference internal" href="general/core_classes.html"><em>extend core
classes</em></a>, in addition to being able to
replace them.</li>
<li>Added support for storing <a class="reference internal" href="general/models.html"><em>models within
sub-folders</em></a>.</li>
<li>Added <a class="reference internal" href="helpers/download_helper.html"><em>Download Helper</em></a>.</li>
<li>Added <a class="reference internal" href="database/queries.html"><em>simple_query()</em></a> function to the
database classes</li>
<li>Added <a class="reference internal" href="helpers/date_helper.html"><em>standard_date()</em></a> function to
the Date Helper.</li>
<li>Added <a class="reference internal" href="database/results.html"><em>$query-&gt;free_result()</em></a> to database
class.</li>
<li>Added <a class="reference internal" href="database/metadata.html"><em>$query-&gt;list_fields()</em></a> function to
database class</li>
<li>Added <a class="reference internal" href="database/helpers.html"><em>$this-&gt;db-&gt;platform()</em></a> function</li>
<li>Added new <a class="reference internal" href="helpers/file_helper.html"><em>File Helper</em></a>:
get_filenames()</li>
<li>Added new helper: <a class="reference internal" href="helpers/smiley_helper.html"><em>Smiley Helper</em></a></li>
<li>Added support for &lt;ul&gt; and &lt;ol&gt; lists in the <a class="reference internal" href="helpers/html_helper.html"><em>HTML
Helper</em></a></li>
<li>Added the ability to rewrite <a class="reference internal" href="general/alternative_php.html"><em>short
tags</em></a> on-the-fly, converting them
to standard PHP statements, for those servers that do not support
short tags. This allows the cleaner syntax to be used regardless of
whether it&#8217;s supported by the server.</li>
<li>Added the ability to <a class="reference internal" href="general/managing_apps.html"><em>rename or relocate the &#8220;application&#8221;
folder</em></a>.</li>
<li>Added more thorough initialization in the upload class so that all
class variables are reset.</li>
<li>Added &#8220;is_numeric&#8221; to validation, which uses the native PHP
is_numeric function.</li>
<li>Improved the URI handler to make it more reliable when the
$config[&#8216;uri_protocol&#8217;] item is set to AUTO.</li>
<li>Moved most of the functions in the Controller class into the Loader
class, allowing fewer reserved function names for controllers when
running under PHP 5.</li>
<li>Updated the DB Result class to return an empty array when
$query-&gt;result() doesn&#8217;t produce a result.</li>
<li>Updated the input-&gt;cookie() and input-&gt;post() functions in <a class="reference internal" href="libraries/input.html"><em>Input
Class</em></a> to permit arrays contained cookies
that are arrays to be run through the XSS filter.</li>
<li>Documented three functions from the Validation
class that were missing from the user
guide: set_select(), set_radio(), and set_checkbox().</li>
<li>Fixed a bug in the Email class related to SMTP Helo data.</li>
<li>Fixed a bug in the word wrapping helper and function in the email
class.</li>
<li>Fixed a bug in the validation class.</li>
<li>Fixed a bug in the typography helper that was incorrectly wrapping
block level elements in paragraph tags.</li>
<li>Fixed a problem in the form_prep() function that was double encoding
entities.</li>
<li>Fixed a bug that affects some versions of PHP when output buffering
is nested.</li>
<li>Fixed a bug that caused CI to stop working when the PHP magic
__get() or __set() functions were used within models or
controllers.</li>
<li>Fixed a pagination bug that was permitting negative values in the
URL.</li>
<li>Fixed an oversight in which the Loader class was not allowed to be
extended.</li>
<li>Changed _get_config() to get_config() since the function is not a
private one.</li>
<li><strong>Deprecated &#8220;init&#8221; folder</strong>. Initialization happens automatically
now. <a class="reference internal" href="general/creating_libraries.html"><em>Please see documentation</em></a>.</li>
<li><strong>Deprecated</strong> $this-&gt;db-&gt;field_names() USE
$this-&gt;db-&gt;list_fields()</li>
<li><strong>Deprecated</strong> the $config[&#8216;log_errors&#8217;] item from the config.php
file. Instead, $config[&#8216;log_threshold&#8217;] can be set to &#8220;0&#8221; to turn it
off.</li>
</ul>
</div>
<div class="section" id="version-1-4-1">
<h2>Version 1.4.1<a class="headerlink" href="#version-1-4-1" title="Permalink to this headline"></a></h2>
<p>Release Date: September 21, 2006</p>
<ul class="simple">
<li>Added a new feature that passes URI segments directly to your
function calls as parameters. See the
<a class="reference internal" href="general/controllers.html"><em>Controllers</em></a> page for more info.</li>
<li>Added support for a function named _output(), which when used in
your controllers will received the final rendered output from the
output class. More info in the <a class="reference internal" href="general/controllers.html"><em>Controllers</em></a>
page.</li>
<li>Added several new functions in the <a class="reference internal" href="libraries/uri.html"><em>URI
Class</em></a> to let you retrieve and manipulate URI
segments that have been re-routed using the <a class="reference internal" href="general/routing.html"><em>URI
Routing</em></a> feature. Previously, the URI class did not
permit you to access any re-routed URI segments, but now it does.</li>
<li>Added <a class="reference internal" href="libraries/output.html"><em>$this-&gt;output-&gt;set_header()</em></a>
function, which allows you to set server headers.</li>
<li>Updated plugins, helpers, and language classes to allow your
application folder to contain its own plugins, helpers, and language
folders. Previously they were always treated as global for your
entire installation. If your application folder contains any of these
resources they will be used <em>instead</em> the global ones.</li>
<li>Added <a class="reference internal" href="helpers/inflector_helper.html"><em>Inflector helper</em></a>.</li>
<li>Added element() function in the <a class="reference internal" href="helpers/array_helper.html"><em>array
helper</em></a>.</li>
<li>Added RAND() to active record orderby() function.</li>
<li>Added delete_cookie() and get_cookie() to <a class="reference internal" href="helpers/cookie_helper.html"><em>Cookie
helper</em></a>, even though the input class
has a cookie fetching function.</li>
<li>Added Oracle database driver (still undergoing testing so it might
have some bugs).</li>
<li>Added the ability to combine pseudo-variables and php variables in
the template parser class.</li>
<li>Added output compression option to the config file.</li>
<li>Removed the is_numeric test from the db-&gt;escape() function.</li>
<li>Fixed a MySQLi bug that was causing error messages not to contain
proper error data.</li>
<li>Fixed a bug in the email class which was causing it to ignore
explicitly set alternative headers.</li>
<li>Fixed a bug that was causing a PHP error when the Exceptions class
was called within the get_config() function since it was causing
problems.</li>
<li>Fixed an oversight in the cookie helper in which the config file
cookie settings were not being honored.</li>
<li>Fixed an oversight in the upload class. An item mentioned in the 1.4
changelog was missing.</li>
<li>Added some code to allow email attachments to be reset when sending
batches of email.</li>
<li>Deprecated the application/scripts folder. It will continue to work
for legacy users, but it is recommended that you create your own
<a class="reference internal" href="general/libraries.html"><em>libraries</em></a> or
<a class="reference internal" href="general/models.html"><em>models</em></a> instead. It was originally added
before CI had user libraries or models, but it&#8217;s not needed anymore.</li>
<li>Deprecated the $autoload[&#8216;core&#8217;] item from the autoload.php file.
Instead, please now use: $autoload[&#8216;libraries&#8217;]</li>
<li>Deprecated the following database functions:
$this-&gt;db-&gt;smart_escape_str() and $this-&gt;db-&gt;fields().</li>
</ul>
</div>
<div class="section" id="version-1-4-0">
<h2>Version 1.4.0<a class="headerlink" href="#version-1-4-0" title="Permalink to this headline"></a></h2>
<p>Release Date: September 17, 2006</p>
<ul class="simple">
<li>Added <a class="reference internal" href="general/hooks.html"><em>Hooks</em></a> feature, enabling you to tap
into and modify the inner workings of the framework without hacking
the core files.</li>
<li>Added the ability to organize controller files <a class="reference internal" href="general/controllers.html"><em>into
sub-folders</em></a>. Kudos to Marco for
suggesting this (and the next two) feature.</li>
<li>Added regular expressions support for <a class="reference internal" href="general/routing.html"><em>routing
rules</em></a>.</li>
<li>Added the ability to <a class="reference internal" href="general/controllers.html"><em>remap function
calls</em></a> within your controllers.</li>
<li>Added the ability to <a class="reference internal" href="general/core_classes.html"><em>replace core system
classes</em></a> with your own classes.</li>
<li>Added support for % character in URL.</li>
<li>Added the ability to supply full URLs using the
<a class="reference internal" href="helpers/url_helper.html"><em>anchor()</em></a> helper function.</li>
<li>Added mode parameter to <a class="reference internal" href="helpers/file_helper.html"><em>file_write()</em></a>
helper.</li>
<li>Added support for changing the port number in the <a class="reference internal" href="database/configuration.html"><em>Postgres
driver</em></a>.</li>
<li>Moved the list of &#8220;allowed URI characters&#8221; out of the Router class
and into the config file.</li>
<li>Moved the MIME type array out of the Upload class and into its own
file in the application/config/ folder.</li>
<li>Updated the Upload class to allow the upload field name to be set
when calling <a class="reference internal" href="libraries/file_uploading.html"><em>do_upload()</em></a>.</li>
<li>Updated the <a class="reference internal" href="libraries/config.html"><em>Config Library</em></a> to be able to
load config files silently, and to be able to assign config files to
their own index (to avoid collisions if you use multiple config
files).</li>
<li>Updated the URI Protocol code to allow more options so that URLs will
work more reliably in different environments.</li>
<li>Updated the form_open() helper to allow the GET method to be used.</li>
<li>Updated the MySQLi execute() function with some code to help prevent
lost connection errors.</li>
<li>Updated the SQLite Driver to check for object support before
attempting to return results as objects. If unsupported it returns an
array.</li>
<li>Updated the Models loader function to allow multiple loads of the
same model.</li>
<li>Updated the MS SQL driver so that single quotes are escaped.</li>
<li>Updated the Postgres and ODBC drivers for better compatibility.</li>
<li>Removed a strtolower() call that was changing URL segments to lower
case.</li>
<li>Removed some references that were interfering with PHP 4.4.1
compatibility.</li>
<li>Removed backticks from Postgres class since these are not needed.</li>
<li>Renamed display() to _display() in the Output class to make it clear
that it&#8217;s a private function.</li>
<li>Deprecated the hash() function due to a naming conflict with a native
PHP function with the same name. Please use dohash() instead.</li>
<li>Fixed an bug that was preventing the input class from unsetting GET
variables.</li>
<li>Fixed a router bug that was making it too greedy when matching end
segments.</li>
<li>Fixed a bug that was preventing multiple discrete database calls.</li>
<li>Fixed a bug in which loading a language file was producing a &#8220;file
contains no data&#8221; message.</li>
<li>Fixed a session bug caused by the XSS Filtering feature inadvertently
changing the case of certain words.</li>
<li>Fixed some missing prefixes when using the database prefix feature.</li>
<li>Fixed a typo in the Calendar class (cal_november).</li>
<li>Fixed a bug in the form_checkbox() helper.</li>
<li>Fixed a bug that was allowing the second segment of the URI to be
identical to the class name.</li>
<li>Fixed an evaluation bug in the database initialization function.</li>
<li>Fixed a minor bug in one of the error messages in the language class.</li>
<li>Fixed a bug in the date helper timespan function.</li>
<li>Fixed an undefined variable in the DB Driver class.</li>
<li>Fixed a bug in which dollar signs used as binding replacement values
in the DB class would be treated as RegEx back-references.</li>
<li>Fixed a bug in the set_hash() function which was preventing MD5 from
being used.</li>
<li>Fixed a couple bugs in the Unit Testing class.</li>
<li>Fixed an incorrectly named variable in the Validation class.</li>
<li>Fixed an incorrectly named variable in the URI class.</li>
<li>Fixed a bug in the config class that was preventing the base URL from
being called properly.</li>
<li>Fixed a bug in the validation class that was not permitting callbacks
if the form field was empty.</li>
<li>Fixed a problem that was preventing scaffolding from working properly
with MySQLi.</li>
<li>Fixed some MS SQL bugs.</li>
<li>Fixed some doc typos.</li>
</ul>
</div>
<div class="section" id="version-1-3-3">
<h2>Version 1.3.3<a class="headerlink" href="#version-1-3-3" title="Permalink to this headline"></a></h2>
<p>Release Date: June 1, 2006</p>
<ul class="simple">
<li>Models do <strong>not</strong> connect automatically to the database as of this
version. <a class="reference internal" href="general/models.html"><em>More info here</em></a>.</li>
<li>Updated the Sessions class to utilize the active record class when
running session related queries. Previously the queries assumed MySQL
syntax.</li>
<li>Updated alternator() function to re-initialize when called with no
arguments, allowing multiple calls.</li>
<li>Fixed a bug in the active record &#8220;having&#8221; function.</li>
<li>Fixed a problem in the validation class which was making checkboxes
be ignored when required.</li>
<li>Fixed a bug in the word_limiter() helper function. It was cutting
off the fist word.</li>
<li>Fixed a bug in the xss_clean function due to a PHP bug that affects
some versions of html_entity_decode.</li>
<li>Fixed a validation bug that was preventing rules from being set twice
in one controller.</li>
<li>Fixed a calendar bug that was not letting it use dynamically loaded
languages.</li>
<li>Fixed a bug in the active record class when using WHERE clauses with
LIKE</li>
<li>Fixed a bug in the hash() security helper.</li>
<li>Fixed some typos.</li>
</ul>
</div>
<div class="section" id="version-1-3-2">
<h2>Version 1.3.2<a class="headerlink" href="#version-1-3-2" title="Permalink to this headline"></a></h2>
<p>Release Date: April 17, 2006</p>
<ul class="simple">
<li>Changed the behavior of the validation class such that if a
&#8220;required&#8221; rule is NOT explicitly stated for a field then all other
tests get ignored.</li>
<li>Fixed a bug in the Controller class that was causing it to look in
the local &#8220;init&#8221; folder instead of the main system one.</li>
<li>Fixed a bug in the init_pagination file. The $config item was not
being set correctly.</li>
<li>Fixed a bug in the auto typography helper that was causing
inconsistent behavior.</li>
<li>Fixed a couple bugs in the Model class.</li>
<li>Fixed some documentation typos and errata.</li>
</ul>
</div>
<div class="section" id="version-1-3-1">
<h2>Version 1.3.1<a class="headerlink" href="#version-1-3-1" title="Permalink to this headline"></a></h2>
<p>Release Date: April 11, 2006</p>
<ul class="simple">
<li>Added a <a class="reference internal" href="libraries/unit_testing.html"><em>Unit Testing Library</em></a>.</li>
<li>Added the ability to pass objects to the <strong>insert()</strong> and
<strong>update()</strong> database functions. This feature enables you to (among
other things) use your <a class="reference internal" href="general/models.html"><em>Model class</em></a>
variables to run queries with. See the Models page for details.</li>
<li>Added the ability to pass objects to the <a class="reference internal" href="general/views.html"><em>view loading
function</em></a>: $this-&gt;load-&gt;view(&#8216;my_view&#8217;,
$object);</li>
<li>Added getwhere function to <a class="reference internal" href="database/query_builder.html"><em>Active Record
class</em></a>.</li>
<li>Added count_all function to <a class="reference internal" href="database/query_builder.html"><em>Active Record
class</em></a>.</li>
<li>Added language file for scaffolding and fixed a scaffolding bug that
occurs when there are no rows in the specified table.</li>
<li>Added <a class="reference internal" href="database/queries.html"><em>$this-&gt;db-&gt;last_query()</em></a>, which
allows you to view your last query that was run.</li>
<li>Added a new mime type to the upload class for better compatibility.</li>
<li>Changed how cache files are read to prevent PHP errors if the cache
file contains an XML tag, which PHP wants to interpret as a short
tag.</li>
<li>Fixed a bug in a couple of the active record functions (where and
orderby).</li>
<li>Fixed a bug in the image library when realpath() returns false.</li>
<li>Fixed a bug in the Models that was preventing libraries from being
used within them.</li>
<li>Fixed a bug in the &#8220;exact_length&#8221; function of the validation class.</li>
<li>Fixed some typos in the user guide</li>
</ul>
</div>
<div class="section" id="version-1-3">
<h2>Version 1.3<a class="headerlink" href="#version-1-3" title="Permalink to this headline"></a></h2>
<p>Release Date: April 3, 2006</p>
<ul class="simple">
<li>Added support for <a class="reference internal" href="general/models.html"><em>Models</em></a>.</li>
<li>Redesigned the database libraries to support additional RDBMs
(Postgres, MySQLi, etc.).</li>
<li>Redesigned the <a class="reference internal" href="database/query_builder.html"><em>Active Record class</em></a>
to enable more varied types of queries with simpler syntax, and
advanced features like JOINs.</li>
<li>Added a feature to the database class that lets you run <a class="reference internal" href="database/call_function.html"><em>custom
function calls</em></a>.</li>
<li>Added support for <a class="reference internal" href="general/controllers.html"><em>private functions</em></a> in your
controllers. Any controller function name that starts with an
underscore will not be served by a URI request.</li>
<li>Added the ability to pass your own initialization parameters to your
<a class="reference internal" href="general/creating_libraries.html"><em>custom core libraries</em></a> when using
$this-&gt;load-&gt;library()</li>
<li>Added support for running standard <a class="reference internal" href="general/urls.html"><em>query string URLs</em></a>.
These can be optionally enabled in your config file.</li>
<li>Added the ability to <a class="reference internal" href="general/urls.html"><em>specify a &#8220;suffix&#8221;</em></a>, which will be
appended to your URLs. For example, you could add .html to your URLs,
making them appear static. This feature is enabled in your config
file.</li>
<li>Added a new error template for use with native PHP errors.</li>
<li>Added &#8220;alternator&#8221; function in the <a class="reference internal" href="helpers/string_helper.html"><em>string
helpers</em></a>.</li>
<li>Removed slashing from the input class. After much debate we decided
to kill this feature.</li>
<li>Change the commenting style in the scripts to the PEAR standard so
that IDEs and tools like phpDocumenter can harvest the comments.</li>
<li>Added better class and function name-spacing to avoid collisions with
user developed classes. All CodeIgniter classes are now prefixed with
CI_ and all controller methods are prefixed with _ci to avoid
controller collisions. A list of reserved function names can be
<a class="reference internal" href="general/controllers.html"><em>found here</em></a>.</li>
<li>Redesigned how the &#8220;CI&#8221; super object is referenced, depending on
whether PHP 4 or 5 is being run, since PHP 5 allows a more graceful
way to manage objects that utilizes a bit less resources.</li>
<li>Deprecated: $this-&gt;db-&gt;use_table() has been deprecated. Please read
the <a class="reference internal" href="database/query_builder.html"><em>Active Record</em></a> page for
information.</li>
<li>Deprecated: $this-&gt;db-&gt;smart_escape_str() has been deprecated.
Please use this instead: $this-&gt;db-&gt;escape()</li>
<li>Fixed a bug in the exception handler which was preventing some PHP
errors from showing up.</li>
<li>Fixed a typo in the URI class. $this-&gt;total_segment() should be
plural: $this-&gt;total_segments()</li>
<li>Fixed some typos in the default calendar template</li>
<li>Fixed some typos in the user guide</li>
</ul>
</div>
<div class="section" id="version-1-2">
<h2>Version 1.2<a class="headerlink" href="#version-1-2" title="Permalink to this headline"></a></h2>
<p>Release Date: March 21, 2006</p>
<ul class="simple">
<li>Redesigned some internal aspects of the framework to resolve scoping
problems that surfaced during the beta tests. The problem was most
notable when instantiating classes in your constructors, particularly
if those classes in turn did work in their constructors.</li>
<li>Added a global function named
<a class="reference internal" href="general/ancillary_classes.html"><em>get_instance()</em></a> allowing the main
CodeIgniter object to be accessible throughout your own classes.</li>
<li>Added new <a class="reference internal" href="helpers/file_helper.html"><em>File Helper</em></a>:
delete_files()</li>
<li>Added new <a class="reference internal" href="helpers/url_helper.html"><em>URL Helpers</em></a>: base_url(),
index_page()</li>
<li>Added the ability to create your own <a class="reference internal" href="general/creating_libraries.html"><em>core
libraries</em></a> and store them in your local
application directory.</li>
<li>Added an overwrite option to the <a class="reference internal" href="libraries/file_uploading.html"><em>Upload
class</em></a>, enabling files to be
overwritten rather than having the file name appended.</li>
<li>Added Javascript Calendar plugin.</li>
<li>Added search feature to user guide. Note: This is done using Google,
which at the time of this writing has not crawled all the pages of
the docs.</li>
<li>Updated the parser class so that it allows tag pars within other tag
pairs.</li>
<li>Fixed a bug in the DB &#8220;where&#8221; function.</li>
<li>Fixed a bug that was preventing custom config files to be
auto-loaded.</li>
<li>Fixed a bug in the mysql class bind feature that prevented question
marks in the replacement data.</li>
<li>Fixed some bugs in the xss_clean function</li>
</ul>
</div>
<div class="section" id="version-beta-1-1">
<h2>Version Beta 1.1<a class="headerlink" href="#version-beta-1-1" title="Permalink to this headline"></a></h2>
<p>Release Date: March 10, 2006</p>
<ul class="simple">
<li>Added a <a class="reference internal" href="libraries/calendar.html"><em>Calendaring class</em></a>.</li>
<li>Added support for running <a class="reference internal" href="general/managing_apps.html"><em>multiple
applications</em></a> that share a common CodeIgniter
backend.</li>
<li>Moved the &#8220;uri protocol&#8221; variable from the index.php file into the
config.php file</li>
<li>Fixed a problem that was preventing certain function calls from
working within constructors.</li>
<li>Fixed a problem that was preventing the $this-&gt;load-&gt;library function
from working in constructors.</li>
<li>Fixed a bug that occurred when the session class was loaded using the
auto-load routine.</li>
<li>Fixed a bug that can happen with PHP versions that do not support the
E_STRICT constant</li>
<li>Fixed a data type error in the form_radio function (form helper)</li>
<li>Fixed a bug that was preventing the xss_clean function from being
called from the validation class.</li>
<li>Fixed the cookie related config names, which were incorrectly
specified as $conf rather than $config</li>
<li>Fixed a pagination problem in the scaffolding.</li>
<li>Fixed a bug in the mysql class &#8220;where&#8221; function.</li>
<li>Fixed a regex problem in some code that trimmed duplicate slashes.</li>
<li>Fixed a bug in the br() function in the HTML helper</li>
<li>Fixed a syntax mistake in the form_dropdown function in the Form
Helper.</li>
<li>Removed the &#8220;style&#8221; attributes form the form helpers.</li>
<li>Updated the documentation. Added &#8220;next/previous&#8221; links to each page
and fixed various typos.</li>
</ul>
</div>
<div class="section" id="version-beta-1-0">
<h2>Version Beta 1.0<a class="headerlink" href="#version-beta-1-0" title="Permalink to this headline"></a></h2>
<p>Release Date: February 28, 2006</p>
<p>First publicly released version.</p>
</div>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="license.html" class="btn btn-neutral float-right" title="The MIT License (MIT)">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="DCO.html" class="btn btn-neutral" title="Developers Certificate of Origin 1.1"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
&copy; Copyright 2014 - 2017, British Columbia Institute of Technology.
Last updated on Mar 20, 2017.
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'3.1.4',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: false
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html>