Page 1 of 1

Console application on custom PHP installation

PostPosted: November 12th, 2018, 12:22 pm
by timbeck
I am doing a fair amount of work with console applications. I use docker images to set the PHP and webserver environments per project. This works fine for Web projects, but there is no way of setting the PHP environment for console projects.

For many reasons I don't want to use the IIS Express php installations.

Can this be changed? If not I will no longer be able to use PHP Tools for console projects.

Also, it is very irritating to update the project every time you want to debug a console project. Something like runtime parameters from the debug menu would be much better