Add php8.2 and drop secp256k1 library which is only supported in php7

This commit is contained in:
2022-12-10 21:32:44 +01:00
parent dedf4d971d
commit 20bf31c496
6 changed files with 101 additions and 19 deletions

View File

@ -0,0 +1,16 @@
# This service is actually a systemd target,
# but we are using a service since targets cannot be reloaded.
[Unit]
Description=The PHP 8.2 FastCGI Process Manager (multi instance master)
Documentation=man:php-fpm8.2(8)
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecReload=/bin/true
[Install]
WantedBy=multi-user.target