We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0db0b commit f0203e4Copy full SHA for f0203e4
1 file changed
install/tpl/jk_init.ini.master
@@ -225,3 +225,8 @@ includesections = php_common
225
comment = php version 7.4
226
paths = /usr/bin/php7.4, /usr/lib/php/7.4/, /usr/lib/php/20190902/, /usr/share/php/7.4/, /etc/php/7.4/cli/, /etc/php/7.4/mods-available/
227
includesections = php_common
228
+
229
+[php8_0]
230
+comment = php version 8.0
231
+paths = /usr/bin/php8.0, /usr/lib/php/8.0/, /usr/lib/php/20200930/, /usr/share/php/8.0/, /etc/php/8.0/cli/, /etc/php/8.0/mods-available/
232
+includesections = php_common
0 commit comments