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.
There is a bundle for the console in the browser.
https://github.com/winzou/ConsoleBundle
It is used for shared servers.