8000 Merge branch '3.4' into 4.3 · symfony/symfony-docs@c1d40e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit c1d40e9

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Additional help with Real-Time Output
2 parents a4476ce + f10332a commit c1d40e9

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
@@ -167,6 +167,12 @@ anonymous function to the
167167
}
168168
});
169169

170+
.. note::
171+
172+
This feature won't work as expected in servers using PHP output buffering.
173+
In those cases, either disable the `output_buffering`_ PHP option or use the
174+
:phpfunction:`ob_flush` PHP function to force sending the output buffer.
175+
170176
Running Processes Asynchronously
171177
--------------------------------
172178

@@ -476,4 +482,5 @@ whether `TTY`_ is supported on the current operating system::
476482

477483
.. _`pid`: https://en.wikipedia.org/wiki/Process_identifier
478484
.. _`PHP streams`: https://www.php.net/manual/en/book.stream.php
485+
.. _`output_buffering`: https://www.php.net/manual/en/outcontrol.configuration.php
479486
.. _`TTY`: https://en.wikipedia.org/wiki/Tty_(unix)

0 commit comments

Comments
 (0)
0