Merge pull request #37647 from fabpot/release-3.4.43

released v3.4.43
This commit is contained in:
Fabien Potencier 2020-07-24 05:49:18 +02:00 committed by GitHub
commit 21e652ffdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 107 additions and 40 deletions

View File

@ -7,6 +7,34 @@ in 3.4 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.4.0...v3.4.1 To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.4.0...v3.4.1
* 3.4.43 (2020-07-24)
* bug #37635 [Cache] fix catching auth errors (nicolas-grekas)
* bug #37572 [FrameworkBundle] set default session.handler alias if handler_id is not provided (Youssef BENHSSAIEN)
* bug #37607 Fix checks for phpunit releases on Composer 2 (colinodell)
* bug #37562 [Cache] Use the default expiry when saving (not when creating) items (philipp-kolesnikov)
* bug #37563 Fix DBAL deprecation (nicolas-grekas)
* bug #37521 [Form] Fix ChoiceType translation domain (VincentLanglet)
* bug #37520 [Form] silently ignore uninitialized properties when mapping data to forms (ph-fritsche)
* bug #37526 [Cache][Config] ensure compatibility with PHP 8 stack traces (xabbuh)
* bug #37461 [Process] Fix Permission Denied error when writing sf_proc_00 lock files on Windows (JasonStephensTAMU)
* bug #37505 [Form] fix handling null as empty data (xabbuh)
* bug #37385 [Console] Fixes question input encoding on Windows (YaFou)
* bug #37447 [Validator] fix validating lazy properties that evaluate to null (xabbuh)
* bug #37464 [ErrorHandler] fix throwing from __toString() (nicolas-grekas)
* bug #37291 [MimeType] Duplicated MimeType due to PHP Bug (juanmrad)
* bug #37425 [Form] fix guessing form types for DateTime types (xabbuh)
* bug #37392 [Validator] fix handling typed properties as constraint options (xabbuh)
* bug #37389 [HttpFondation] Change file extension of "audio/mpeg" from "mpga" to "mp3" (YaFou)
* bug #37383 [VarDumper] Support for cURL handler objects (derrabus)
* bug #37345 [Form] collect all transformation failures (xabbuh)
* bug #37340 Fix support for PHP8 union types (nicolas-grekas)
* bug #37275 [DI] tighten detection of local dirs to prevent false positives (nicolas-grekas)
* bug #37090 [PhpUnitBridge] Streamline ansi/no-ansi of composer according to phpunit --colors option (kick-the-bucket)
* bug #36230 [VarDumper] Fix CliDumper coloration on light arrays (l-vo)
* bug #37270 [FrameworkBundle] preserve dots in query-string when redirecting (nicolas-grekas)
* bug #37342 [Cache] fix compat with DBAL v3 (nicolas-grekas)
* 3.4.42 (2020-06-12) * 3.4.42 (2020-06-12)
* bug #37103 [Form] switch the context when validating nested forms (xabbuh) * bug #37103 [Form] switch the context when validating nested forms (xabbuh)

View File

@ -15,15 +15,15 @@ Symfony is the result of the work of many people who made the code better
- Jordi Boggiano (seldaek) - Jordi Boggiano (seldaek)
- Victor Berchet (victor) - Victor Berchet (victor)
- Maxime Steinhausser (ogizanagi) - Maxime Steinhausser (ogizanagi)
- Ryan Weaver (weaverryan)
- Grégoire Pineau (lyrixx) - Grégoire Pineau (lyrixx)
- Ryan Weaver (weaverryan)
- Javier Eguiluz (javier.eguiluz) - Javier Eguiluz (javier.eguiluz)
- Roland Franssen (ro0) - Roland Franssen (ro0)
- Jakub Zalas (jakubzalas) - Jakub Zalas (jakubzalas)
- Johannes S (johannes) - Johannes S (johannes)
- Kris Wallsmith (kriswallsmith) - Kris Wallsmith (kriswallsmith)
- Yonel Ceruto (yonelceruto)
- Wouter de Jong (wouterj) - Wouter de Jong (wouterj)
- Yonel Ceruto (yonelceruto)
- Hugo Hamon (hhamon) - Hugo Hamon (hhamon)
- Thomas Calvet (fancyweb) - Thomas Calvet (fancyweb)
- Alexander M. Turek (derrabus) - Alexander M. Turek (derrabus)
@ -35,21 +35,21 @@ Symfony is the result of the work of many people who made the code better
- Karma Dordrak (drak) - Karma Dordrak (drak)
- Lukas Kahwe Smith (lsmith) - Lukas Kahwe Smith (lsmith)
- Jules Pietri (heah) - Jules Pietri (heah)
- Hamza Amrouche (simperfit)
- Martin Hasoň (hason) - Martin Hasoň (hason)
- Hamza Amrouche (simperfit)
- Jérémy DERUSSÉ (jderusse) - Jérémy DERUSSÉ (jderusse)
- Jeremy Mikola (jmikola) - Jeremy Mikola (jmikola)
- Jean-François Simon (jfsimon) - Jean-François Simon (jfsimon)
- Benjamin Eberlei (beberlei) - Benjamin Eberlei (beberlei)
- Igor Wiedler (igorw) - Igor Wiedler (igorw)
- Eriksen Costa (eriksencosta) - Eriksen Costa (eriksencosta)
- Guilhem Niot (energetick)
- Tobias Nyholm (tobias) - Tobias Nyholm (tobias)
- Guilhem Niot (energetick)
- Sarah Khalil (saro0h) - Sarah Khalil (saro0h)
- Jonathan Wage (jwage) - Jonathan Wage (jwage)
- Lynn van der Berg (kjarli) - Lynn van der Berg (kjarli)
- Diego Saint Esteben (dosten)
- Matthias Pigulla (mpdude) - Matthias Pigulla (mpdude)
- Diego Saint Esteben (dosten)
- Pierre du Plessis (pierredup) - Pierre du Plessis (pierredup)
- Alexandre Salomé (alexandresalome) - Alexandre Salomé (alexandresalome)
- William Durand (couac) - William Durand (couac)
@ -63,16 +63,16 @@ Symfony is the result of the work of many people who made the code better
- Valentin Udaltsov (vudaltsov) - Valentin Udaltsov (vudaltsov)
- Bulat Shakirzyanov (avalanche123) - Bulat Shakirzyanov (avalanche123)
- Kevin Bond (kbond) - Kevin Bond (kbond)
- Jan Schädlich (jschaedl)
- Saša Stamenković (umpirsky) - Saša Stamenković (umpirsky)
- Peter Rehm (rpet) - Peter Rehm (rpet)
- Gábor Egyed (1ed)
- Gabriel Ostrolucký (gadelat) - Gabriel Ostrolucký (gadelat)
- Gábor Egyed (1ed)
- Henrik Bjørnskov (henrikbjorn) - Henrik Bjørnskov (henrikbjorn)
- Miha Vrhovnik
- David Maicher (dmaicher) - David Maicher (dmaicher)
- Miha Vrhovnik
- Titouan Galopin (tgalopin) - Titouan Galopin (tgalopin)
- Diego Saint Esteben (dii3g0) - Diego Saint Esteben (dii3g0)
- Jan Schädlich (jschaedl)
- Konstantin Kudryashov (everzet) - Konstantin Kudryashov (everzet)
- Vladimir Reznichenko (kalessil) - Vladimir Reznichenko (kalessil)
- Bilal Amarni (bamarni) - Bilal Amarni (bamarni)
@ -113,10 +113,11 @@ Symfony is the result of the work of many people who made the code better
- Tim Nagel (merk) - Tim Nagel (merk)
- Chris Wilkinson (thewilkybarkid) - Chris Wilkinson (thewilkybarkid)
- Brice BERNARD (brikou) - Brice BERNARD (brikou)
- Jérôme Vasseur (jvasseur)
- marc.weistroff - marc.weistroff
- Tomáš Votruba (tomas_votruba) - Tomáš Votruba (tomas_votruba)
- Peter Kokot (maastermedia) - Peter Kokot (maastermedia)
- Jérôme Vasseur (jvasseur) - Alex Pott
- lenar - lenar
- Alexander Schwenn (xelaris) - Alexander Schwenn (xelaris)
- Włodzimierz Gajda (gajdaw) - Włodzimierz Gajda (gajdaw)
@ -128,7 +129,6 @@ Symfony is the result of the work of many people who made the code better
- Oskar Stark (oskarstark) - Oskar Stark (oskarstark)
- Javier Spagnoletti (phansys) - Javier Spagnoletti (phansys)
- Joshua Thijssen - Joshua Thijssen
- Alex Pott
- Daniel Wehner (dawehner) - Daniel Wehner (dawehner)
- Tugdual Saunier (tucksaun) - Tugdual Saunier (tucksaun)
- excelwebzone - excelwebzone
@ -137,6 +137,7 @@ Symfony is the result of the work of many people who made the code better
- Joel Wurtz (brouznouf) - Joel Wurtz (brouznouf)
- Fabien Pennequin (fabienpennequin) - Fabien Pennequin (fabienpennequin)
- Théo FIDRY (theofidry) - Théo FIDRY (theofidry)
- Alexander Schranz (alexander-schranz)
- Przemysław Bogusz (przemyslaw-bogusz) - Przemysław Bogusz (przemyslaw-bogusz)
- Eric GELOEN (gelo) - Eric GELOEN (gelo)
- Lars Strojny (lstrojny) - Lars Strojny (lstrojny)
@ -144,13 +145,13 @@ Symfony is the result of the work of many people who made the code better
- Robert Schönthal (digitalkaoz) - Robert Schönthal (digitalkaoz)
- Gregor Harlan (gharlan) - Gregor Harlan (gharlan)
- Florian Lonqueu-Brochard (florianlb) - Florian Lonqueu-Brochard (florianlb)
- Alexander Schranz (alexander-schranz)
- Gabriel Caruso (carusogabriel) - Gabriel Caruso (carusogabriel)
- Stefano Sala (stefano.sala) - Stefano Sala (stefano.sala)
- Evgeniy (ewgraf) - Evgeniy (ewgraf)
- Julien Falque (julienfalque) - Julien Falque (julienfalque)
- Vincent AUBERT (vincent) - Vincent AUBERT (vincent)
- Juti Noppornpitak (shiroyuki) - Juti Noppornpitak (shiroyuki)
- Laurent VOULLEMIER (lvo)
- Anthony MARTIN (xurudragon) - Anthony MARTIN (xurudragon)
- Tigran Azatyan (tigranazatyan) - Tigran Azatyan (tigranazatyan)
- Sebastian Hörl (blogsh) - Sebastian Hörl (blogsh)
@ -161,9 +162,9 @@ Symfony is the result of the work of many people who made the code better
- Yanick Witschi (toflar) - Yanick Witschi (toflar)
- Arnaud Kleinpeter (nanocom) - Arnaud Kleinpeter (nanocom)
- Guilherme Blanco (guilhermeblanco) - Guilherme Blanco (guilhermeblanco)
- Laurent VOULLEMIER (lvo)
- SpacePossum - SpacePossum
- Pablo Godel (pgodel) - Pablo Godel (pgodel)
- Richard van Laak (rvanlaak)
- Jérémie Augustin (jaugustin) - Jérémie Augustin (jaugustin)
- François-Xavier de Guillebon (de-gui_f) - François-Xavier de Guillebon (de-gui_f)
- Oleg Voronkovich - Oleg Voronkovich
@ -171,26 +172,26 @@ Symfony is the result of the work of many people who made the code better
- Rafael Dohms (rdohms) - Rafael Dohms (rdohms)
- jwdeitch - jwdeitch
- Ahmed TAILOULOUTE (ahmedtai) - Ahmed TAILOULOUTE (ahmedtai)
- jeremyFreeAgent (jeremyfreeagent)
- Mikael Pajunen - Mikael Pajunen
- Arman Hosseini (arman) - Arman Hosseini (arman)
- Niels Keurentjes (curry684) - Niels Keurentjes (curry684)
- Vyacheslav Pavlov - Vyacheslav Pavlov
- Richard van Laak (rvanlaak) - George Mponos (gmponos)
- Richard Shank (iampersistent) - Richard Shank (iampersistent)
- Thomas Rabaix (rande) - Thomas Rabaix (rande)
- Vincent Touzet (vincenttouzet) - Vincent Touzet (vincenttouzet)
- jeremyFreeAgent (jeremyfreeagent)
- Rouven Weßling (realityking) - Rouven Weßling (realityking)
- Jérôme Parmentier (lctrs) - Jérôme Parmentier (lctrs)
- Ben Davies (bendavies) - Ben Davies (bendavies)
- Andreas Schempp (aschempp) - Andreas Schempp (aschempp)
- Clemens Tolboom - Clemens Tolboom
- Helmer Aaviksoo - Helmer Aaviksoo
- Antoine M (amakdessi)
- Hiromi Hishida (77web) - Hiromi Hishida (77web)
- Matthieu Ouellette-Vachon (maoueh) - Matthieu Ouellette-Vachon (maoueh)
- Michał Pipa (michal.pipa) - Michał Pipa (michal.pipa)
- Dawid Nowak - Dawid Nowak
- George Mponos (gmponos)
- Amal Raghav (kertz) - Amal Raghav (kertz)
- Jonathan Ingram (jonathaningram) - Jonathan Ingram (jonathaningram)
- Artur Kotyrba - Artur Kotyrba
@ -202,7 +203,6 @@ Symfony is the result of the work of many people who made the code better
- James Halsall (jaitsu) - James Halsall (jaitsu)
- Matthieu Napoli (mnapoli) - Matthieu Napoli (mnapoli)
- Florent Mata (fmata) - Florent Mata (fmata)
- Antoine Makdessi (amakdessi)
- Warnar Boekkooi (boekkooi) - Warnar Boekkooi (boekkooi)
- Dmitrii Chekaliuk (lazyhammer) - Dmitrii Chekaliuk (lazyhammer)
- Clément JOBEILI (dator) - Clément JOBEILI (dator)
@ -220,6 +220,7 @@ Symfony is the result of the work of many people who made the code better
- Dennis Benkert (denderello) - Dennis Benkert (denderello)
- DQNEO - DQNEO
- Andre Rømcke (andrerom) - Andre Rømcke (andrerom)
- Mathias Arlaud (mtarld)
- mcfedr (mcfedr) - mcfedr (mcfedr)
- Ruben Gonzalez (rubenrua) - Ruben Gonzalez (rubenrua)
- Benjamin Dulau (dbenjamin) - Benjamin Dulau (dbenjamin)
@ -247,10 +248,10 @@ Symfony is the result of the work of many people who made the code better
- David Prévot - David Prévot
- fivestar - fivestar
- Dominique Bongiraud - Dominique Bongiraud
- Hidde Wieringa (hiddewie)
- Jeremy Livingston (jeremylivingston) - Jeremy Livingston (jeremylivingston)
- Michael Lee (zerustech) - Michael Lee (zerustech)
- Matthieu Auger (matthieuauger) - Matthieu Auger (matthieuauger)
- Mathias Arlaud (mtarld)
- Leszek Prabucki (l3l0) - Leszek Prabucki (l3l0)
- Fabien Bourigault (fbourigault) - Fabien Bourigault (fbourigault)
- François Zaninotto (fzaninotto) - François Zaninotto (fzaninotto)
@ -262,12 +263,14 @@ Symfony is the result of the work of many people who made the code better
- Blanchon Vincent (blanchonvincent) - Blanchon Vincent (blanchonvincent)
- Michele Orselli (orso) - Michele Orselli (orso)
- Sven Paulus (subsven) - Sven Paulus (subsven)
- Baptiste Lafontaine (magnetik)
- Maxime Veber (nek-) - Maxime Veber (nek-)
- Rui Marinho (ruimarinho) - Rui Marinho (ruimarinho)
- Eugene Wissner - Eugene Wissner
- Edi Modrić (emodric) - Edi Modrić (emodric)
- Pascal Montoya - Pascal Montoya
- Julien Brochet (mewt) - Julien Brochet (mewt)
- François Pluchino (francoispluchino)
- Leo Feyer - Leo Feyer
- Tristan Darricau (nicofuma) - Tristan Darricau (nicofuma)
- Victor Bocharsky (bocharsky_bw) - Victor Bocharsky (bocharsky_bw)
@ -279,7 +282,6 @@ Symfony is the result of the work of many people who made the code better
- Pavel Batanov (scaytrase) - Pavel Batanov (scaytrase)
- Mantis Development - Mantis Development
- Loïc Faugeron - Loïc Faugeron
- Hidde Wieringa (hiddewie)
- dFayet - dFayet
- Marco Pivetta (ocramius) - Marco Pivetta (ocramius)
- Rob Frawley 2nd (robfrawley) - Rob Frawley 2nd (robfrawley)
@ -315,7 +317,6 @@ Symfony is the result of the work of many people who made the code better
- Kristen Gilden (kgilden) - Kristen Gilden (kgilden)
- Pierre-Yves LEBECQ (pylebecq) - Pierre-Yves LEBECQ (pylebecq)
- Jordan Samouh (jordansamouh) - Jordan Samouh (jordansamouh)
- Baptiste Lafontaine (magnetik)
- Jakub Kucharovic (jkucharovic) - Jakub Kucharovic (jkucharovic)
- Loick Piera (pyrech) - Loick Piera (pyrech)
- Uwe Jäger (uwej711) - Uwe Jäger (uwej711)
@ -328,7 +329,6 @@ Symfony is the result of the work of many people who made the code better
- Jan Sorgalla (jsor) - Jan Sorgalla (jsor)
- Ray - Ray
- Chekote - Chekote
- François Pluchino (francoispluchino)
- Thomas Adam - Thomas Adam
- Jhonny Lidfors (jhonne) - Jhonny Lidfors (jhonne)
- Diego Agulló (aeoris) - Diego Agulló (aeoris)
@ -352,6 +352,7 @@ Symfony is the result of the work of many people who made the code better
- Roumen Damianoff (roumen) - Roumen Damianoff (roumen)
- Emanuele Panzeri (thepanz) - Emanuele Panzeri (thepanz)
- Kim Hemsø Rasmussen (kimhemsoe) - Kim Hemsø Rasmussen (kimhemsoe)
- Alessandro Lai (jean85)
- Pascal Luna (skalpa) - Pascal Luna (skalpa)
- Wouter Van Hecke - Wouter Van Hecke
- Peter Kruithof (pkruithof) - Peter Kruithof (pkruithof)
@ -409,6 +410,7 @@ Symfony is the result of the work of many people who made the code better
- Berny Cantos (xphere81) - Berny Cantos (xphere81)
- Thierry Thuon (lepiaf) - Thierry Thuon (lepiaf)
- Guilhem N (guilhemn) - Guilhem N (guilhemn)
- Sebastien Morel (plopix)
- Ricard Clau (ricardclau) - Ricard Clau (ricardclau)
- Mark Challoner (markchalloner) - Mark Challoner (markchalloner)
- Philippe Segatori - Philippe Segatori
@ -423,7 +425,6 @@ Symfony is the result of the work of many people who made the code better
- Oleg Andreyev - Oleg Andreyev
- Langlet Vincent (deviling) - Langlet Vincent (deviling)
- Mateusz Sip (mateusz_sip) - Mateusz Sip (mateusz_sip)
- Alessandro Lai (jean85)
- Francesco Levorato - Francesco Levorato
- Vitaliy Zakharov (zakharovvi) - Vitaliy Zakharov (zakharovvi)
- Tobias Sjösten (tobiassjosten) - Tobias Sjösten (tobiassjosten)
@ -439,9 +440,11 @@ Symfony is the result of the work of many people who made the code better
- Felix Labrecque - Felix Labrecque
- Yaroslav Kiliba - Yaroslav Kiliba
- Terje Bråten - Terje Bråten
- Daniel STANCU
- Robbert Klarenbeek (robbertkl) - Robbert Klarenbeek (robbertkl)
- soyuka - soyuka
- Eric Masoero (eric-masoero) - Eric Masoero (eric-masoero)
- Ion Bazan (ionbazan)
- Denis Brumann (dbrumann) - Denis Brumann (dbrumann)
- Gocha Ossinkine (ossinkine) - Gocha Ossinkine (ossinkine)
- JhonnyL - JhonnyL
@ -510,19 +513,21 @@ Symfony is the result of the work of many people who made the code better
- Sander Toonen (xatoo) - Sander Toonen (xatoo)
- Anthon Pang (robocoder) - Anthon Pang (robocoder)
- Marko Kaznovac (kaznovac) - Marko Kaznovac (kaznovac)
- Thomas Landauer (thomas-landauer)
- Sébastien Santoro (dereckson) - Sébastien Santoro (dereckson)
- Brian King - Brian King
- Michel Salib (michelsalib) - Michel Salib (michelsalib)
- quentin neyrat (qneyrat)
- Chris Tanaskoski - Chris Tanaskoski
- geoffrey - geoffrey
- Steffen Roßkamp - Steffen Roßkamp
- Alexandru Furculita (afurculita) - Alexandru Furculita (afurculita)
- Valentin Jonovs (valentins-jonovs) - Valentin Jonovs (valentins-jonovs)
- Sebastien Morel (plopix)
- Jeanmonod David (jeanmonod) - Jeanmonod David (jeanmonod)
- Christopher Davis (chrisguitarguy) - Christopher Davis (chrisguitarguy)
- Webnet team (webnet) - Webnet team (webnet)
- Joe Bennett (kralos) - Joe Bennett (kralos)
- Ahmed Raafat
- Farhad Safarov - Farhad Safarov
- Jan Schumann - Jan Schumann
- Niklas Fiekas - Niklas Fiekas
@ -531,15 +536,18 @@ Symfony is the result of the work of many people who made the code better
- Erkhembayar Gantulga (erheme318) - Erkhembayar Gantulga (erheme318)
- Islam93 - Islam93
- lancergr - lancergr
- Tri Pham (phamuyentri)
- Mihai Stancu - Mihai Stancu
- Ivan Nikolaev (destillat) - Ivan Nikolaev (destillat)
- Gildas Quéméner (gquemener) - Gildas Quéméner (gquemener)
- Claude Khedhiri (ck-developer)
- Desjardins Jérôme (jewome62) - Desjardins Jérôme (jewome62)
- Arturs Vonda - Arturs Vonda
- Josip Kruslin - Josip Kruslin
- Matthew Smeets - Matthew Smeets
- Toni Rudolf (toooni) - Toni Rudolf (toooni)
- Asmir Mustafic (goetas) - Asmir Mustafic (goetas)
- DerManoMann
- Nicolas Philippe (nikophil) - Nicolas Philippe (nikophil)
- vagrant - vagrant
- Aurimas Niekis (gcds) - Aurimas Niekis (gcds)
@ -551,6 +559,7 @@ Symfony is the result of the work of many people who made the code better
- Vlad Gregurco (vgregurco) - Vlad Gregurco (vgregurco)
- Boris Vujicic (boris.vujicic) - Boris Vujicic (boris.vujicic)
- Artem Lopata - Artem Lopata
- Judicaël RUFFIEUX (axanagor)
- Chris Sedlmayr (catchamonkey) - Chris Sedlmayr (catchamonkey)
- Kamil Kokot (pamil) - Kamil Kokot (pamil)
- Seb Koelen - Seb Koelen
@ -564,7 +573,6 @@ Symfony is the result of the work of many people who made the code better
- Jonas Flodén (flojon) - Jonas Flodén (flojon)
- Tobias Weichart - Tobias Weichart
- Gonzalo Vilaseca (gonzalovilaseca) - Gonzalo Vilaseca (gonzalovilaseca)
- Daniel STANCU
- Tarmo Leppänen (tarlepp) - Tarmo Leppänen (tarlepp)
- Marcin Sikoń (marphi) - Marcin Sikoń (marphi)
- Dominik Zogg (dominik.zogg) - Dominik Zogg (dominik.zogg)
@ -583,6 +591,7 @@ Symfony is the result of the work of many people who made the code better
- Adam Harvey - Adam Harvey
- Anton Bakai - Anton Bakai
- Martin Auswöger - Martin Auswöger
- Christian Scheb
- Rhodri Pugh (rodnaph) - Rhodri Pugh (rodnaph)
- battye - battye
- Sam Fleming (sam_fleming) - Sam Fleming (sam_fleming)
@ -685,7 +694,6 @@ Symfony is the result of the work of many people who made the code better
- Jeremy Benoist - Jeremy Benoist
- fritzmg - fritzmg
- Lenar Lõhmus - Lenar Lõhmus
- Ion Bazan (ionbazan)
- Benjamin Laugueux (yzalis) - Benjamin Laugueux (yzalis)
- Zach Badgett (zachbadgett) - Zach Badgett (zachbadgett)
- Chi-teck - Chi-teck
@ -693,7 +701,6 @@ Symfony is the result of the work of many people who made the code better
- Pavel Campr (pcampr) - Pavel Campr (pcampr)
- Andrii Dembitskyi - Andrii Dembitskyi
- Johnny Robeson (johnny) - Johnny Robeson (johnny)
- Thomas Landauer (thomas-landauer)
- Guilliam Xavier - Guilliam Xavier
- Disquedur - Disquedur
- Michiel Boeckaert (milio) - Michiel Boeckaert (milio)
@ -721,6 +728,7 @@ Symfony is the result of the work of many people who made the code better
- Andrey Sevastianov - Andrey Sevastianov
- Sebastian Blum - Sebastian Blum
- Alexis Lefebvre - Alexis Lefebvre
- Dmitriy Mamontov (mamontovdmitriy)
- aubx - aubx
- Julien Turby - Julien Turby
- Marvin Butkereit - Marvin Butkereit
@ -772,7 +780,6 @@ Symfony is the result of the work of many people who made the code better
- David Fuhr - David Fuhr
- Mathias STRASSER (roukmoute) - Mathias STRASSER (roukmoute)
- Max Grigorian (maxakawizard) - Max Grigorian (maxakawizard)
- DerManoMann
- Rostyslav Kinash - Rostyslav Kinash
- Dennis Fridrich (dfridrich) - Dennis Fridrich (dfridrich)
- Mardari Dorel (dorumd) - Mardari Dorel (dorumd)
@ -795,9 +802,11 @@ Symfony is the result of the work of many people who made the code better
- umpirski - umpirski
- M. Vondano - M. Vondano
- Quentin de Longraye (quentinus95) - Quentin de Longraye (quentinus95)
- Bohan Yang (brentybh)
- Chris Heng (gigablah) - Chris Heng (gigablah)
- Shaun Simmons (simshaun) - Shaun Simmons (simshaun)
- Richard Bradley - Richard Bradley
- Mathieu Santostefano
- Ulumuddin Yunus (joenoez) - Ulumuddin Yunus (joenoez)
- rtek - rtek
- Ivan Grigoriev - Ivan Grigoriev
@ -812,6 +821,7 @@ Symfony is the result of the work of many people who made the code better
- Szijarto Tamas - Szijarto Tamas
- Robin Lehrmann (robinlehrmann) - Robin Lehrmann (robinlehrmann)
- Catalin Dan - Catalin Dan
- Marco Petersen (ocrampete16)
- Soner Sayakci - Soner Sayakci
- Jaroslav Kuba - Jaroslav Kuba
- Kristijan Kanalas - Kristijan Kanalas
@ -905,12 +915,10 @@ Symfony is the result of the work of many people who made the code better
- Jonatan Männchen - Jonatan Männchen
- Dennis Hotson - Dennis Hotson
- Andrew Tchircoff (andrewtch) - Andrew Tchircoff (andrewtch)
- Ahmed Raafat
- michaelwilliams - michaelwilliams
- Martin Kirilov - Martin Kirilov
- 1emming - 1emming
- Nykopol (nykopol) - Nykopol (nykopol)
- Tri Pham (phamuyentri)
- Jordan Deitch - Jordan Deitch
- Casper Valdemar Poulsen - Casper Valdemar Poulsen
- Laurent Masforné (heisenberg) - Laurent Masforné (heisenberg)
@ -939,6 +947,7 @@ Symfony is the result of the work of many people who made the code better
- Jon Dufresne - Jon Dufresne
- possum - possum
- Denis Zunke (donalberto) - Denis Zunke (donalberto)
- Phil Taylor (prazgod)
- Ahmadou Waly Ndiaye (waly) - Ahmadou Waly Ndiaye (waly)
- Jonathan Johnson (jrjohnson) - Jonathan Johnson (jrjohnson)
- Olivier Maisonneuve (olineuve) - Olivier Maisonneuve (olineuve)
@ -999,7 +1008,9 @@ Symfony is the result of the work of many people who made the code better
- Mathieu MARCHOIS - Mathieu MARCHOIS
- Cyril Quintin (cyqui) - Cyril Quintin (cyqui)
- Gerard van Helden (drm) - Gerard van Helden (drm)
- flack (flack)
- Johnny Peck (johnnypeck) - Johnny Peck (johnnypeck)
- Michael Voříšek
- Stefan Kruppa - Stefan Kruppa
- Ivan Menshykov - Ivan Menshykov
- David Romaní - David Romaní
@ -1035,6 +1046,7 @@ Symfony is the result of the work of many people who made the code better
- Jérémy M (th3mouk) - Jérémy M (th3mouk)
- Simone Di Maulo (toretto460) - Simone Di Maulo (toretto460)
- Christian Morgan - Christian Morgan
- YaFou
- Alexander Miehe (engerim) - Alexander Miehe (engerim)
- Morgan Auchede (mauchede) - Morgan Auchede (mauchede)
- Sascha Dens (saschadens) - Sascha Dens (saschadens)
@ -1064,6 +1076,7 @@ Symfony is the result of the work of many people who made the code better
- Matthew Davis (mdavis1982) - Matthew Davis (mdavis1982)
- Paulo Ribeiro (paulo) - Paulo Ribeiro (paulo)
- Markus S. (staabm) - Markus S. (staabm)
- Marc Laporte
- Benjamin Morel - Benjamin Morel
- Maks - Maks
- Antoine LA - Antoine LA
@ -1106,14 +1119,19 @@ Symfony is the result of the work of many people who made the code better
- Renan Taranto (renan-taranto) - Renan Taranto (renan-taranto)
- Rikijs Murgs - Rikijs Murgs
- Uladzimir Tsykun - Uladzimir Tsykun
- iamvar
- Ben Ramsey (ramsey) - Ben Ramsey (ramsey)
- Amaury Leroux de Lens (amo__) - Amaury Leroux de Lens (amo__)
- Christian Jul Jensen - Christian Jul Jensen
- Alexandre GESLIN (alexandregeslin) - Alexandre GESLIN (alexandregeslin)
- The Whole Life to Learn - The Whole Life to Learn
- Alex Vo (votanlean)
- Mikkel Paulson - Mikkel Paulson
- ergiegonzaga - ergiegonzaga
- Daniel González
- Liverbool (liverbool) - Liverbool (liverbool)
- Malte Schlüter
- Jules Matsounga (hyoa)
- Sam Malone - Sam Malone
- Phan Thanh Ha (haphan) - Phan Thanh Ha (haphan)
- Chris Jones (leek) - Chris Jones (leek)
@ -1121,6 +1139,7 @@ Symfony is the result of the work of many people who made the code better
- xaav - xaav
- Mahmoud Mostafa (mahmoud) - Mahmoud Mostafa (mahmoud)
- Antonio Jose Cerezo (ajcerezo) - Antonio Jose Cerezo (ajcerezo)
- Anthony Moutte
- Ahmed Abdou - Ahmed Abdou
- Daniel Iwaniec - Daniel Iwaniec
- Thomas Ferney - Thomas Ferney
@ -1141,9 +1160,11 @@ Symfony is the result of the work of many people who made the code better
- Iliya Miroslavov Iliev (i.miroslavov) - Iliya Miroslavov Iliev (i.miroslavov)
- Safonov Nikita (ns3777k) - Safonov Nikita (ns3777k)
- Ross Motley (rossmotley) - Ross Motley (rossmotley)
- Krystian Marcisz (simivar)
- ttomor - ttomor
- Mei Gwilym (meigwilym) - Mei Gwilym (meigwilym)
- Michael H. Arieli (excelwebzone) - Michael H. Arieli (excelwebzone)
- Nicolas Martin (cocorambo)
- Tom Panier (neemzy) - Tom Panier (neemzy)
- Fred Cox - Fred Cox
- Luciano Mammino (loige) - Luciano Mammino (loige)
@ -1156,6 +1177,7 @@ Symfony is the result of the work of many people who made the code better
- Lorenzo Millucci - Lorenzo Millucci
- Andreas Kleemann - Andreas Kleemann
- Manuele Menozzi - Manuele Menozzi
- Philipp Kolesnikov
- zairig imad (zairigimad) - zairig imad (zairigimad)
- Anton Babenko (antonbabenko) - Anton Babenko (antonbabenko)
- Irmantas Šiupšinskas (irmantas) - Irmantas Šiupšinskas (irmantas)
@ -1166,6 +1188,7 @@ Symfony is the result of the work of many people who made the code better
- Arnaud PETITPAS (apetitpa) - Arnaud PETITPAS (apetitpa)
- Ken Stanley - Ken Stanley
- Zachary Tong (polyfractal) - Zachary Tong (polyfractal)
- linh
- Mario Blažek (marioblazek) - Mario Blažek (marioblazek)
- Ashura - Ashura
- Hryhorii Hrebiniuk - Hryhorii Hrebiniuk
@ -1199,11 +1222,11 @@ Symfony is the result of the work of many people who made the code better
- Patrick Luca Fazzi (ap3ir0n) - Patrick Luca Fazzi (ap3ir0n)
- Danijel Obradović - Danijel Obradović
- Pablo Borowicz - Pablo Borowicz
- Mathieu Santostefano
- Arjan Keeman - Arjan Keeman
- Máximo Cuadros (mcuadros) - Máximo Cuadros (mcuadros)
- Lukas Mencl - Lukas Mencl
- tamirvs - tamirvs
- Mohammad Emran Hasan (phpfour)
- gauss - gauss
- julien.galenski - julien.galenski
- Christian Neff - Christian Neff
@ -1230,7 +1253,6 @@ Symfony is the result of the work of many people who made the code better
- gr1ev0us - gr1ev0us
- mlazovla - mlazovla
- Alejandro Diaz Torres - Alejandro Diaz Torres
- quentin neyrat (qneyrat)
- Max Beutel - Max Beutel
- Jan Vernieuwe (vernija) - Jan Vernieuwe (vernija)
- Antanas Arvasevicius - Antanas Arvasevicius
@ -1259,10 +1281,12 @@ Symfony is the result of the work of many people who made the code better
- Dominic Tubach - Dominic Tubach
- Nikita Konstantinov - Nikita Konstantinov
- Martijn Evers - Martijn Evers
- Philipp Fritsche
- Vitaliy Ryaboy (vitaliy) - Vitaliy Ryaboy (vitaliy)
- Benjamin Paap (benjaminpaap) - Benjamin Paap (benjaminpaap)
- Claus Due (namelesscoder) - Claus Due (namelesscoder)
- Christian - Christian
- Alexandru Patranescu
- Denis Golubovskiy (bukashk0zzz) - Denis Golubovskiy (bukashk0zzz)
- Sergii Smertin (nfx) - Sergii Smertin (nfx)
- Mikkel Paulson - Mikkel Paulson
@ -1313,10 +1337,12 @@ Symfony is the result of the work of many people who made the code better
- James Hudson - James Hudson
- Stephen Clouse - Stephen Clouse
- e-ivanov - e-ivanov
- Carlos Pereira De Amorim (epitre)
- Benjamin Dos Santos - Benjamin Dos Santos
- Einenlum - Einenlum
- Jérémy Jarrié (gagnar) - Jérémy Jarrié (gagnar)
- Jochen Bayer (jocl) - Jochen Bayer (jocl)
- Tomas Javaisis
- Patrick Carlo-Hickman - Patrick Carlo-Hickman
- Bruno MATEU - Bruno MATEU
- Jeremy Bush - Jeremy Bush
@ -1334,7 +1360,6 @@ Symfony is the result of the work of many people who made the code better
- Péter Buri (burci) - Péter Buri (burci)
- John VanDeWeghe - John VanDeWeghe
- kaiwa - kaiwa
- Claude Khedhiri (ck-developer)
- Charles Sanquer (csanquer) - Charles Sanquer (csanquer)
- Albert Ganiev (helios-ag) - Albert Ganiev (helios-ag)
- Neil Katin - Neil Katin
@ -1368,6 +1393,7 @@ Symfony is the result of the work of many people who made the code better
- Nathan PAGE (nathix) - Nathan PAGE (nathix)
- Ryan Rogers - Ryan Rogers
- Klaus Purer - Klaus Purer
- Dmitrii Lozhkin
- arnaud (arnooo999) - arnaud (arnooo999)
- Gilles Doge (gido) - Gilles Doge (gido)
- Oscar Esteve (oesteve) - Oscar Esteve (oesteve)
@ -1382,6 +1408,7 @@ Symfony is the result of the work of many people who made the code better
- Dmitriy Simushev - Dmitriy Simushev
- Pawel Smolinski - Pawel Smolinski
- Tomasz (timitao) - Tomasz (timitao)
- Nguyen Tuan Minh (tuanminhgp)
- Oxan van Leeuwen - Oxan van Leeuwen
- pkowalczyk - pkowalczyk
- Soner Sayakci - Soner Sayakci
@ -1411,6 +1438,7 @@ Symfony is the result of the work of many people who made the code better
- David Legatt (dlegatt) - David Legatt (dlegatt)
- Alain Flaus (halundra) - Alain Flaus (halundra)
- tsufeki - tsufeki
- dangkhoagms
- Philipp Strube - Philipp Strube
- Clement Herreman (clemherreman) - Clement Herreman (clemherreman)
- Dan Ionut Dumitriu (danionut90) - Dan Ionut Dumitriu (danionut90)
@ -1473,6 +1501,7 @@ Symfony is the result of the work of many people who made the code better
- Andrei Igna - Andrei Igna
- Adam Prickett - Adam Prickett
- azine - azine
- Javier Espinosa
- Anton Kroshilin - Anton Kroshilin
- Dawid Sajdak - Dawid Sajdak
- Ludek Stepan - Ludek Stepan
@ -1527,6 +1556,7 @@ Symfony is the result of the work of many people who made the code better
- Jules Lamur - Jules Lamur
- Renato Mendes Figueiredo - Renato Mendes Figueiredo
- Benjamin RICHARD - Benjamin RICHARD
- Gennadi Janzen
- pdommelen - pdommelen
- Eric Stern - Eric Stern
- ShiraNai7 - ShiraNai7
@ -1551,8 +1581,10 @@ Symfony is the result of the work of many people who made the code better
- Philip Frank - Philip Frank
- David Brooks - David Brooks
- Lance McNearney - Lance McNearney
- Florian Caron (shalalalala)
- Serhiy Lunak (slunak) - Serhiy Lunak (slunak)
- Giorgio Premi - Giorgio Premi
- Mikko Pesari
- Aurélien Fontaine - Aurélien Fontaine
- ncou - ncou
- Ian Carroll - Ian Carroll
@ -1592,6 +1624,7 @@ Symfony is the result of the work of many people who made the code better
- Jay Severson - Jay Severson
- Benny Born - Benny Born
- Emirald Mateli - Emirald Mateli
- Tristan Pouliquen
- René Kerner - René Kerner
- Nathaniel Catchpole - Nathaniel Catchpole
- Adrien Samson (adriensamson) - Adrien Samson (adriensamson)
@ -1627,6 +1660,7 @@ Symfony is the result of the work of many people who made the code better
- Peter Bouwdewijn - Peter Bouwdewijn
- mlively - mlively
- Wouter Diesveld - Wouter Diesveld
- Vincent Langlet
- Amine Matmati - Amine Matmati
- caalholm - caalholm
- Nouhail AL FIDI (alfidi) - Nouhail AL FIDI (alfidi)
@ -1641,6 +1675,7 @@ Symfony is the result of the work of many people who made the code better
- rkerner - rkerner
- Alex Silcock - Alex Silcock
- Qingshan Luo - Qingshan Luo
- Gijs van Lammeren
- Ergie Gonzaga - Ergie Gonzaga
- Matthew J Mucklo - Matthew J Mucklo
- AnrDaemon - AnrDaemon
@ -1691,6 +1726,7 @@ Symfony is the result of the work of many people who made the code better
- LubenZA - LubenZA
- Victor Garcia - Victor Garcia
- Olivier - Olivier
- Juan Mrad
- Denis Yuzhanin - Denis Yuzhanin
- knezmilos13 - knezmilos13
- Cyril PASCAL - Cyril PASCAL
@ -1759,6 +1795,7 @@ Symfony is the result of the work of many people who made the code better
- 2manypeople - 2manypeople
- Wing - Wing
- Thomas Bibb - Thomas Bibb
- kick-the-bucket
- Matt Farmer - Matt Farmer
- catch - catch
- Alexandre Segura - Alexandre Segura
@ -1812,6 +1849,7 @@ Symfony is the result of the work of many people who made the code better
- Thomas Chmielowiec - Thomas Chmielowiec
- shdev - shdev
- Andrey Ryaguzov - Andrey Ryaguzov
- Gennadi Janzen
- Stefan - Stefan
- Peter Bex - Peter Bex
- Manatsawin Hanmongkolchai - Manatsawin Hanmongkolchai
@ -1822,7 +1860,6 @@ Symfony is the result of the work of many people who made the code better
- Dennis Væversted - Dennis Væversted
- Timon van der Vorm - Timon van der Vorm
- nuncanada - nuncanada
- flack
- František Bereň - František Bereň
- Kamil Madejski - Kamil Madejski
- Jeremiah VALERIE - Jeremiah VALERIE
@ -1833,6 +1870,7 @@ Symfony is the result of the work of many people who made the code better
- Denys Voronin (hurricane) - Denys Voronin (hurricane)
- Ionel Scutelnicu (ionelscutelnicu) - Ionel Scutelnicu (ionelscutelnicu)
- Mathieu Dewet (mdewet) - Mathieu Dewet (mdewet)
- none (nelexa)
- Nicolas Tallefourtané (nicolab) - Nicolas Tallefourtané (nicolab)
- Botond Dani (picur) - Botond Dani (picur)
- Rémi Faivre (rfv) - Rémi Faivre (rfv)
@ -1869,6 +1907,7 @@ Symfony is the result of the work of many people who made the code better
- Adrien Wilmet - Adrien Wilmet
- Martin - Martin
- nietonfir - nietonfir
- Taylor Otwell
- alefranz - alefranz
- David Barratt - David Barratt
- Andrea Giannantonio - Andrea Giannantonio
@ -1954,7 +1993,6 @@ Symfony is the result of the work of many people who made the code better
- Tim Strehle - Tim Strehle
- Sébastien COURJEAN - Sébastien COURJEAN
- Sam Ward - Sam Ward
- Michael Voříšek
- Walther Lalk - Walther Lalk
- Adam - Adam
- Ivo - Ivo
@ -1964,7 +2002,6 @@ Symfony is the result of the work of many people who made the code better
- Ali Tavafi - Ali Tavafi
- Trevor Suarez - Trevor Suarez
- gedrox - gedrox
- Bohan Yang
- Alan Bondarchuk - Alan Bondarchuk
- Pchol - Pchol
- dropfen - dropfen
@ -1998,7 +2035,6 @@ Symfony is the result of the work of many people who made the code better
- Andrew Marcinkevičius (ifdattic) - Andrew Marcinkevičius (ifdattic)
- Ioana Hazsda (ioana-hazsda) - Ioana Hazsda (ioana-hazsda)
- Jan Marek (janmarek) - Jan Marek (janmarek)
- Dmitriy Mamontov (mamontovdmitriy)
- Mark de Haan (markdehaan) - Mark de Haan (markdehaan)
- Dan Patrick (mdpatrick) - Dan Patrick (mdpatrick)
- naitsirch (naitsirch) - naitsirch (naitsirch)
@ -2082,7 +2118,7 @@ Symfony is the result of the work of many people who made the code better
- Rowan Manning - Rowan Manning
- Per Modin - Per Modin
- David Windell - David Windell
- Christian Scheb - Ondřej Frei
- Gabriel Birke - Gabriel Birke
- skafandri - skafandri
- Derek Bonner - Derek Bonner
@ -2120,6 +2156,7 @@ Symfony is the result of the work of many people who made the code better
- Klaas Naaijkens - Klaas Naaijkens
- Daniel González Cerviño - Daniel González Cerviño
- Rafał - Rafał
- Ahmad El-Bardan (absahmad)
- Achilles Kaloeridis (achilles) - Achilles Kaloeridis (achilles)
- Adria Lopez (adlpz) - Adria Lopez (adlpz)
- Aaron Scherer (aequasi) - Aaron Scherer (aequasi)
@ -2180,6 +2217,7 @@ Symfony is the result of the work of many people who made the code better
- Ondrej Mirtes - Ondrej Mirtes
- akimsko - akimsko
- Youpie - Youpie
- Jason Stephens
- srsbiz - srsbiz
- Taylan Kasap - Taylan Kasap
- Michael Orlitzky - Michael Orlitzky
@ -2237,6 +2275,7 @@ Symfony is the result of the work of many people who made the code better
- Nardberjean - Nardberjean
- Karolis - Karolis
- Myke79 - Myke79
- jersoe
- Brian Debuire - Brian Debuire
- Eric Grimois - Eric Grimois
- Piers Warmers - Piers Warmers
@ -2344,6 +2383,7 @@ Symfony is the result of the work of many people who made the code better
- Sema - Sema
- Elan Ruusamäe - Elan Ruusamäe
- Thorsten Hallwas - Thorsten Hallwas
- Marco Pfeiffer
- Alex Nostadt - Alex Nostadt
- Michael Squires - Michael Squires
- Egor Gorbachev - Egor Gorbachev
@ -2480,7 +2520,6 @@ Symfony is the result of the work of many people who made the code better
- Ala Eddine Khefifi (nayzo) - Ala Eddine Khefifi (nayzo)
- emilienbouard (neime) - emilienbouard (neime)
- Nicholas Byfleet (nickbyfleet) - Nicholas Byfleet (nickbyfleet)
- Marco Petersen (ocrampete16)
- ollie harridge (ollietb) - ollie harridge (ollietb)
- Paul Andrieux (paulandrieux) - Paul Andrieux (paulandrieux)
- Paweł Szczepanek (pauluz) - Paweł Szczepanek (pauluz)
@ -2491,7 +2530,6 @@ Symfony is the result of the work of many people who made the code better
- Alex Carol (picard89) - Alex Carol (picard89)
- Daniel Perez Pinazo (pitiflautico) - Daniel Perez Pinazo (pitiflautico)
- Igor Tarasov (polosatus) - Igor Tarasov (polosatus)
- Phil Taylor (prazgod)
- Maxim Pustynnikov (pustynnikov) - Maxim Pustynnikov (pustynnikov)
- Ralf Kuehnel (ralfkuehnel) - Ralf Kuehnel (ralfkuehnel)
- Brayden Williams (redstar504) - Brayden Williams (redstar504)
@ -2570,6 +2608,7 @@ Symfony is the result of the work of many people who made the code better
- Bogdan Rancichi (devck) - Bogdan Rancichi (devck)
- Daniel Kolvik (dkvk) - Daniel Kolvik (dkvk)
- Marc Lemay (flug) - Marc Lemay (flug)
- Gabriel Solomon (gabrielsolomon)
- Henne Van Och (hennevo) - Henne Van Och (hennevo)
- Jeroen De Dauw (jeroendedauw) - Jeroen De Dauw (jeroendedauw)
- Jonathan Scheiber (jmsche) - Jonathan Scheiber (jmsche)

View File

@ -67,12 +67,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private $requestStackSize = 0; private $requestStackSize = 0;
private $resetServices = false; private $resetServices = false;
const VERSION = '3.4.43-DEV'; const VERSION = '3.4.43';
const VERSION_ID = 30443; const VERSION_ID = 30443;
const MAJOR_VERSION = 3; const MAJOR_VERSION = 3;
const MINOR_VERSION = 4; const MINOR_VERSION = 4;
const RELEASE_VERSION = 43; const RELEASE_VERSION = 43;
const EXTRA_VERSION = 'DEV'; const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '11/2020'; const END_OF_MAINTENANCE = '11/2020';
const END_OF_LIFE = '11/2021'; const END_OF_LIFE = '11/2021';