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