dongzhang8680 2019-07-13 15:19
浏览 146

Netbeans IDE上的PHP 7.3

does anybody know how can I use php 7.3 in Netbeans IDE 8.2? I can only use php 7.0 right now. My XAMPP is supporting PHP 7.3 and the framework i want to use requires it but the IDE will not let me use it.

  • 写回答

1条回答 默认 最新

  • duan0802 2019-07-13 17:11
    关注

    NetBeans IDE 8.2 (release notes) only supports PHP/7.0 features. It couldn't be any other way, since PHP 7.3 was released on December 2018 and that IDE version is from October 2016.

    That doesn't mean that you absolutely need to downgrade PHP to 7.0. It just means that if your code uses features that introduce a new syntax then NetBeans will report bogus parse errors. Everything else will work just fine.

    You may want to try the latest version (NetBeans 11 at the time of writing). Support for PHP 7.1, 7.2 and 7.3 support was introduced at NetBeans 10 (notes).

    评论

报告相同问题?

悬赏问题

  • ¥15 C++ yoloV5改写遇到的问题
  • ¥20 win11修改中文用户名路径
  • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计
  • ¥70 PlayWright在Java上连接CDP关联本地Chrome启动失败,貌似是Windows端口转发问题
  • ¥15 帮我写一个c++工程
  • ¥30 Eclipse官网打不开,官网首页进不去,显示无法访问此页面,求解决方法
  • ¥15 关于smbclient 库的使用
  • ¥15 微信小程序协议怎么写
  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?