diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-10 17:39:06 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-10 17:39:06 +0100 |
commit | 65f6ad4aadd208f3c27d3064508a5eac3fa52fc6 (patch) | |
tree | 15e63e02b3dc192116167fd47be9a599a0c91176 /user_guide/changelog.html | |
parent | 133beafd1746b0f5fa06794fd183289d43defdbe (diff) | |
parent | e8f5890e4b7eb52ed4d905a225c3bf985f397439 (diff) |
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 44c07b7ac..69dc676e6 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -68,6 +68,9 @@ Hg Tag: n/a</p> <ul> <li>Added <kbd>$config['cookie_secure']</kbd> to the config file to allow requiring a secure (HTTPS) in order to set cookies.</li> <li class="reactor">Added the constant <kbd>CI_CORE</kbd> to help differentiate between Core: TRUE and Reactor: FALSE.</li> + <li class="reactor">Added an <kbd>ENVIRONMENT</kbd> constant in index.php, which affects PHP error reporting settings, and optionally, + which configuration files are loaded (see below). Read more on the <a href="general/environments.html">Handling Environments</a> page.</li> + <li class="reactor">Added support for <a href="libraries/config.html#environments">environment-specific</a> configuration files.</li> </ul> </li> <li>Libraries |