From 4322ad6c5050ffc7e619906c4e524488d5932d01 Mon Sep 17 00:00:00 2001 From: Junior Date: Fri, 18 Aug 2023 13:59:21 -0400 Subject: [PATCH] Add some details about a RAR module fix required for PHP 8.x. Add another Don't Forget step. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be6c96a..d052858 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ This small project provides a web based viewer for comics in the CBZ and CBR for * PHP ImageMagick * PHP RAR (PECL) + - Unfortunately RAR 4.2.0 has not been updated for PHP 8/8.2 (as of 2023-08-18). There is a [fix](https://github.com/cataphract/php-rar/pull/18/commits/02331ca1cc1e8638c34e024566f4b391a6c863c5) available. Just replace the files in the version from PECL/Github with the ones in [this](https://github.com/cataphract/php-rar/pull/18). ## Don't forget to: +* Make sure the web server can read the folder than contains your comic book/novel archives * Create a MySQL/MariaDB database for the app with privileges granted to a user * Import the `install/initial_db_mysql.sql` database structure * Change the ownership of the `comics/` and `thumbs/` folders to the web server user