|
18 | 18 | </thead> |
19 | 19 | <tbody> |
20 | 20 | <row> |
21 | | - <entry><link linkend="ini.swoole.aio-thread-num">swoole.aio_thread_num</link></entry> |
22 | | - <entry>2</entry> |
23 | | - <entry><constant>INI_ALL</constant></entry> |
24 | | - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
25 | | - </row> |
26 | | - <row> |
27 | | - <entry><link linkend="ini.swoole.display-errors">swoole.display_errors</link></entry> |
| 21 | + <entry><link linkend="ini.swoole.enable-library">swoole.enable_library</link></entry> |
28 | 22 | <entry>On</entry> |
29 | 23 | <entry><constant>INI_ALL</constant></entry> |
30 | 24 | <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
31 | 25 | </row> |
32 | 26 | <row> |
33 | | - <entry><link linkend="ini.swoole.fast-serialize">swoole.fast_serialize</link></entry> |
| 27 | + <entry><link linkend="ini.swoole.enable-fiber-mock">swoole.enable_fiber_mock</link></entry> |
34 | 28 | <entry>Off</entry> |
35 | 29 | <entry><constant>INI_ALL</constant></entry> |
36 | 30 | <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
37 | 31 | </row> |
38 | 32 | <row> |
39 | | - <entry><link linkend="ini.swoole.unixsock-buffer-size">swoole.unixsock_buffer_size</link></entry> |
40 | | - <entry>8388608</entry> |
| 33 | + <entry><link linkend="ini.swoole.enable-preemptive-scheduler">swoole.enable_preemptive_scheduler</link></entry> |
| 34 | + <entry>Off</entry> |
41 | 35 | <entry><constant>INI_ALL</constant></entry> |
42 | 36 | <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
43 | 37 | </row> |
44 | 38 | <row> |
45 | | - <entry><link linkend="ini.swoole.use-namespace">swoole.use_namespace</link></entry> |
46 | | - <entry>On</entry> |
47 | | - <entry><constant>INI_SYSTEM</constant></entry> |
48 | | - <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
49 | | - </row> |
50 | | - <row> |
51 | | - <entry><link linkend="ini.swoole.enable-coroutine">swoole.enable_coroutine</link></entry> |
| 39 | + <entry><link linkend="ini.swoole.display-errors">swoole.display_errors</link></entry> |
52 | 40 | <entry>On</entry> |
53 | 41 | <entry><constant>INI_ALL</constant></entry> |
54 | | - <entry>Available as of swoole 4.0.0</entry> |
| 42 | + <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
55 | 43 | </row> |
56 | 44 | <row> |
57 | 45 | <entry><link linkend="ini.swoole.use-shortname">swoole.use_shortname</link></entry> |
58 | 46 | <entry>On</entry> |
59 | | - <entry><constant>INI_ALL</constant></entry> |
60 | | - <entry>Available as of swoole 4.0.0</entry> |
61 | | - </row> |
62 | | - <row> |
63 | | - <entry><link linkend="ini.swoole.enable-preemptive-scheduler">swoole.enable_preemptive_scheduler</link></entry> |
64 | | - <entry>Off</entry> |
65 | | - <entry><constant>INI_ALL</constant></entry> |
66 | | - <entry>Available as of swoole 4.4.0</entry> |
| 47 | + <entry><constant>INI_SYSTEM</constant></entry> |
| 48 | + <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
67 | 49 | </row> |
68 | 50 | <row> |
69 | | - <entry><link linkend="ini.swoole.enable-library">swoole.enable_library</link></entry> |
70 | | - <entry>On</entry> |
| 51 | + <entry><link linkend="ini.swoole.unixsock-buffer-size">swoole.unixsock_buffer_size</link></entry> |
| 52 | + <entry>8388608</entry> |
71 | 53 | <entry><constant>INI_ALL</constant></entry> |
72 | | - <entry>Available as of swoole 4.0.0</entry> |
| 54 | + <entry><!-- leave empty, this will be filled by an automatic script --></entry> |
73 | 55 | </row> |
74 | 56 | </tbody> |
75 | 57 | </tgroup> |
|
80 | 62 |
|
81 | 63 | <para> |
82 | 64 | <variablelist> |
83 | | - <varlistentry xml:id="ini.swoole.aio-thread-num"> |
84 | | - <term> |
85 | | - <parameter>swoole.aio_thread_num</parameter> |
86 | | - <type>int</type> |
87 | | - </term> |
88 | | - <listitem> |
89 | | - <para> |
90 | | - POSIX asynchronous I/O thread number |
91 | | - </para> |
92 | | - </listitem> |
93 | | - </varlistentry> |
94 | | - <varlistentry xml:id="ini.swoole.display-errors"> |
95 | | - <term> |
96 | | - <parameter>swoole.display_errors</parameter> |
97 | | - <type>string</type> |
98 | | - </term> |
99 | | - <listitem> |
100 | | - <para> |
101 | | - This determines whether Swoole errors should be printed to the screen. |
102 | | - </para> |
103 | | - </listitem> |
104 | | - </varlistentry> |
105 | | - <varlistentry xml:id="ini.swoole.fast-serialize"> |
106 | | - <term> |
107 | | - <parameter>swoole.fast_serialize</parameter> |
108 | | - <type>string</type> |
109 | | - </term> |
110 | | - <listitem> |
111 | | - <para> |
112 | | - Whether to enable Swoole fast_serialize. |
113 | | - </para> |
114 | | - </listitem> |
115 | | - </varlistentry> |
116 | | - <varlistentry xml:id="ini.swoole.unixsock-buffer-size"> |
117 | | - <term> |
118 | | - <parameter>swoole.unixsock_buffer_size</parameter> |
119 | | - <type>int</type> |
120 | | - </term> |
121 | | - <listitem> |
122 | | - <para> |
123 | | - Buffer size of Unix socket. |
124 | | - </para> |
125 | | - </listitem> |
126 | | - </varlistentry> |
127 | | - <varlistentry xml:id="ini.swoole.use-namespace"> |
128 | | - <term> |
129 | | - <parameter>swoole.use_namespace</parameter> |
130 | | - <type>string</type> |
131 | | - </term> |
132 | | - <listitem> |
133 | | - <para> |
134 | | - Whether to use PHP namespaces |
135 | | - </para> |
136 | | - </listitem> |
137 | | - </varlistentry> |
138 | | - <varlistentry xml:id="ini.swoole.enable-coroutine"> |
| 65 | + <varlistentry xml:id="ini.swoole.enable-library"> |
139 | 66 | <term> |
140 | | - <parameter>swoole.enable_coroutine</parameter> |
| 67 | + <parameter>swoole.enable_library</parameter> |
141 | 68 | <type>string</type> |
142 | 69 | </term> |
143 | 70 | <listitem> |
144 | 71 | <para> |
145 | | - Whether to enable coroutine |
| 72 | + Enable/disable the extension's built-in library. |
146 | 73 | </para> |
147 | 74 | </listitem> |
148 | 75 | </varlistentry> |
149 | | - <varlistentry xml:id="ini.swoole.use-shortname"> |
| 76 | + <varlistentry xml:id="ini.swoole.enable-fiber-mock"> |
150 | 77 | <term> |
151 | | - <parameter>swoole.use_shortname</parameter> |
| 78 | + <parameter>swoole.enable_fiber_mock</parameter> |
152 | 79 | <type>string</type> |
153 | 80 | </term> |
154 | 81 | <listitem> |
155 | 82 | <para> |
156 | | - Whether to enable short aliases |
| 83 | + Enable/disable use the xdebug extension to debug Swoole programs. |
157 | 84 | </para> |
158 | 85 | </listitem> |
159 | 86 | </varlistentry> |
|
164 | 91 | </term> |
165 | 92 | <listitem> |
166 | 93 | <para> |
167 | | - Whether to enable preemptive scheduler |
| 94 | + Prevent some coroutines from consuming CPU time for too long in a tight loop (10ms of CPU time), preventing other coroutines from getting scheduled. |
168 | 95 | </para> |
169 | 96 | </listitem> |
170 | 97 | </varlistentry> |
171 | | - <varlistentry xml:id="ini.swoole.enable-library"> |
| 98 | + <varlistentry xml:id="ini.swoole.display-errors"> |
172 | 99 | <term> |
173 | | - <parameter>swoole.enable_library</parameter> |
| 100 | + <parameter>swoole.display_errors</parameter> |
174 | 101 | <type>string</type> |
175 | 102 | </term> |
176 | 103 | <listitem> |
177 | 104 | <para> |
178 | | - Whether to enable library |
| 105 | + Enable/disable displaying Swoole error messages. |
| 106 | + </para> |
| 107 | + </listitem> |
| 108 | + </varlistentry> |
| 109 | + <varlistentry xml:id="ini.swoole.use-shortname"> |
| 110 | + <term> |
| 111 | + <parameter>swoole.use_shortname</parameter> |
| 112 | + <type>string</type> |
| 113 | + </term> |
| 114 | + <listitem> |
| 115 | + <para> |
| 116 | + Enable/disable short aliases. |
| 117 | + </para> |
| 118 | + </listitem> |
| 119 | + </varlistentry> |
| 120 | + <varlistentry xml:id="ini.swoole.unixsock-buffer-size"> |
| 121 | + <term> |
| 122 | + <parameter>swoole.unixsock_buffer_size</parameter> |
| 123 | + <type>int</type> |
| 124 | + </term> |
| 125 | + <listitem> |
| 126 | + <para> |
| 127 | + Set the size of the Socket buffer for inter-process communication. |
179 | 128 | </para> |
180 | 129 | </listitem> |
181 | 130 | </varlistentry> |
182 | | - |
183 | 131 | </variablelist> |
184 | 132 | </para> |
185 | 133 | </section> |
|
0 commit comments