Skip to content

Commit

Permalink
[PHP 8.4] fix php/doc-en#4122 (PHP 8.4: Flushing headers without a bo…
Browse files Browse the repository at this point in the history
…dy will now succeed) (#188)

* [WIP] fix php/doc-en#4122

* #188 Insert original content

* #188 Translate

* `EN-Revision`の更新

---------

Co-authored-by: 武田 憲太郎 <[email protected]>
  • Loading branch information
o0h and KentarouTakeda authored Nov 24, 2024
1 parent 2a392a8 commit 9a079f4
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion reference/outcontrol/functions/flush.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: 91ab4f5f898023b0eed0e642e1482ac11f749d20 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: bac9d6a54fae363b3cc337bda924a76ff47e8851 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.flush">
<refnamediv>
Expand Down Expand Up @@ -56,6 +56,28 @@
&return.void;
</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 利用時に、本文なしでヘッダをフラッシュできるようになりました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
Expand Down

0 comments on commit 9a079f4

Please sign in to comment.