From 37c4c3b158994707ab502b1b9bf4994872deeace Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Tue, 10 Jul 2012 23:43:14 +0000 Subject: TSecurityManager: make it able to use any hashing/crypto algorithm supported by php; use php built-in functions when available --- UPGRADE | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'UPGRADE') 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 -- cgit v1.2.3