mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Documentation changes for PDO support
This commit is contained in:
parent
65b08d1735
commit
a8f8a27c65
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Version 0.3.0 (2018-??-??)
|
||||
==========================
|
||||
|
||||
New features:
|
||||
- Support for SQLite3 via PDO
|
||||
|
||||
Version 0.2.1 (2017-12-07)
|
||||
==========================
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ The Arsse has the following requirements:
|
|||
- PHP 7.0.7 or later with the following extensions:
|
||||
- [intl](http://php.net/manual/en/book.intl.php), [json](http://php.net/manual/en/book.json.php), [hash](http://php.net/manual/en/book.hash.php), and [pcre](http://php.net/manual/en/book.pcre.php)
|
||||
- [dom](http://php.net/manual/en/book.dom.php), [simplexml](http://php.net/manual/en/book.simplexml.php), and [iconv](http://php.net/manual/en/book.iconv.php) (for picoFeed)
|
||||
- [sqlite3](http://php.net/manual/en/book.sqlite3.php)
|
||||
- [sqlite3](http://php.net/manual/en/book.sqlite3.php) or [pdo_sqlite](http://ca1.php.net/manual/en/ref.pdo-sqlite.php)
|
||||
- Privileges to create and run daemon processes on the server
|
||||
|
||||
## Installation
|
||||
|
|
Loading…
Reference in a new issue