Symfony 4.3.6 released, classic PHP Web development framework

Symfony 4.3.6 released. Symfony is a PHP framework based on MVC architecture. Symfony is committed to reducing duplication of code written in order to accelerate the development and maintenance of Web applications. Symfony integrates with many relational database is also very good, the cost is small.

In addition, Symfony committed to creating robust applications in an enterprise context, but also gives developers powerful configuration features: from the file structure to an external directory, almost everything can be customized. Symfony also bundled with a number of additional tools, such as testing, debugging, documentation generation, etc. to meet the business development process.

The new version brings a lot of bug fixes, the main updates are as follows:

  • bug  # 34198  [HttpClient] fix performance problems when performing thousands of requests to use curl
  • bug  # 33998  [Config] Because of the sort of instability, disable the default global functions in alphabetical order
  • bug  # 34144  [the Serializer] improvements message to obtain unexpected resource value
  • bugs  # 34186  [HttpClient] When the response can not contain body always returns an empty string
  • bugs  # 34167  [HttpFoundation] is not allowed to pass parameters to Request :: isMethodSafe ()
  • bugs  # 33828  [DoctrineBridge] If any regular expression is not passed, the automatic verification must be valid
  • bug  # 34080  correct type of default parameters [SecurityBundle] firewall configuration
  • bugs  # 34152  [Workflow] so that the "Properties" button configuration more robust (@lyrixx)
  • bug  # 34154  [HttpClient] fix 3xx treatment no Location header - ignore Content-Length when no text
  • ……

Details for update instructions .

Guess you like

Origin www.oschina.net/news/111040/symfony-4-3-6-released