Skip to content
This repository was archived by the owner on Jul 27, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/admin/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Below you can find details on how to install BookStack on your own hosting. Ther

BookStack has the following requirements:

* **PHP** >= 7.0.5
* **PHP** >= 7.2
* For installation and maintenence, you'll need to be able to run `php` from the command line.
* Required Extensions: *OpenSSL, PDO, MBstring, Tokenizer, GD, MySQL, Tidy, SimpleXML & DOM*
* **MySQL** >= 5.6
Expand Down
2 changes: 1 addition & 1 deletion content/docs/admin/multi-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ server {
location ~ \.php$ {
try_files $uri /index.php =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
fastcgi_pass unix:/run/php/php7.2-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
Expand Down
4 changes: 4 additions & 0 deletions content/docs/admin/updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Check the below list for the version you are updating to for any additional inst

## Version Specific Instructions

#### Updating to v0.28 or higher

**Framework Update** - BookStack now uses Laravel 6 which itself requires PHP 7.2 or higher. Make sure your PHP version matches that requirement before updating!

#### Updating to v0.26 or higher

**Internet Explorer Support** - IE11 Support has now been dropped. We *may* support any critical issues for view-only scenarios otherwise please use a modern browser.
Expand Down