diff options
author | ctrlaltca@gmail.com <> | 2011-11-09 22:12:14 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-11-09 22:12:14 +0000 |
commit | 51aa293bdd77fa6a7bc65341c962655ab7ef52e7 (patch) | |
tree | 6638d1ce920df99d38f91c9a9b9c43f9381f8d95 /UPGRADE | |
parent | 5380a870b799098d7900b1098b4e9930ba71f10e (diff) |
fix #370:
- deprecated TSqliteCache, use TDbCache instead
- reworked the dataaccess code of demos/blog
- other smalll fixes around
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -30,7 +30,11 @@ Upgrading from v3.1.x The easist way to understand if a component is broken because of this change is to check if you get a 'Operation invalid when page is already rendering' exception. - A new "TReCaptcha" control has been added to overcome the limited security offered by TCaptcha. If you - are currently using TCaptcha, an update to the new control is really adviced. + are currently using TCaptcha, an update to the new control is really adviced. +- Since php 5.2 the "sqlite" extension is not built by default. As a consequence, we deprecated (but kept + to mantain backwards compatibility) everything based on that extension. + TSqliteCache should be abandoned in favour of TDbCache. + The "sqlite" backend for message translation has been deprecated, use "Database" instead. Upgrading from v3.1.10 |