On a recent PHP project, I was having trouble with the somewhat ridiculous PHP error handling and Alec, a developer here, pointed me to the terminal "tail" command. This command keeps a persistent connection open to a file and reads the contents into a terminal window. Using it I was able to tail the php_error_log file, which gave me a full readout of errors regardless of 17 different ways to set PHP error levels. This technique can also be used for debugging Flash content.


