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 /requirements/index.php | |
parent | 5380a870b799098d7900b1098b4e9930ba71f10e (diff) |
fix #370:
- deprecated TSqliteCache, use TDbCache instead
- reworked the dataaccess code of demos/blog
- other smalll fixes around
Diffstat (limited to 'requirements/index.php')
-rw-r--r-- | requirements/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/index.php b/requirements/index.php index 21ba2abc..2f222038 100644 --- a/requirements/index.php +++ b/requirements/index.php @@ -98,7 +98,7 @@ $requirements = array( false,
extension_loaded("sqlite"),
'SQLite extension check',
- 'SQLite extension optional'),
+ 'SQLite extension optional deprecated'),
array(
false,
extension_loaded("memcache"),
|