From 51aa293bdd77fa6a7bc65341c962655ab7ef52e7 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Wed, 9 Nov 2011 22:12:14 +0000 Subject: fix #370: - deprecated TSqliteCache, use TDbCache instead - reworked the dataaccess code of demos/blog - other smalll fixes around --- UPGRADE | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'UPGRADE') diff --git a/UPGRADE b/UPGRADE index f290c3e0..a9af97a9 100644 --- a/UPGRADE +++ b/UPGRADE @@ -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 -- cgit v1.2.3