Skip to content

Commit 6cccb49

Browse files
committed
qf: phpipham php8.3
1 parent 5adfc83 commit 6cccb49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ct/phpipam.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function update_script() {
3333
systemctl stop apache2
3434
msg_ok "Stopped Service"
3535

36-
PHP_VERSION="8.4" PHP_APACHE="YES" PHP_FPM="YES" PHP_MODULE="mysql,gmp,snmp,ldap,apcu" setup_php
36+
PHP_VERSION="8.3" PHP_APACHE="YES" PHP_FPM="YES" PHP_MODULE="mysql,gmp,snmp,ldap,apcu" setup_php
3737

3838
msg_info "Installing PHP-PEAR"
3939
$STD apt install -y \

install/phpipam-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setting_up_container
1313
network_check
1414
update_os
1515

16-
PHP_VERSION="8.4" PHP_APACHE="YES" PHP_FPM="YES" PHP_MODULE="mysql,gmp,snmp,ldap,apcu" setup_php
16+
PHP_VERSION="8.3" PHP_APACHE="YES" PHP_FPM="YES" PHP_MODULE="mysql,gmp,snmp,ldap,apcu" setup_php
1717

1818
msg_info "Installing PHP-PEAR"
1919
$STD apt install -y \
@@ -33,7 +33,7 @@ sed -i -e "s/\(\$disable_installer = \).*/\1true;/" \
3333
-e "s/\(\$db\['pass'\] = \).*/\1'$MARIADB_DB_PASS';/" \
3434
-e "s/\(\$db\['name'\] = \).*/\1'$MARIADB_DB_NAME';/" \
3535
/opt/phpipam/config.php
36-
sed -i '/max_execution_time/s/= .*/= 600/' /etc/php/8.4/apache2/php.ini
36+
sed -i '/max_execution_time/s/= .*/= 600/' /etc/php/8.3/apache2/php.ini
3737
msg_ok "Installed phpIPAM"
3838

3939
msg_info "Creating Service"

0 commit comments

Comments
 (0)