【发布时间】: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