Release v2.8.8

by @fabpot

Some issues have been detected in this pull request

0
Coding Standard

Issues that can be fixed by applying a patch

Review the proposed patch then download it to apply it manually or execute the following command from the repository root directory:

curl https://fabbot.io/patch/symfony/symfony/19250/938682b02e6eda1b1a0b59abbe05da0a91304b54/typos.diff | patch -p0
diff -ru CHANGELOG-2.8.md CHANGELOG-2.8.md
--- CHANGELOG-2.8.md	2016-06-30 15:42:25.233682109 +0000
+++ CHANGELOG-2.8.md	2016-06-30 15:42:35.601605284 +0000
@@ -24,7 +24,7 @@
  * bug #19127 [Form] Add exception to FormRenderer about non-unique block names (enumag)
  * bug #19118 [Process] Fix pipes cleaning on Windows (nicolas-grekas)
  * bug #19128 Avoid phpunit 5.4 warnings on getMock (2.7+) (iltar)
- * bug #19114 [HttpKernel] Dont close the reponse stream in debug (nicolas-grekas)
+ * bug #19114 [HttpKernel] Dont close the response stream in debug (nicolas-grekas)
  * bug #19101 [Session] fix PDO transaction aborted under PostgreSQL (Tobion)
  * bug #18501 [HttpFoundation] changed MERGE queries (hjkl)
  * bug #19062 [HttpFoundation] Fix UPSERT for PgSql >= 9.5 (nicolas-grekas)
@@ -85,7 +85,7 @@
 
  * bug #18180 [Form] fixed BC break with pre selection of choices with `ChoiceType` and its children (HeahDude)
  * bug #18645 [Console] Fix wrong exceptions being thrown (JhonnyL)
- * bug #18562 [WebProfilerBunde] Give an absolute url in case the request occured from another domain (romainneutron)
+ * bug #18562 [WebProfilerBunde] Give an absolute url in case the request occurred from another domain (romainneutron)
  * bug #18600 [DI] Fix AutowirePass fatal error with classes that have non-existing parents (hason, nicolas-grekas)
  * bug #18603 [PropertyAccess] ->getValue() should be read-only (nicolas-grekas)
  * bug #18593 [VarDumper] Fix dumping type hints for non-existing parent classes (nicolas-grekas)
@@ -319,7 +319,7 @@
  * bug #17112 [PropertyAccess] Reorder elements array after PropertyPathBuilder::replace (alekitto)
  * bug #17109 Improved the design of the web debug toolbar (javiereguiluz)
  * bug #16797 [Filesystem] Recursivly widen non-executable directories (Slamdunk)
- * bug #16926 [DependencyInjection] fixed definition loosing property shared when decorated by a parent definition (wahler)
+ * bug #16926 [DependencyInjection] fixed definition losing property shared when decorated by a parent definition (wahler)
  * bug #17040 [Console] Avoid extra blank lines when rendering exceptions (ogizanagi)
  * bug #17044 [Form] fix BC break introduced with prototype_data option (memphys)
  * bug #17055 [Security] Verify if a password encoded with bcrypt is no longer than 72 characters (jakzal)
@@ -339,7 +339,7 @@
  * bug #16955 [FrameworkBundle] ContainerDebugCommand: pass the right object to the descriptors (xabbuh)
  * feature #16760 Show silenced errors in separate tab (peterrehm)
  * feature #16937 [PhpUnitBridge] Replace "weak-verbose" by "deprecations upper bound" mode (nicolas-grekas)
- * bug #16915 [Process] Enhance compatiblity with --enable-sigchild (nicolas-grekas)
+ * bug #16915 [Process] Enhance compatibility with --enable-sigchild (nicolas-grekas)
  * bug #16829 [FrameworkBundle] prevent cache:clear creating too long paths (Tobion)
  * bug #16922 [FrameworkBundle] [Bug] Fixes new InputStyle bug #16920 (AlmogBaku)
  * bug #16921 Fix short array syntax for php 5.3 (ewgRa)

0
PHPUnit Optimizations

Issues that cannot be fixed automatically

in Pull Request Description
  • You must add the standard Symfony pull request contribution header in the description (see http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request).

0
File Permissions