diff --git a/install/fpm/configuration.xml b/install/fpm/configuration.xml
index 4b9edb5446f8..12ef26f48af9 100644
--- a/install/fpm/configuration.xml
+++ b/install/fpm/configuration.xml
@@ -342,6 +342,18 @@
+
+
+ listen.setfib
+ int
+
+
+
+ Set the associated the route table (FIB). FreeBSD only.
+ Default Value: -1. Since PHP 8.2.0.
+
+
+
user
@@ -978,6 +990,18 @@
+
+
+ access.suppress_path
+ array
+
+
+
+ A list of request_uri values which should be filtered from the access log.
+ Default value: not set. Since PHP 8.2.0.
+
+
+
It's possible to pass additional environment variables and update PHP settings of a certain pool.
@@ -1017,13 +1041,13 @@ php_admin_value[memory_limit] = 32M
set PHP settings in nginx.conf
-
+]]>