We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679a18f commit a8e4a55Copy full SHA for a8e4a55
lamp.sh
@@ -47,7 +47,7 @@ install()
47
install_with_shadow_workaround --no-install-recommends systemd
48
$APTINSTALL -t $RELEASE php${PHPVER} php${PHPVER}-curl php${PHPVER}-gd php${PHPVER}-fpm php${PHPVER}-cli php${PHPVER}-opcache \
49
php${PHPVER}-mbstring php${PHPVER}-xml php${PHPVER}-zip php${PHPVER}-fileinfo php${PHPVER}-ldap \
50
- php${PHPVER}-intl php${PHPVER}-bz2 # TODO: Add php-json back?
+ php${PHPVER}-intl php${PHPVER}-bz2
51
52
mkdir -p /run/php
53
0 commit comments