PHP 8.5.0 Alpha 4 available for testing

Voting

: seven plus zero?
(Example: nine)

The Note You're Voting On

swbrown at ucsd dot edu
22 years ago
passthru() seems absolutely determined to buffer output no matter what you do, even with ob_implicit_flush(). The solution seems to be to use popen() instead.

<< Back to user notes page

To Top