Skip to content

Symfony blog posts for August 2016

8 blog posts were published on August 2016

Filter posts by publication date

Symfony 3.2 improved XPath integration by adding support to evaluate XPath expressions. This means that you can perform advanced preprocessing of the information obtained via XPath to simplify the code of your tests.
August 31, 2016 #Living on the edge
This week Symfony development activity focused on small code refactorings, such as providing forward compatibility with PHP 7.2, and minor improvements related to DX (developer experience). Meanwhile, the upcoming Symfony 3.2 version started to use relative paths in template paths cache and improved the profiler to automatically expand the form nodes that contains children with errors.
August 28, 2016 #A week of symfony
Only 21 days before SymfonyLive London conference, check out the latest news of the event!
August 25, 2016 #Community #Conferences
This week, the VarDumper component added a new feature to partially dump the cloned data structures. In addition, PHP error handling was greatly improved for Symfony applications: a new config option was added to log/throw all PHP errors; these PHP errors will now trigger an exception in all cases; the formatting of the exceptions in the web debug toolbar was improved, etc. Lastly, the Symfony Core Team added a new member: Grégoire Pineau, known as @lyrixx on GitHub.
August 21, 2016 #A week of symfony
It's my great pleasure to announce that Grégoire Pineau (lyrixx on the Internet) is joining the Symfony Core Team.
August 15, 2016 #Community
This week, the upcoming Symfony 3.2 version deprecated the use of duplicate keys in YAML files, removed the proposed TaggedCacheItemInterface in the Cache component and improved the AccessDeniedException by exposing the required roles.
August 14, 2016 #A week of symfony
After much pained reflection, we're announcing the cancellation of the upcoming SymfonyLive conference in the USA on October 13th and 14th.
August 9, 2016 #Community
This week, Symfony development activity focused on small tweaks and fixes. One of those tweaks fixed double-fread() when reading UNIX pipes leading to a massive reduction of function calls when executing "composer install". Meanwhile, the DomCrawler component added support for XPath expression evaluation.
August 7, 2016 #A week of symfony