Browse Source

Update php.sh

FusionPBX 2 years ago
parent
commit
42e8d06504
1 changed files with 1 additions and 0 deletions
  1. 1 0
      debian/resources/upgrade/php.sh

+ 1 - 0
debian/resources/upgrade/php.sh

@@ -29,6 +29,7 @@ apt-get update
 
 #install php
 apt-get install -y php8.1 php8.1-cli php8.1-dev php8.1-fpm php8.1-pgsql php8.1-sqlite3 php8.1-odbc php8.1-curl php8.1-imap php8.1-xml php8.1-gd php8.1-mbstring php8.1-ldap
+#apt-get install -y php7.4 php7.4-cli php7.4-dev php7.4-fpm php7.4-pgsql php7.4-sqlite3 php7.4-odbc php7.4-curl php7.4-imap php7.4-xml php7.4-gd php7.4-mbstring php7.4-ldap
 
 #update the unix socket name
 sed -i /etc/nginx/sites-available/fusionpbx -e 's#unix:.*;#unix:/var/run/php/php8.1-fpm.sock;#g'