File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change 342
342
</para >
343
343
</listitem >
344
344
</varlistentry >
345
+ <varlistentry xml : id =" listen-setfib" >
346
+ <term >
347
+ <parameter >listen.setfib</parameter >
348
+ <type >int</type >
349
+ </term >
350
+ <listitem >
351
+ <para >
352
+ Set the associated the route table (FIB). FreeBSD only.
353
+ Default Value: <literal >-1</literal >. Since PHP 8.2.0.
354
+ </para >
355
+ </listitem >
356
+ </varlistentry >
345
357
<varlistentry xml : id =" user" >
346
358
<term >
347
359
<parameter >user</parameter >
978
990
</para >
979
991
</listitem >
980
992
</varlistentry >
993
+ <varlistentry xml : id =" access.suppress-path" >
994
+ <term >
995
+ <parameter >access.suppress_path</parameter >
996
+ <type >array</type >
997
+ </term >
998
+ <listitem >
999
+ <para >
1000
+ A list of request_uri values which should be filtered from the access log.
1001
+ Default value: not set. Since PHP 8.2.0.
1002
+ </para >
1003
+ </listitem >
1004
+ </varlistentry >
981
1005
</variablelist >
982
1006
<para >
983
1007
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
1017
1041
<example >
1018
1042
<title >set PHP settings in nginx.conf</title >
1019
1043
<programlisting role =" ini" >
1020
- <![CDATA[
1044
+ <![CDATA[
1021
1045
set $php_value "pcre.backtrack_limit=424242";
1022
1046
set $php_value "$php_value \n pcre.recursion_limit=99999";
1023
1047
fastcgi_param PHP_VALUE $php_value;
1024
1048
1025
1049
fastcgi_param PHP_ADMIN_VALUE "open_basedir=/var/www/htdocs";
1026
- ]]>
1050
+ ]]>
1027
1051
</programlisting >
1028
1052
</example >
1029
1053
<caution >
You can’t perform that action at this time.
0 commit comments