1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rss-bridge_ynh.git synced 2024-09-03 20:25:51 +02:00

Upgrade from php 7.3 to 8.0

This commit is contained in:
Binnette 2023-01-30 13:35:54 +01:00
parent fcbdba8de9
commit bd7f29f890
3 changed files with 4 additions and 4 deletions

View file

@ -229,7 +229,7 @@ pm.max_spare_servers = 3
; last request memory: 0 ; last request memory: 0
; ;
; Note: There is a real-time FPM status monitoring sample web page available ; Note: There is a real-time FPM status monitoring sample web page available
; It's available in: /usr/share/php/7.0/fpm/status.html ; It's available in: /usr/share/php/8.0/fpm/status.html
; ;
; Note: The value must start with a leading slash (/). The value can be ; Note: The value must start with a leading slash (/). The value can be
; anything, but it may not be a good idea to use the .php extension or it ; anything, but it may not be a good idea to use the .php extension or it

View file

@ -6,7 +6,7 @@
"en": "RSS and Atom feed generator for websites that don't have one", "en": "RSS and Atom feed generator for websites that don't have one",
"fr": "Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas" "fr": "Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas"
}, },
"version": "2022.06.14~ynh2", "version": "2022.06.14~ynh3",
"url": "https://github.com/RSS-Bridge/rss-bridge", "url": "https://github.com/RSS-Bridge/rss-bridge",
"upstream": { "upstream": {
"license": "Unlicense", "license": "Unlicense",
@ -25,7 +25,7 @@
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
"nginx", "nginx",
"php7.3-fpm", "php8.0-fpm",
"mysql" "mysql"
], ],
"arguments": { "arguments": {

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
YNH_PHP_VERSION="7.3" YNH_PHP_VERSION="8.0"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS