diff options
author | ctrlaltca <> | 2013-01-06 18:09:15 +0000 |
---|---|---|
committer | ctrlaltca <> | 2013-01-06 18:09:15 +0000 |
commit | 11f2517f24aca0580fec7d3560108458da787342 (patch) | |
tree | 85ae5c74c23dce62b68b2c3505345a486513c3e9 /UPGRADE | |
parent | 37bd6206f9765a5ddfa8dc04b4e13e6bb268d0db (diff) |
backported r3233, r3234 to trunk/
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 --------------------- |