I've got a standard LAMP setup on my machine. This morning, it started executing scripts multiple times.
For instance, in the code:
log_message('error', "here be a message ".rand()); exit;
My log file is recording TWO log messages with a different random number, despite there being an exit in the script. I've not had this before and a little bit stumped. Can anyone give me any clues as to why this might be happening?