【问题标题】:Abstract method in PHP 7.0.1PHP 7.0.1 中的抽象方法
【发布时间】:2016-01-04 07:29:26
【问题描述】:

最近,我在 Windows Server 2012 上将一个长期运行的应用程序升级到 PHP 7.01(32 位)和 Apache 2.4.18。

从那时起,我在 PHP 错误日志中得到如下条目:

[Sun Jan 03 11:52:18.582829 2016] [:error] [pid 12604:tid 1092] [client 93.132.169.26:64219] PHP Fatal error: Class wbb\\data\\thread\\ThreadList contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (SeekableIterator::C:\\php) in C:\\Websites\\zeta-producer.com\\community\\lib\\data\\thread\\ThreadList.class.php on line 15

这发生在名为“Woltlab Burning Board 4.1”(WBB) 的德国社区软件中。

供应商声称这是我的 PHP 版本中的一个错误,因为 SeekableIterator::C:\\php 不是有效的方法名称。

来自 .NET 背景,我无法判断供应商的说法。

我的问题:

谁能给我一些提示?这真的看起来像 PHP 中的错误,而不是 WBB 中的错误吗?

【问题讨论】:

    标签: php windows windows-server-2012 php-7


    【解决方案1】:

    只是为了结束这个问题:

    我已经安装了PHP 7.0.2 RC1,它似乎可以解决这个问题。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-04-11
      • 2012-09-21
      • 2012-08-27
      • 2011-01-23
      • 2012-09-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多