From 3a746655e92ec59ee7e731c3535673a9aedc5d3e Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Tue, 19 Apr 2011 10:59:47 -0500 Subject: Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. --- user_guide/installation/upgrade_203.html | 102 +++++++++++++++++++++++++++++++ user_guide/installation/upgrading.html | 1 + 2 files changed, 103 insertions(+) create mode 100644 user_guide/installation/upgrade_203.html (limited to 'user_guide/installation') diff --git a/user_guide/installation/upgrade_203.html b/user_guide/installation/upgrade_203.html new file mode 100644 index 000000000..4937cf257 --- /dev/null +++ b/user_guide/installation/upgrade_203.html @@ -0,0 +1,102 @@ + + + + + +Upgrading from 2.0.2 to 2.0.3 : CodeIgniter User Guide + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +

CodeIgniter User Guide Version 2.0.3

+
+ + + + + + + + + +
+ + +
+ + + +
+ +

Upgrading from 2.0.2 to 2.0.3

+ +

Before performing an update you should take your site offline by replacing the index.php file with a static one.

+ + +

Step 1: Update your CodeIgniter files

+ +

Replace all files and directories in your "system" folder and replace your index.php file. If any modifications were made to your index.php they will need to be made fresh in this new one.

+ +

Note: If you have any custom developed files in these folders please make copies of them first.

+ +

Step 2: Update CodeIgniter files

+ +

Replace the files and directories in your "system" folder with the new versions:

+ +

Step 3: Update your main index.php file

+ +

If you are running a stock index.php file simply replace your version with the new one.

+ +

If your index.php file has internal modifications, please add your modifications to the new file and use it.

+ +

Step 4: Replace config/user_agents.php

+ +

This config file has been updated to contain more user agent types, please copy it to application/config/user_agents.php.

+ +

Step 5: Change references of the EXT constant to ".php"

+

Note: The EXT Constant has been marked as deprecated, but has not been removed from the application. You are encouraged to make the changes sooner rather than later.

+ +
+ + + + + + + \ No newline at end of file diff --git a/user_guide/installation/upgrading.html b/user_guide/installation/upgrading.html index 1c4eb882d..014ffa3f3 100644 --- a/user_guide/installation/upgrading.html +++ b/user_guide/installation/upgrading.html @@ -60,6 +60,7 @@ Upgrading from a Previous Version

Please read the upgrade notes corresponding to the version you are upgrading from.