use php 8.2 base

This commit is contained in:
Sebastian Hugentobler 2023-05-30 10:54:19 +02:00
parent 776a0022f1
commit dd7ab5fd9f
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
5 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
[template] [template]
src = "00_memory_limit.ini.tmpl" src = "00_memory_limit.ini.tmpl"
dest = "/etc/php81/conf.d/00_memory_limit.ini" dest = "/etc/php82/conf.d/00_memory_limit.ini"

View File

@ -1,3 +1,3 @@
[template] [template]
src = "01_max_execution_time.ini.tmpl" src = "01_max_execution_time.ini.tmpl"
dest = "/etc/php81/conf.d/01_max_execution_time.ini" dest = "/etc/php82/conf.d/01_max_execution_time.ini"

View File

@ -1,3 +1,3 @@
[template] [template]
src = "02_opcache.ini.tmpl" src = "02_opcache.ini.tmpl"
dest = "/etc/php81/conf.d/02_opcache.ini" dest = "/etc/php82/conf.d/02_opcache.ini"

View File

@ -1,3 +1,3 @@
[template] [template]
src = "www.conf.tmpl" src = "www.conf.tmpl"
dest = "/etc/php81/php-fpm.d/www.conf" dest = "/etc/php82/php-fpm.d/www.conf"

View File

@ -14,7 +14,7 @@
; Pid file ; Pid file
; Note: the default prefix is /var ; Note: the default prefix is /var
; Default Value: none ; Default Value: none
;pid = run/php81-fpm.pid ;pid = run/php82-fpm.pid
; Error log file ; Error log file
; If it's set to "syslog", log is sent to syslogd instead of being written ; If it's set to "syslog", log is sent to syslogd instead of being written
@ -122,4 +122,4 @@ error_log = syslog
; Relative path can also be used. They will be prefixed by: ; Relative path can also be used. They will be prefixed by:
; - the global prefix if it's been set (-p argument) ; - the global prefix if it's been set (-p argument)
; - /usr otherwise ; - /usr otherwise
include=/etc/php81/php-fpm.d/*.conf include=/etc/php82/php-fpm.d/*.conf