Skip to content

Commit e0b497b

Browse files
committed
Fix php 8.4 lib path in jailkit section template, #6895
1 parent 63eedc4 commit e0b497b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/tpl/jk_init.ini.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ includesections = php_common
254254

255255
[php8_4]
256256
comment = php version 8.4
257-
paths = /usr/bin/php8.4, /usr/lib/php/8.4/, /usr/lib/php/20240841/, /usr/share/php/8.4/, /etc/php/8.4/cli/, /etc/php/8.4/mods-available/
257+
paths = /usr/bin/php8.4, /usr/lib/php/8.4/, /usr/lib/php/20240924/, /usr/share/php/8.4/, /etc/php/8.4/cli/, /etc/php/8.4/mods-available/
258258
includesections = php_common
259259

260260
[imagemagick]

0 commit comments

Comments
 (0)