Files
nixpkgs/pkgs/development/interpreters/php
Jan Tojnar 3e601e5455 php: Enable ACL support for FPM
This will allow authorizing extra processes like Prometheus exporter without having to run it as `listen.user` (or adding it `listen.group` and changing `listen.mode` to `0660`).

It is disabled by default:

https://www.php.net/manual/en/install.fpm.install.php

but it has been available since PHP 5.6:

https://github.com/php/php-src/commit/744ada7d9ddb7c0f37c494bf0e7636cb1ed6cb34

And Debian enables it too:

https://salsa.debian.org/php-team/php/-/commit/153055e5e35b4e8fce0fc452d2052e5457242abd
2025-11-10 04:01:01 +01:00
..
2025-11-01 13:24:04 +00:00
2025-11-01 18:48:54 +01:00
2025-11-10 04:01:01 +01:00