You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Mihail (JIRA)" <ji...@apache.org> on 2019/05/08 13:03:00 UTC

[jira] [Created] (NETBEANS-2518) personal "PHP interpreter" for each project

Mihail created NETBEANS-2518:
--------------------------------

             Summary: personal "PHP interpreter" for each project
                 Key: NETBEANS-2518
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2518
             Project: NetBeans
          Issue Type: Improvement
          Components: php - Code, php - Project
    Affects Versions: 11.0, 10.0
            Reporter: Mihail


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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists