New policy: Only officially supported versions of PHP are officially supported by Pepperminty Wiki

This commit is contained in:
Starbeamrainbowlabs 2020-07-28 19:47:02 +01:00
parent 3f337b097b
commit 5e3bde6cd9
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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**)