0

我正在尝试将我的 Symfony2 应用程序从 2.0.16 升级到 2.0.18。我遇到了看起来像 FOSRestBundle 的问题,所以我也升级了 FOSRestBundle(到他们在主分支上的最新提交),但这似乎会导致不同的问题。在我们详细介绍所有这些和故障排除之前,有人能告诉我哪个版本的 FOSRestBundle 可以合理地预期与 Symfony 2.0.18 一起使用吗?

4

1 回答 1

0

FOSRestBundle的最新主版本似乎可以与 Symfony 2.0.18 一起正常工作。

我通过从我的文件中删除它来取消固定 FOSRestBundle,deps.lock一切都很好。

这是我在升级 FOSRestBundle 之前遇到的错误:

PHP Strict standards:  Declaration of FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader::getXmlErrors() should be compatible with that of Symfony\Component\Routing\Loader\XmlFileLoader::getXmlErrors() in /home/adamm/git/bv-bundles/SingleServerApplication/vendor/bundles/FOS/RestBundle/Routing/Loader/RestXmlCollectionLoader.php on line 137

我使用的FOSRestBundle 版本 d9a876803df61858ce3e8d3f0c934727638ad874。

于 2012-10-30T18:37:45.440 回答