Sources: http://php.net/sites.php
Installation:
Working in php interactive Shell:
php -a # this gets you into php shell, where you run your php scripts. ctrl+c to exit.
php -r "COMMAND TO RUN" # -r allows you to run any php script.
php -i #Prints installation details.
hosting php in web container:
will be back soon...