summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorctrlaltca <>2012-07-10 23:43:14 +0000
committerctrlaltca <>2012-07-10 23:43:14 +0000
commit37c4c3b158994707ab502b1b9bf4994872deeace (patch)
tree792cc8428714a7a8945592e151aa5eb6b09ef912 /UPGRADE
parent811d3d6880c85e80c4dc6194ed87edb4bfa2af3d (diff)
TSecurityManager: make it able to use any hashing/crypto algorithm supported by php; use php built-in functions when available
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPGRADE b/UPGRADE
index fe7d1028..0212a540 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -9,6 +9,14 @@ if you want to upgrade from version A to version C and there is
version B between A and C, you need to following the instructions
for both A and B.
+Upgrading from v3.2.0
+---------------------
+- The TSecurityManagerValidationMode class and TSecurityManager's Validation property have been deprecated.
+ Instead, use the new TSecurityManager's HashAlgorithm property that permits the use of any hashing
+ algorithm supported by the local php installation.
+- TSecurityManager's Encryption property has been deprecated (it was unusable). Instead, use the new
+ CryptAlgorithm property that permites the use of any algorithm supported by the local php installation.
+
Upgrading from v3.1.10
---------------------
- Prado 3.2 requires PHP >= 5.3.3