1
0

Added SQLite3 OO layer, old one did not work for PHP 5.4+

PDO SQlite3 is preferrable though
This commit is contained in:
Garvin Hicking
2014-11-24 11:48:16 +01:00
parent 2e1240ba22
commit 4d17c0ae02
8 changed files with 433 additions and 8 deletions

View File

@ -9,6 +9,8 @@ Version 2.0-beta4/5/6 / RC? ()
being used in NON-UTF-8 environments. Now we utilize a
serendipity_specialchars() wrapper call.
* Added SQLite3 OO database layer for PHP 5.4+
* New personal preference to choose CKEditor toolbar presets.
Presets can be overwritte through a
templates/xxx/admin/ckeditor_custom_config.js if needed.