Skip to content

Commit 90aa920

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Additional help with Real-Time Output
2 parents 9b27e6d + c1d40e9 commit 90aa920

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

components/process.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,12 @@ anonymous function to the
178178
}
179179
});
180180

181+
.. note::
182+
183+
This feature won't work as expected in servers using PHP output buffering.
184+
In those cases, either disable the `output_buffering`_ PHP option or use the
185+
:phpfunction:`ob_flush` PHP function to force sending the output buffer.
186+
181187
Running Processes Asynchronously
182188
--------------------------------
183189

@@ -508,4 +514,5 @@ whether `TTY`_ is supported on the current operating system::
508514

509515
.. _`pid`: https://en.wikipedia.org/wiki/Process_identifier
510516
.. _`PHP streams`: https://www.php.net/manual/en/book.stream.php
517+
.. _`output_buffering`: https://www.php.net/manual/en/outcontrol.configuration.php
511518
.. _`TTY`: https://en.wikipedia.org/wiki/Tty_(unix)

0 commit comments

Comments
 (0)