From adaab981af343a98f9abdd9e5e6cb59f3dd13d18 Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Wed, 24 Jan 2024 13:53:13 -0700 Subject: [PATCH] Specifiy php 8.x or greater in INSTALL.md. --- INSTALL.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 456f5ac..d297f1f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,13 +8,15 @@ Requirements: You will need a web server: rslight has been tested with apache2, lighttpd, nginx and synchronet web servers -php is required, and your web server must be configured to serve .php. +php is required, and your web server must be configured to serve .php. + +php 8.2 or greater is required. Development and testing on Debian. php-mbstring (to support other character sets) sharutils (for uudecode) openssl php-gnupg -php7.x-sqlite3 (or later version). +php8.x-sqlite3 (or later version). phpmailer is required if email confirmation is to be used. php-xml to work with RSS feeds compface and php-gd for X-Face support @@ -23,17 +25,6 @@ also provide these in some way. If you get errors, check your log files to see what packages I've failed to mention. -For FreeBSD12: -php72, -php72-extensions, -php72-pdo_sqlite-7.2, -sharutils, -php72-pcntl, -php72-sockets, -php72-mbstring, p -php72-openssl -Optional: phpmailer, gnupg - Installation: IMPORTANT 0.9.0 UPGRADE INFORMATION: