You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Junichi Yamamoto (Jira)" <ji...@apache.org> on 2021/07/28 12:06:01 UTC

[jira] [Commented] (NETBEANS-5882) Allow to set PHP version for syntax check

    [ https://issues.apache.org/jira/browse/NETBEANS-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17388714#comment-17388714 ] 

Junichi Yamamoto commented on NETBEANS-5882:
--------------------------------------------

Well, we support the syntax of only the latest version of PHP if there is a BC break(e.g. "match" keyword) because we don't want to have multiple parsers.

In such a case, sooner or later, I think a user has to fix it.

 

> Allow to set PHP version for syntax check
> -----------------------------------------
>
>                 Key: NETBEANS-5882
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5882
>             Project: NetBeans
>          Issue Type: Bug
>          Components: php - Code Analysis
>    Affects Versions: 12.4
>            Reporter: Andreas Erhard
>            Priority: Minor
>
> The possibility to set/utilize the PHP version (as selectable in the project properties) for the PHP syntax check would be quite useful. Due to the fact that PHP8 reserves more keywords, code which uses those e.g. in namespace or for class names is marked as invalid (syntax error).
> However, those PHP files have perfectly valid PHP 7.x syntax. Due to the error, working with the affected code becomes much harder (no auto-complete, no spotting of real syntax-errors, ...).
> Is there some way to override the PHP version used for syntax checks? Thank you!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
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