PHP 8.5.0 Alpha 1 available for testing

Voting

: five minus two?
(Example: nine)

The Note You're Voting On

tox at novasonica dot com
5 years ago
I was trying to implement a system that allows running arbitrary CLI commands with parameters, but I kept running into the issues with user prompts from the command as they would let execution hang. The solution is simple: just use passthru() as it outputs everything and correctly handles user prompts out of the box.

<< Back to user notes page

To Top