You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/08/01 11:43:59 UTC

[GitHub] [netbeans] pluk77 opened a new issue, #4457: Syntax error in php7.4 on php8.1 readonly keyword

pluk77 opened a new issue, #4457:
URL: https://github.com/apache/netbeans/issues/4457

   ### Apache NetBeans version
   
   Apache NetBeans 14
   
   ### What happened
   
   The php version in my project is set to 7.4, yet I get a syntax error related to a php8.1 keyword (readonly), specifically in my 'use' and 'namespace' statement. This should not happen as it is not a reserved keyword in <8.1
   
   ### How to reproduce
   
   Set php version to 7.4
   Add the following statements in a PHP file
   
   ```php
   namespace Src\BaseEntity\ReadOnly;
   
   use Src\BaseEntity\ReadOnly\SisterEntity;
   ```
   
   
   ### Did this work correctly in an earlier version?
   
   Apache NetBeans 12.4
   
   ### Operating System
   
   windows
   
   ### JDK
   
   1.8.0_302; OpenJDK 64-Bit Server VM 25.302-b08
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   Have not tried on Netbeans > 12.4 or 13, just migrated from 12.4 to 14
   
   Could have been introduced as part of https://github.com/apache/netbeans/pull/3360 
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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


[GitHub] [netbeans] junichi11 commented on issue #4457: Syntax error in php7.4 on php8.1 readonly keyword

Posted by GitBox <gi...@apache.org>.
junichi11 commented on issue #4457:
URL: https://github.com/apache/netbeans/issues/4457#issuecomment-1212921753

   I've already fixed it: #4037 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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


[GitHub] [netbeans] junichi11 closed issue #4457: Syntax error in php7.4 on php8.1 readonly keyword

Posted by GitBox <gi...@apache.org>.
junichi11 closed issue #4457: Syntax error in php7.4 on php8.1 readonly keyword
URL: https://github.com/apache/netbeans/issues/4457


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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