Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
10.0, 11.0
-
None
Description
In the current implementation, netbeans allows you to select only one "PHP interpreter file" for use.
any_project -> /usr/bin/php5.6
in a situation where projects require the use of different versions of the "PHP interpreter file", when switching to another project, you have to forcefully reinstall the version of the "PHP interpreter file" in the IDE configuration, which is very inconvenient.
it would be useful to be able to set the "PHP interpreter file" personally for each project.
for example:
project_1 -> /usr/bin/php5.6
project_2 -> /usr/bin/php7.1
project_3 -> /usr/bin/php7.3