diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index 4a4da289d4f..55b7a55be45 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -231,6 +231,7 @@ and :phpclass:`DOMNode` objects: $html = $crawler->html(); The ``html`` method is new in Symfony 2.3. + In PHP < 5.3.6 it might return html entities which are not properly decoded. Links ~~~~~