PHP cli script does not output anything
So I have a php script which I execute using the following command: php -f my_script.php myArguments The script is under version control using svn. I just updated it, pasted the command to run it into a terminal, and executed it. However, there is no output. Not a failure message, not it printing anything, nothing. It looks like it never starts. Kind of like the following: me:/srv/scripts# php -f my_script.php myArguments me:/srv/scripts# Other scripts will run just fine. It is difficult for me to come up with an SSCCE, as I can't really share the code that is causing this, and I haven't been