Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions reference/lua/setup.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 48ce43fe79fa0c9f31f187ea8ec995b4cb13037e Maintainer: 邹松 Status: ready -->
<!-- EN-Revision: 307e7d78baacfcd228eef8f384e96659b67d9adb Maintainer: 邹松 Status: ready -->
<!-- CREDITS: Luffy -->
<chapter xml:id="lua.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
Expand All @@ -21,9 +21,6 @@
&pecl.info;
<link xlink:href="&url.pecl.package;lua">&url.pecl.package;lua</link>.
</para>
<para>
&pecl.windows.download;
</para>
</section>

</chapter>
Expand Down
26 changes: 24 additions & 2 deletions reference/outcontrol/functions/flush.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 91ab4f5f898023b0eed0e642e1482ac11f749d20 Maintainer: micky Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<!-- EN-Revision: 77ae3334a01188bfe7067cf01f1ef6cc19469da3 Maintainer: micky Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.flush">
<refnamediv>
<refname>flush</refname>
Expand Down Expand Up @@ -49,6 +49,28 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
现在在 FastCGI 中,可以成功冲刷没有主体的 header。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
8 changes: 7 additions & 1 deletion reference/outcontrol/functions/ob-start.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: da6be21fef84d61cc4c621b3fe1d5fd2c9046c45 Maintainer: avenger Status: ready -->
<!-- EN-Revision: e58094c4537a9ac89a6a0a7e64a4256d63e05514 Maintainer: avenger Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<refentry xml:id="function.ob-start" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -138,6 +138,12 @@
</tbody>
</tgroup>
</informaltable>
<note>
<simpara>
在 PHP 8.4.0 之前,flags 参数还可以设置
<link linkend="outcontrol.constants.flags-returned-by-handler">输出处理程序状态标志</link>。
</simpara>
</note>
</para>
</listitem>
</varlistentry>
Expand Down
9 changes: 8 additions & 1 deletion reference/outcontrol/functions/output-add-rewrite-var.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: b0d9505811e05bc11b58ef23167f3855c742edba Maintainer: mowangjuanzi Status: ready -->
<!-- EN-Revision: ba4d305a78a5a09589424a4ceb84182334c247c2 Maintainer: mowangjuanzi Status: ready -->
<!-- CREDITS: Luffy -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.output-add-rewrite-var">
<refnamediv>
<refname>output_add_rewrite_var</refname>
Expand Down Expand Up @@ -33,6 +34,12 @@
一旦关闭了 <literal>'URL-Rewriter'</literal> 处理程序,就无法再次启动。
</simpara>
</note>
<warning>
<simpara>
在 PHP 8.4.0 之前,要重写的主机设置在 <link linkend="ini.session.trans-sid-hosts">session.trans_sid_hosts</link>
中,而不是 <link linkend="ini.url-rewriter.hosts">url_rewriter.hosts</link> 中。
</simpara>
</warning>
</refsect1>

<refsect1 role="parameters">
Expand Down
6 changes: 3 additions & 3 deletions reference/reflection/reflectionextension/construct.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: ca840c9a6d665e60a7de48b57a5b6440c0d3b0c1 Maintainer: benson zhai Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<!-- EN-Revision: e62098163abde8c0b6b4d5c1b889b7312b5de3da Maintainer: benson zhai Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<refentry xml:id="reflectionextension.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>ReflectionExtension::__construct</refname>
Expand Down Expand Up @@ -59,7 +59,7 @@ printf('Extension: %s (version: %s)', $ext->getName(), $ext->getVersion());
&example.outputs.similar;
<screen>
<![CDATA[
Extension: Reflection (version: $Revision$)
Extension: Reflection (version: 8.3.17)
]]>
</screen>
</example>
Expand Down
6 changes: 3 additions & 3 deletions reference/reflection/reflectionextension/info.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: benson zhai Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<!-- EN-Revision: e62098163abde8c0b6b4d5c1b889b7312b5de3da Maintainer: benson zhai Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<refentry xml:id="reflectionextension.info" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>ReflectionExtension::info</refname>
Expand Down Expand Up @@ -50,7 +50,7 @@ $ext->info();
mysqli

MysqlI Support => enabled
Client API library version => mysqlnd 5.0.5-dev - 081106 - $Revision$
Client API library version => mysqlnd 8.3.17
Active Persistent Links => 0
Inactive Persistent Links => 0
Active Links => 0
Expand Down
6 changes: 2 additions & 4 deletions reference/yar/setup.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 914b97130aed191518791045b93b6f858ef5a139 Maintainer: mowangjuanzi Status: ready -->
<!-- EN-Revision: 307e7d78baacfcd228eef8f384e96659b67d9adb Maintainer: mowangjuanzi Status: ready -->
<!-- CREDITS: Luffy -->
<chapter xml:id="yar.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;

Expand All @@ -20,9 +21,6 @@
&pecl.info;
<link xlink:href="&url.pecl.package;yar">&url.pecl.package;yar</link>.
</para>
<para>
&pecl.windows.download;
</para>
</section>

&reference.yar.ini;
Expand Down