I'm using php 5.4.7 and in my every development day basis i have to run php built in server like 100 times a day most times for the same project i want to know is there any way to write a php program that runs as a deamon on gnu-linux-ubuntu.13.04 and writes log information to a certain file.
I want to just once run this command:
php myserver.php --host="localhost" --port="8000"
then close the terminal and have the server up for the rest of the day. Any suggestions?