This week, Symfony project focused on fixing minor bugs. In addition, both Symfony and Twig started testing their code with the upcoming PHP 7 version (213cabc and a1295e9). Lastly, the full schedule of the Symfony Live Paris 2015 conference was announced.
Symfony2 development highlights
- d0f1d32: [Process] fixed PhpProcess::getCommandLine() result
- d7f008d: [FrameworkBundle] updated Shell logo
- 935afe6: [PROCESS] made sure /dev/tty is readable
- 7558c23, 7558c23: [FrameworkBundle] silenced E_USER_DEPRECATED in insulated clients
- 0ebcf63: [HttpKernel] throw double-bounce exceptions
- 9b3421f: [Form] NativeRequestHandler file handling fix
- 213cabc: test Symfony with latest PHP 7 version
- 075002a: [PropertyAccess] unified and fixed doc
- ed8f5c8: fixed the toolbar JavaScript code for Internet Explorer
- 46bea3a: [VarDumper] workaround stringy numeric keys
- 323e957: [Debug] added deprecations exception for Symfony internals
- fffcc24: [PropertyAccess] removed deprecations for 3.0
- 463b24b: enforced UTF-8 charset for core controllers
- 08aa7bc: [Twig Bridge] fixed absolute_url for absolute paths
- e0ba4d6: [Console] changed greater by greater or equal for isFresh in FileResource
- 4c26875: [FrameworkBundle] fixed a default config test case and add a new one for enabling assets
- 5007b41: [Form] replaced use of bind() with submit() in a test.
Newest issues and pull requests
- Don't include PHPunit Bridge in core
- Issues with PDOSession and FOSUserBundle with 2.6.4
- Routing loader does not resolve parameters?
- [Validator] Wrong value considered valid by Iban validator
- router:match doesn't work correctly with custom router implementation
- [HttpKernel] Missing Finder component
Twig development highlights
- aea075b: updated "slice" filter so that it still accepts a SimpleXMLElement
- 651613c: reduced the number of times error information should be guessed
- a1295e9: added PHP 7 nightly to the test matrix and HHVM nightly
They talked about us
- Symfony, edit the Response globally using the Kernel Response event
- Integrate Symfony and Webpack
- Advanced Doctrine cache in Symfony 2
- Hasheado Admin Bundle
- Symfony2 – Doctrine Fixtures Mastered
- Setting up a Symfony2 webserver
- How to fix type hinting of EntityManager in symfony2 using hhvm
- Applying Domain Driven Design when building Drupal modules with Symfony components
- Utiliser le composant Expression Language de Symfony2 dans les fichiers de services YML et XML
- Symfony2框架实战教程——第一天
- Symfony2在Nginx下的配置【原创】
- Symfony2 Request クラス 使い方
- Creando formularios personalizados en Sonata