This week, Symfony added a new Process Helper to output debug information when running an external program from a command. Meanwhile, Swiftmailer 5.2.1 was released to address a potential security vulnerability.

Symfony2 development highlights

2.3 changelog:

  • 7a75adf: [HttpFoundation] basic auth in url is broken when using PHP CGI/FPM
  • ba37394, 84561d2: simplified the way to update PHPUnit to the latest version on Travis

2.5 changelog:

  • ecefccd: [Debug] simplified code path to remove potential blank pages
  • cb8aff3: [Debug] work-around for ob_start callback get passed empty string
  • 859f34e: fixed undefined ImageValidator:: property when uploading an image during functional tests
  • aa6b08d: [Validator] fixed array notation in the PropertyPath::append()

Master changelog:

  • faffe7e: [Console] added a Process helper
  • 81f5cc9: [Stopwatch] added return type to Stopwatch::getSections()
  • 9e3e89a: [Form] added allow_extra_fields option on forms

Newest issues and pull requests

SwiftMailer development highlights

Master changelog:

  • fa0ad84: changed hashing function to use the resource returned from opensslget_privatekey() instead of string version of key
  • efc4306: added escaping to sendmail reverse path

They talked about us

Published in #A week of symfony