It would appear this is caused by the combination of two things, the passthu function being disabled and the behavior of php 8 or greater.
https://www.php.net/manual/en/function.passthru.php
8.0.0 If command is empty or contains null bytes, passthru() now throws a ValueError. Previously it emitted an E_WARNING and returned false.
Statistics: Posted by thecoalman — Fri Dec 27, 2024 7:22 pm