summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-04-14 15:56:23 +0200
committerAndrey Andreev <narf@devilix.net>2014-04-14 15:56:23 +0200
commitaeed15eb8556ab671507f17ef9a8cf28903999aa (patch)
tree38c49e2e064eeaa256535b6fa1c7b454c999ed9a
parentdb0873365aabce72390fe9ccf19081de143a1d51 (diff)
Change 'standardize_newlines' default to FALSE
I don't see why it should be enabled by default. Also, this is the functionality triggering #2923
-rw-r--r--application/config/config.php2
-rw-r--r--user_guide_src/source/changelog.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php
index ba6867fb7..d269b6e5d 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -352,7 +352,7 @@ $config['cookie_httponly'] = FALSE;
| (usually \n) and Windows (\r\n).
|
*/
-$config['standardize_newlines'] = TRUE;
+$config['standardize_newlines'] = FALSE;
/*
|--------------------------------------------------------------------------
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index a4669773f..125197434 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -60,7 +60,7 @@ Release Date: Not Released
- Removed *cheatsheets* and *quick_reference* PDFs from the documentation.
- Added availability checks where usage of dangerous functions like ``eval()`` and ``exec()`` is required.
- Added support for changing the file extension of log files using ``$config['log_file_extension']``.
- - Added support for turning newline standardization on/off via ``$config['standardize_newlines']``.
+ - Added support for turning newline standardization on/off via ``$config['standardize_newlines']`` and set it to FALSE by default.
- Helpers