We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5b097 commit a393c4fCopy full SHA for a393c4f
1 file changed
SETUP/INSTALL.md
@@ -17,7 +17,7 @@ components.
17
18
### PHP
19
PHP version 7.4 is the minimum supported version. Limited testing has been done
20
-on PHP 8.0 and 8.1.
+on PHP 8.1 and 8.3.
21
22
The following PHP extensions are required. They are listed below with their
23
Ubuntu system package names.
@@ -78,6 +78,8 @@ Any web server that supports PHP should work, although all testing has
78
been done using Apache 2. All known deployments, including pgdp.net,
79
are using Apache 2 as well.
80
81
+The code will function with Apache's `mod_php` as well as `php-fpm`.
82
+
83
See `apache2.conf.example` for an example Apache config file, including
84
examples on enabling page compression and caching.
85
0 commit comments