summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorctrlaltca <>2013-01-06 17:27:51 +0000
committerctrlaltca <>2013-01-06 17:27:51 +0000
commit55eb721567c84d0a30914f76615691990d005ac3 (patch)
tree14b283e6f7980e3c45f6109e90fd0fd0f280c8c0 /UPGRADE
parent1f6d9caf8397416747aa2105b2aac352cdf92fe3 (diff)
fixed old/broken unit tests; update documentation
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADE b/UPGRADE
index 0212a540..2c041501 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -16,6 +16,9 @@ Upgrading from v3.2.0
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.
+- TDateTimeStamp has been deprecated in favour of php's native DateTime classes. TDateTimeStamp has been
+ rewritten as a wrapper to DateTime, so porting and testing old code should be as easy as just looking at
+ the new implementation.
Upgrading from v3.1.10
---------------------