mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 05:10:06 +00:00
fixes bug in setup_php
This commit is contained in:
parent
e05a351712
commit
e4b2e051bf
2 changed files with 13 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ msg_info "Installing Dependencies"
|
|||
$STD apt install -y fping
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
PHP_VERSION="8.3" PHP_APACHE="YES" PHP_FPM="YES" PHP_MODULE="mysql,gmp,snmp,ldap,apcu" setup_php
|
||||
PHP_VERSION="8.3" PHP_APACHE="YES" PHP_FPM="YES" PHP_MODULE="pdo,pdo-mysql,gmp,snmp,ldap,apcu" setup_php
|
||||
|
||||
msg_info "Installing PHP-PEAR"
|
||||
$STD apt install -y \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue