diff options
author | Quinn Chrzan <quinnchrzan@gmail.com> | 2014-05-30 20:39:32 +0200 |
---|---|---|
committer | Quinn Chrzan <quinnchrzan@gmail.com> | 2014-05-30 20:39:32 +0200 |
commit | e80b3773c1a2362257298320beff505bcae73b72 (patch) | |
tree | 9029eb824204e251b13d911e784935f5d035ed09 /user_guide/installation | |
parent | e588dea672ceffcce3fbda40efb04087f5e13ac0 (diff) |
Style fixes and adding link to Mcrypt in upgrade instructions
Diffstat (limited to 'user_guide/installation')
-rw-r--r-- | user_guide/installation/upgrade_220.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/installation/upgrade_220.html b/user_guide/installation/upgrade_220.html index a4078c305..600fa7d42 100644 --- a/user_guide/installation/upgrade_220.html +++ b/user_guide/installation/upgrade_220.html @@ -57,7 +57,7 @@ Upgrading from 2.1.4 to 2.2.0 <h1>Upgrading from 2.1.4 to 2.2.0</h1> -<p class="important"><strong>Note:</strong> The Encryption Class now requires the Mcrypt extension. If you were previously using the Encrypt Class without Mcrypt this is a breaking change, you must install the Mcrypt extension in order to upgrade.</p> +<p class="important"><strong>Note:</strong> The Encryption Class now requires the Mcrypt extension. If you were previously using the Encrypt Class without Mcrypt this is a breaking change, you must install the Mcrypt extension in order to upgrade. For information on installing Mcrypt please see the PHP <a href="http://php.net/manual/en/mcrypt.setup.php">documentation</a>.</p> <p>Before performing an update you should take your site offline by replacing the index.php file with a static one.</p> |