mirror of
https://github.com/YunoHost-Apps/phpinfo_ynh.git
synced 2024-09-03 19:56:23 +02:00
48 lines
928 B
Text
48 lines
928 B
Text
;; Test complet avec php 7.3
|
|
; Manifest
|
|
domain="domain.tld" (DOMAIN)
|
|
path="/path" (PATH)
|
|
phpversion="7.3"
|
|
; Checks
|
|
pkg_linter=1
|
|
setup_sub_dir=1
|
|
setup_root=0
|
|
setup_nourl=0
|
|
setup_private=0
|
|
setup_public=0
|
|
upgrade=1
|
|
backup_restore=1
|
|
multi_instance=1
|
|
incorrect_path=0
|
|
port_already_use=0
|
|
change_url=0
|
|
;; Test avec php 7.2
|
|
; Manifest
|
|
domain="domain.tld" (DOMAIN)
|
|
path="/path" (PATH)
|
|
phpversion="7.2"
|
|
; Checks
|
|
setup_sub_dir=1
|
|
backup_restore=1
|
|
;; Test avec php 7.1
|
|
; Manifest
|
|
domain="domain.tld" (DOMAIN)
|
|
path="/path" (PATH)
|
|
phpversion="7.1"
|
|
; Checks
|
|
setup_sub_dir=1
|
|
backup_restore=1
|
|
;; Test avec php 7.0
|
|
; Manifest
|
|
domain="domain.tld" (DOMAIN)
|
|
path="/path" (PATH)
|
|
phpversion="7.0"
|
|
; Checks
|
|
setup_sub_dir=1
|
|
backup_restore=1
|
|
;;; Levels
|
|
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
|
|
Level 5=auto
|
|
;;; Options
|
|
Email=
|
|
Notification=none
|