Skip to content

Commit 0791a9d

Browse files
authored
Sync outdated files (#976)
1 parent 751c0af commit 0791a9d

File tree

7 files changed

+48
-18
lines changed

7 files changed

+48
-18
lines changed

reference/lua/setup.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 48ce43fe79fa0c9f31f187ea8ec995b4cb13037e Maintainer: 邹松 Status: ready -->
3+
<!-- EN-Revision: 307e7d78baacfcd228eef8f384e96659b67d9adb Maintainer: 邹松 Status: ready -->
44
<!-- CREDITS: Luffy -->
55
<chapter xml:id="lua.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
&reftitle.setup;
@@ -21,9 +21,6 @@
2121
&pecl.info;
2222
<link xlink:href="&url.pecl.package;lua">&url.pecl.package;lua</link>.
2323
</para>
24-
<para>
25-
&pecl.windows.download;
26-
</para>
2724
</section>
2825

2926
</chapter>

reference/outcontrol/functions/flush.xml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 91ab4f5f898023b0eed0e642e1482ac11f749d20 Maintainer: micky Status: ready -->
4-
<!-- CREDITS: mowangjuanzi -->
3+
<!-- EN-Revision: 77ae3334a01188bfe7067cf01f1ef6cc19469da3 Maintainer: micky Status: ready -->
4+
<!-- CREDITS: mowangjuanzi, Luffy -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.flush">
66
<refnamediv>
77
<refname>flush</refname>
@@ -49,6 +49,28 @@
4949
</para>
5050
</refsect1>
5151

52+
<refsect1 role="changelog">
53+
&reftitle.changelog;
54+
<informaltable>
55+
<tgroup cols="2">
56+
<thead>
57+
<row>
58+
<entry>&Version;</entry>
59+
<entry>&Description;</entry>
60+
</row>
61+
</thead>
62+
<tbody>
63+
<row>
64+
<entry>8.4.0</entry>
65+
<entry>
66+
现在在 FastCGI 中,可以成功冲刷没有主体的 header。
67+
</entry>
68+
</row>
69+
</tbody>
70+
</tgroup>
71+
</informaltable>
72+
</refsect1>
73+
5274
<refsect1 role="seealso">
5375
&reftitle.seealso;
5476
<para>

reference/outcontrol/functions/ob-start.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: da6be21fef84d61cc4c621b3fe1d5fd2c9046c45 Maintainer: avenger Status: ready -->
3+
<!-- EN-Revision: e58094c4537a9ac89a6a0a7e64a4256d63e05514 Maintainer: avenger Status: ready -->
44
<!-- CREDITS: mowangjuanzi, Luffy -->
55
<refentry xml:id="function.ob-start" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -138,6 +138,12 @@
138138
</tbody>
139139
</tgroup>
140140
</informaltable>
141+
<note>
142+
<simpara>
143+
在 PHP 8.4.0 之前,flags 参数还可以设置
144+
<link linkend="outcontrol.constants.flags-returned-by-handler">输出处理程序状态标志</link>。
145+
</simpara>
146+
</note>
141147
</para>
142148
</listitem>
143149
</varlistentry>

reference/outcontrol/functions/output-add-rewrite-var.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: b0d9505811e05bc11b58ef23167f3855c742edba Maintainer: mowangjuanzi Status: ready -->
3+
<!-- EN-Revision: ba4d305a78a5a09589424a4ceb84182334c247c2 Maintainer: mowangjuanzi Status: ready -->
4+
<!-- CREDITS: Luffy -->
45
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.output-add-rewrite-var">
56
<refnamediv>
67
<refname>output_add_rewrite_var</refname>
@@ -33,6 +34,12 @@
3334
一旦关闭了 <literal>'URL-Rewriter'</literal> 处理程序,就无法再次启动。
3435
</simpara>
3536
</note>
37+
<warning>
38+
<simpara>
39+
在 PHP 8.4.0 之前,要重写的主机设置在 <link linkend="ini.session.trans-sid-hosts">session.trans_sid_hosts</link>
40+
中,而不是 <link linkend="ini.url-rewriter.hosts">url_rewriter.hosts</link> 中。
41+
</simpara>
42+
</warning>
3643
</refsect1>
3744

3845
<refsect1 role="parameters">

reference/reflection/reflectionextension/construct.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: ca840c9a6d665e60a7de48b57a5b6440c0d3b0c1 Maintainer: benson zhai Status: ready -->
4-
<!-- CREDITS: mowangjuanzi -->
3+
<!-- EN-Revision: e62098163abde8c0b6b4d5c1b889b7312b5de3da Maintainer: benson zhai Status: ready -->
4+
<!-- CREDITS: mowangjuanzi, Luffy -->
55
<refentry xml:id="reflectionextension.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
77
<refname>ReflectionExtension::__construct</refname>
@@ -59,7 +59,7 @@ printf('Extension: %s (version: %s)', $ext->getName(), $ext->getVersion());
5959
&example.outputs.similar;
6060
<screen>
6161
<![CDATA[
62-
Extension: Reflection (version: $Revision$)
62+
Extension: Reflection (version: 8.3.17)
6363
]]>
6464
</screen>
6565
</example>

reference/reflection/reflectionextension/info.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: benson zhai Status: ready -->
4-
<!-- CREDITS: mowangjuanzi -->
3+
<!-- EN-Revision: e62098163abde8c0b6b4d5c1b889b7312b5de3da Maintainer: benson zhai Status: ready -->
4+
<!-- CREDITS: mowangjuanzi, Luffy -->
55
<refentry xml:id="reflectionextension.info" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
77
<refname>ReflectionExtension::info</refname>
@@ -50,7 +50,7 @@ $ext->info();
5050
mysqli
5151
5252
MysqlI Support => enabled
53-
Client API library version => mysqlnd 5.0.5-dev - 081106 - $Revision$
53+
Client API library version => mysqlnd 8.3.17
5454
Active Persistent Links => 0
5555
Inactive Persistent Links => 0
5656
Active Links => 0

reference/yar/setup.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 914b97130aed191518791045b93b6f858ef5a139 Maintainer: mowangjuanzi Status: ready -->
3+
<!-- EN-Revision: 307e7d78baacfcd228eef8f384e96659b67d9adb Maintainer: mowangjuanzi Status: ready -->
4+
<!-- CREDITS: Luffy -->
45
<chapter xml:id="yar.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
56
&reftitle.setup;
67

@@ -20,9 +21,6 @@
2021
&pecl.info;
2122
<link xlink:href="&url.pecl.package;yar">&url.pecl.package;yar</link>.
2223
</para>
23-
<para>
24-
&pecl.windows.download;
25-
</para>
2624
</section>
2725

2826
&reference.yar.ini;

0 commit comments

Comments
 (0)