I would need to know what I need to change in the configuration of my php.ini (CLI) (or where needed) to allow a common user to execute a script written in php.
When I run it as root I have no problems, when I run it as a common user I get the error:
Could not open input file: xx.php
The solution of adding the user in sudoers is not viable ... I'm using Ubuntu 14.04 LTS with PHP 5.5.9-1 Thanks.