Skip to content

Commit da73d6a

Browse files
author
Thom Pol
committed
Add php8.2 to jailkit (#6275)
1 parent 90245b9 commit da73d6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install/tpl/jk_init.ini.master

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,11 @@ comment = php version 8.1
238238
paths = /usr/bin/php8.1, /usr/lib/php/8.1/, /usr/lib/php/20210902/, /usr/share/php/8.1/, /etc/php/8.1/cli/, /etc/php/8.1/mods-available/
239239
includesections = php_common
240240

241+
[php8_2]
242+
comment = php version 8.2
243+
paths = /usr/bin/php8.2, /usr/lib/php/8.2/, /usr/lib/php/20210902/, /usr/share/php/8.2/, /etc/php/8.2/cli/, /etc/php/8.2/mods-available/
244+
includesections = php_common
245+
241246
[imagemagick]
242247
comment = ImageMagick needed for php-imagemagick extension
243248
paths = /usr/share/ImageMagick-*, /etc/ImageMagick-*, /usr/lib/*/ImageMagick-*

0 commit comments

Comments
 (0)