I have to work with a production server that sucks. I can use Symfony2 required PHP version through apache, but not in the CLI, which uses an older PHP version.
So my question is... is there any way I could run console commands from the web browser? So, moving the console file to the server root directory and doing some changes... Later, for security reasons, of course, this file would be stored outside the root.
exec()? – Wouter J Nov 18 '12 at 20:45execexecutes a command in CLI :) – Waiting for Dev... Nov 18 '12 at 21:17