与Symfony 2.0.18一起使用的FOSRestBundle的正确版本是什么?

时间:2012-10-30 00:06:00

标签: symfony fosrestbundle

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

1 个答案:

答案 0 :(得分:0)

latest master version of FOSRestBundle似乎可以与Symfony 2.0.18一起使用。

我通过从deps.lock文件中删除它来取消固定FOSRestBundle,一切顺利。

以下是我在升级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。