Skip to content

Commit df8ea6a

Browse files
author
Till Brehm
committed
Implements #6711 Add PHP 8.3 section in Jailkit config
1 parent b6de721 commit df8ea6a

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
@@ -243,6 +243,11 @@ comment = php version 8.2
243243
paths = /usr/bin/php8.2, /usr/lib/php/8.2/, /usr/lib/php/20220829/, /usr/share/php/8.2/, /etc/php/8.2/cli/, /etc/php/8.2/mods-available/
244244
includesections = php_common
245245

246+
[php8_3]
247+
comment = php version 8.3
248+
paths = /usr/bin/php8.3, /usr/lib/php/8.3/, /usr/lib/php/20230831/, /usr/share/php/8.3/, /etc/php/8.3/cli/, /etc/php/8.3/mods-available/
249+
includesections = php_common
250+
246251
[imagemagick]
247252
comment = ImageMagick needed for php-imagemagick extension
248253
paths = /usr/share/ImageMagick-*, /etc/ImageMagick-*, /usr/lib/*/ImageMagick-*

0 commit comments

Comments
 (0)