mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
New policy: Only officially supported versions of PHP are officially supported by Pepperminty Wiki
This commit is contained in:
parent
3f337b097b
commit
5e3bde6cd9
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
|
|||
|
||||
|
||||
## v0.22-dev
|
||||
Make sure you have PHP 7.3+ when you update past this point! It isn't the end of the world if you don't, but it will make you more secure if you do.
|
||||
|
||||
### Added
|
||||
- [Module Api] Add new `search::invindex_term_getpageids`, and `search::invindex_term_getoffsets`, and `search::index_sort_freq` methods
|
||||
|
@ -112,6 +113,7 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
|
|||
- Really fix the dot problem from v0.20.3-hotfix3 that @SeanFromIT reported
|
||||
|
||||
### Changed
|
||||
- **New policy:** Only [officially supported](https://www.php.net/supported-versions.php) versions of PHP are officially supported by Pepperminty Wiki.
|
||||
- Improved the search indexing system performance - again
|
||||
- Another search index rebuild is required
|
||||
- Optimisation: Don't generate the list of pages for the datalist if it isn't going to be displayed (especially noticeable on wikis with lots of pages)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Getting Started
|
||||
|
||||
## System Requirements
|
||||
- PHP-enabled web-server (must be PHP 7+)
|
||||
- PHP-enabled web-server (must be PHP 7+; only versions of PHP that are [officially supported](https://www.php.net/supported-versions.php) are supported by Pepperminty Wiki)
|
||||
- PHP session support (for logging in, see [here](https://php.net/manual/en/session.installation.php) for more information)
|
||||
- The following PHP extensions:
|
||||
- `mbstring` (for utf8 string handling - currently **required**)
|
||||
|
|
Loading…
Reference in a new issue