Skip to content

Commit 0830e53

Browse files
committed
Merge branch '4.4'
* 4.4: Additional help with Real-Time Output
2 parents df90d32 + 90aa920 commit 0830e53

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
@@ -173,6 +173,12 @@ anonymous function to the
173173
}
174174
});
175175

176+
.. note::
177+
178+
This feature won't work as expected in servers using PHP output buffering.
179+
In those cases, either disable the `output_buffering`_ PHP option or use the
180+
:phpfunction:`ob_flush` PHP function to force sending the output buffer.
181+
176182
Running Processes Asynchronously
177183
--------------------------------
178184

@@ -499,4 +505,5 @@ whether `TTY`_ is supported on the current operating system::
499505

500506
.. _`pid`: https://en.wikipedia.org/wiki/Process_identifier
501507
.. _`PHP streams`: https://www.php.net/manual/en/book.stream.php
508+
.. _`output_buffering`: https://www.php.net/manual/en/outcontrol.configuration.php
502509
.. _`TTY`: https://en.wikipedia.org/wiki/Tty_(unix)

0 commit comments

Comments
 (0)