I've ubuntu 12.04 running LAMP.
Script requirements are:
Ability to run PHP from the command line (CLI) with exec()
Ability to execute background processes with exec("binary > /dev/null &")
For the first should I install php-cli? or some other package? And for the second one, can anyone explain what it means?