This week, Symfony 2.8 introduced resettable containers, which allow to remove references to all services during shutdown, which ultimately will reduce memory consumption. Meanwhile, the repository held an interesting discussion about the convenience of including a WYSIWYG editor in the core.
Symfony2 development highlights
- ba6000b: [HttpFoundation] fixed behaviour change in PHP7 for substr
- 7fa79da: [DependencyInjection] removed unused code in XmlFileLoader
- 059964d: [HttpFoundation] allowed to use resources as PSR-7 content body and to return resources from string content
- 6585fe4: [Security] fixed check for empty usernames
- 534d9fc: [Console] fixed console output with closed stdout
- 1fc0315: [Security] removed useless condition in SwitchUserListener class
- 2d29ac1: [Security/Http] fixed test relying on a private property
- 37a2353: [2.6] Static Code Analysis for Components
- 72dce30: [Serializer] simplified AbstractNormalizer::prepareForDenormalization()
- 75dc464: [Twig] fixed forward compat with Form 2.8
- 4457745: [DependencyInjection] implemented resettable containers (this allows to remove references to all services during shutdown)
- ebb2064: [Security] moved Simple{Form,Pre}AuthenticatorInterfaces to Security\Http
Newest issues and pull requests
- [Form] WYSIWYG editor in core
- [DX] Reducing direct dependencies on the Router
- Twig_Error_Runtime: The native_profiler extension is not enabled
- Better assets integration
- [Filesystem] LockHandler not injectable because of constructor argument
- [DependencyInjection] Container::getServiceIds() missing from any interface
- [FrameworkBundle] Move session files outside the cache
Silex development highlights
- fcefc53: allowed shared ContextListener for firewalls
- 1a55ff8: supported optional session invalidation on logout
- 14a33eb: fixed session logout handler when a firewall is stateless
They talked about us
- Continuous Deployment environment with Docker, AWS EB and Codeship
- Manage multiple files upload with Symfony
- How to create a Symfony 2 project
- Bolt is WordPress done right(er)
- Console Wars – PHP CLI Libraries
- Playing well with others
- Reasons Why PHP and Symfony are Selected for Development
- Symfony2 Localization
- Неочевидные проблемы с быстродействием в Doctrine, связанные с гидрацией объектов
- Sécurité avec Symfony
- BDD avec behat et Symfony2
- Symfony2でrouting.ymlにドメイン指定したらWebTestCaseがこけたよってお話