File: upgrade_220.rst

package info (click to toggle)
php-codeigniter-framework 3.1.13%2Bdfsg1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,236 kB
  • sloc: php: 37,178; xml: 205; makefile: 138; python: 66; sh: 65
file content (21 lines) | stat: -rw-r--r-- 811 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#############################
Upgrading from 2.1.4 to 2.2.x
#############################

.. note:: The :doc:`Encrypt Class </libraries/encrypt>` now requires the
	Mcrypt extension. If you were previously using the Encrypt Class
	without Mcrypt, then this is a breaking change.  You must install
	the Mcrypt extension in order to upgrade. For information on
	installing Mcrypt please see the PHP `documentation
	<http://php.net/manual/en/mcrypt.setup.php>`.

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.

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