Skip to content

Commit 9a079f4

Browse files
o0hKentarouTakeda
andauthored
[PHP 8.4] fix php/doc-en#4122 (PHP 8.4: Flushing headers without a body will now succeed) (#188)
* [WIP] fix php/doc-en#4122 * #188 Insert original content * #188 Translate * `EN-Revision`の更新 --------- Co-authored-by: 武田 憲太郎 <[email protected]>
1 parent 2a392a8 commit 9a079f4

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

reference/outcontrol/functions/flush.xml

Lines changed: 23 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: 91ab4f5f898023b0eed0e642e1482ac11f749d20 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: bac9d6a54fae363b3cc337bda924a76ff47e8851 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: shimooka -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.flush">
66
<refnamediv>
@@ -56,6 +56,28 @@
5656
&return.void;
5757
</para>
5858
</refsect1>
59+
60+
<refsect1 role="changelog">
61+
&reftitle.changelog;
62+
<informaltable>
63+
<tgroup cols="2">
64+
<thead>
65+
<row>
66+
<entry>&Version;</entry>
67+
<entry>&Description;</entry>
68+
</row>
69+
</thead>
70+
<tbody>
71+
<row>
72+
<entry>8.4.0</entry>
73+
<entry>
74+
FastCGI 利用時に、本文なしでヘッダをフラッシュできるようになりました。
75+
</entry>
76+
</row>
77+
</tbody>
78+
</tgroup>
79+
</informaltable>
80+
</refsect1>
5981

6082
<refsect1 role="seealso">
6183
&reftitle.seealso;

0 commit comments

Comments
 (0)