Merge pull request #35904 from fabpot/release-3.4.38

released v3.4.38
This commit is contained in:
Fabien Potencier 2020-02-29 11:21:57 +01:00 committed by GitHub
commit c5a882db43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 146 additions and 66 deletions

View File

@ -7,6 +7,36 @@ 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.38 (2020-02-29)
* bug #35781 [Form] NumberToLocalizedStringTransformer return int if scale = 0 (VincentLanglet)
* bug #35846 [Serializer] prevent method calls on null values (xabbuh)
* bug #35839 [Security] Allow switching to another user when already switched (chalasr)
* bug #35817 [DoctrineBridge] Use new Types::* constants and support new json type (fancyweb)
* bug #35707 [ExpressionLanguage] Fixed collisions of character operators with object properties (Andrej-in-ua)
* bug #35794 [DoctrineBridge][DoctrineExtractor] Fix indexBy with custom and some core types (fancyweb)
* bug #35787 [PhpUnitBridge] Use trait instead of extending deprecated class (marcello-moenkemeyer)
* bug #35792 [Security] Prevent TypeError in case RememberMetoken has no attached user (nikophil)
* bug #35772 [Config] don't throw on missing excluded paths (nicolas-grekas)
* bug #35774 [Ldap] force default network timeout (nicolas-grekas)
* bug #35702 [VarDumper] fixed DateCaster not displaying additional fields (Makdessi Alex)
* bug #35722 [HttpKernel] Set previous exception when rethrown from controller resolver (danut007ro)
* bug #35718 [HttpKernel] fix registering DebugHandlersListener regardless of the PHP_SAPI (nicolas-grekas)
* bug #35693 [Finder] Fix unix root dir issue (chr-hertel)
* bug #35696 [Console] Don't load same-namespace alternatives on exact match (chalasr)
* bug #35605 [HttpFoundation][FrameworkBundle] fix support for samesite in session cookies (fabpot)
* bug #35609 [DoctrineBridge] Fixed submitting ids with query limit or offset (HeahDude)
* bug #34123 [Form] Fix handling of empty_data's \Closure value in Date/Time form types (yceruto)
* bug #35546 [Validator] check for __get method existence if property is uninitialized (alekitto)
* bug #35332 [Yaml][Inline] Fail properly on empty object tag and empty const tag (fancyweb)
* bug #35489 [PhpUnitBridge] Fix running skipped tests expecting only deprecations (chalasr)
* bug #35161 [FrameworkBundle] Check non-null type for numeric type (Arman-Hosseini)
* bug #34059 [DomCrawler] Skip disabled fields processing in Form (sbogx)
* bug #34114 [Console] SymonfyStyle - Check value isset to avoid PHP notice (leevigraham)
* bug #35557 [Config] dont catch instances of Error (nicolas-grekas)
* bug #35532 [Validator] fix access to uninitialized property when getting value (greedyivan)
* bug #35305 [HttpKernel] Fix stale-if-error behavior, add tests (mpdude)
* 3.4.37 (2020-01-21) * 3.4.37 (2020-01-21)
* bug #35065 [Security] Use supportsClass in addition to UnsupportedUserException (linaori) * bug #35065 [Security] Use supportsClass in addition to UnsupportedUserException (linaori)

View File

@ -17,9 +17,9 @@ Symfony is the result of the work of many people who made the code better
- Maxime Steinhausser (ogizanagi) - Maxime Steinhausser (ogizanagi)
- Ryan Weaver (weaverryan) - Ryan Weaver (weaverryan)
- Javier Eguiluz (javier.eguiluz) - Javier Eguiluz (javier.eguiluz)
- Grégoire Pineau (lyrixx)
- Jakub Zalas (jakubzalas) - Jakub Zalas (jakubzalas)
- Roland Franssen (ro0) - Roland Franssen (ro0)
- Grégoire Pineau (lyrixx)
- Johannes S (johannes) - Johannes S (johannes)
- Kris Wallsmith (kriswallsmith) - Kris Wallsmith (kriswallsmith)
- Yonel Ceruto (yonelceruto) - Yonel Ceruto (yonelceruto)
@ -27,31 +27,31 @@ Symfony is the result of the work of many people who made the code better
- Abdellatif Ait boudad (aitboudad) - Abdellatif Ait boudad (aitboudad)
- Samuel ROZE (sroze) - Samuel ROZE (sroze)
- Romain Neutron (romain) - Romain Neutron (romain)
- Wouter de Jong (wouterj)
- Pascal Borreli (pborreli) - Pascal Borreli (pborreli)
- Wouter De Jong (wouterj) - Thomas Calvet (fancyweb)
- Joseph Bielawski (stloyd) - Joseph Bielawski (stloyd)
- Alexander M. Turek (derrabus) - Alexander M. Turek (derrabus)
- Karma Dordrak (drak) - Karma Dordrak (drak)
- Thomas Calvet (fancyweb)
- Lukas Kahwe Smith (lsmith) - Lukas Kahwe Smith (lsmith)
- Martin Hasoň (hason) - Martin Hasoň (hason)
- Hamza Amrouche (simperfit) - Hamza Amrouche (simperfit)
- Jeremy Mikola (jmikola)
- Jules Pietri (heah) - Jules Pietri (heah)
- Jean-François Simon (jfsimon) - Jeremy Mikola (jmikola)
- Jérémy DERUSSÉ (jderusse) - Jérémy DERUSSÉ (jderusse)
- 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) - Guilhem Niot (energetick)
- Sarah Khalil (saro0h)
- Tobias Nyholm (tobias) - Tobias Nyholm (tobias)
- Sarah Khalil (saro0h)
- Jonathan Wage (jwage) - Jonathan Wage (jwage)
- Lynn van der Berg (kjarli) - Lynn van der Berg (kjarli)
- Diego Saint Esteben (dosten) - Diego Saint Esteben (dosten)
- Matthias Pigulla (mpdude)
- Alexandre Salomé (alexandresalome) - Alexandre Salomé (alexandresalome)
- William Durand (couac) - William Durand (couac)
- Matthias Pigulla (mpdude)
- Pierre du Plessis (pierredup) - Pierre du Plessis (pierredup)
- ornicar - ornicar
- Dany Maillard (maidmaid) - Dany Maillard (maidmaid)
@ -59,29 +59,29 @@ Symfony is the result of the work of many people who made the code better
- stealth35 (stealth35) - stealth35 (stealth35)
- Alexander Mols (asm89) - Alexander Mols (asm89)
- Konstantin Myakshin (koc) - Konstantin Myakshin (koc)
- Grégoire Paris (greg0ire)
- Bulat Shakirzyanov (avalanche123) - Bulat Shakirzyanov (avalanche123)
- Valentin Udaltsov (vudaltsov) - Valentin Udaltsov (vudaltsov)
- Grégoire Paris (greg0ire) - Kevin Bond (kbond)
- Saša Stamenković (umpirsky) - Saša Stamenković (umpirsky)
- Peter Rehm (rpet) - Peter Rehm (rpet)
- Kevin Bond (kbond)
- Henrik Bjørnskov (henrikbjorn) - Henrik Bjørnskov (henrikbjorn)
- Miha Vrhovnik - Miha Vrhovnik
- Gabriel Ostrolucký (gadelat)
- Diego Saint Esteben (dii3g0) - Diego Saint Esteben (dii3g0)
- Gábor Egyed (1ed) - Gábor Egyed (1ed)
- Gabriel Ostrolucký (gadelat)
- Titouan Galopin (tgalopin) - Titouan Galopin (tgalopin)
- Konstantin Kudryashov (everzet)
- David Maicher (dmaicher) - David Maicher (dmaicher)
- Konstantin Kudryashov (everzet)
- Bilal Amarni (bamarni) - Bilal Amarni (bamarni)
- Mathieu Piot (mpiot) - Mathieu Piot (mpiot)
- Vladimir Reznichenko (kalessil) - Vladimir Reznichenko (kalessil)
- Jan Schädlich (jschaedl)
- Florin Patan (florinpatan) - Florin Patan (florinpatan)
- Jáchym Toušek (enumag) - Jáchym Toušek (enumag)
- Andrej Hudec (pulzarraider) - Andrej Hudec (pulzarraider)
- Michel Weimerskirch (mweimerskirch) - Michel Weimerskirch (mweimerskirch)
- Issei Murasawa (issei_m) - Issei Murasawa (issei_m)
- Jan Schädlich (jschaedl)
- Eric Clemmons (ericclemmons) - Eric Clemmons (ericclemmons)
- Charles Sarrazin (csarrazi) - Charles Sarrazin (csarrazi)
- Christian Raue - Christian Raue
@ -96,20 +96,20 @@ Symfony is the result of the work of many people who made the code better
- Lee McDermott - Lee McDermott
- Brandon Turner - Brandon Turner
- Luis Cordova (cordoval) - Luis Cordova (cordoval)
- Jérôme Tamarelle (gromnan)
- Daniel Holmes (dholmes) - Daniel Holmes (dholmes)
- Toni Uebernickel (havvg) - Toni Uebernickel (havvg)
- Fran Moreno (franmomu)
- Bart van den Burg (burgov) - Bart van den Burg (burgov)
- Jordan Alliot (jalliot) - Jordan Alliot (jalliot)
- Jérôme Tamarelle (gromnan)
- John Wards (johnwards) - John Wards (johnwards)
- Fran Moreno (franmomu)
- Antoine Hérault (herzult) - Antoine Hérault (herzult)
- Paráda József (paradajozsef) - Paráda József (paradajozsef)
- Arnaud Le Blanc (arnaud-lb) - Arnaud Le Blanc (arnaud-lb)
- Maxime STEINHAUSSER - Maxime STEINHAUSSER
- Baptiste Clavié (talus)
- Michal Piotrowski (eventhorizon) - Michal Piotrowski (eventhorizon)
- Tim Nagel (merk) - Tim Nagel (merk)
- Baptiste Clavié (talus)
- Chris Wilkinson (thewilkybarkid) - Chris Wilkinson (thewilkybarkid)
- Brice BERNARD (brikou) - Brice BERNARD (brikou)
- marc.weistroff - marc.weistroff
@ -133,10 +133,10 @@ Symfony is the result of the work of many people who made the code better
- Tugdual Saunier (tucksaun) - Tugdual Saunier (tucksaun)
- excelwebzone - excelwebzone
- Gordon Franke (gimler) - Gordon Franke (gimler)
- Joel Wurtz (brouznouf)
- Fabien Pennequin (fabienpennequin) - Fabien Pennequin (fabienpennequin)
- Théo FIDRY (theofidry) - Théo FIDRY (theofidry)
- Eric GELOEN (gelo) - Eric GELOEN (gelo)
- Joel Wurtz (brouznouf)
- Lars Strojny (lstrojny) - Lars Strojny (lstrojny)
- Jannik Zschiesche (apfelbox) - Jannik Zschiesche (apfelbox)
- Robert Schönthal (digitalkaoz) - Robert Schönthal (digitalkaoz)
@ -145,6 +145,8 @@ Symfony is the result of the work of many people who made the code better
- Gabriel Caruso (carusogabriel) - Gabriel Caruso (carusogabriel)
- Stefano Sala (stefano.sala) - Stefano Sala (stefano.sala)
- Evgeniy (ewgraf) - Evgeniy (ewgraf)
- Massimiliano Arione (garak)
- Julien Falque (julienfalque)
- Vincent AUBERT (vincent) - Vincent AUBERT (vincent)
- Juti Noppornpitak (shiroyuki) - Juti Noppornpitak (shiroyuki)
- Alexander Schranz (alexander-schranz) - Alexander Schranz (alexander-schranz)
@ -155,7 +157,6 @@ Symfony is the result of the work of many people who made the code better
- Hidenori Goto (hidenorigoto) - Hidenori Goto (hidenorigoto)
- Andréia Bohner (andreia) - Andréia Bohner (andreia)
- Yanick Witschi (toflar) - Yanick Witschi (toflar)
- Julien Falque (julienfalque)
- Arnaud Kleinpeter (nanocom) - Arnaud Kleinpeter (nanocom)
- Guilherme Blanco (guilhermeblanco) - Guilherme Blanco (guilhermeblanco)
- SpacePossum - SpacePossum
@ -163,12 +164,12 @@ Symfony is the result of the work of many people who made the code better
- 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
- Alessandro Chitolina (alekitto)
- Philipp Wahala (hifi) - Philipp Wahala (hifi)
- Massimiliano Arione (garak)
- Rafael Dohms (rdohms) - Rafael Dohms (rdohms)
- jwdeitch - jwdeitch
- Mikael Pajunen - Mikael Pajunen
- Alessandro Chitolina (alekitto) - Arman Hosseini (arman)
- Niels Keurentjes (curry684) - Niels Keurentjes (curry684)
- Vyacheslav Pavlov - Vyacheslav Pavlov
- Richard van Laak (rvanlaak) - Richard van Laak (rvanlaak)
@ -178,9 +179,9 @@ Symfony is the result of the work of many people who made the code better
- jeremyFreeAgent (jeremyfreeagent) - jeremyFreeAgent (jeremyfreeagent)
- Rouven Weßling (realityking) - Rouven Weßling (realityking)
- Jérôme Parmentier (lctrs) - Jérôme Parmentier (lctrs)
- Andreas Schempp (aschempp)
- Clemens Tolboom - Clemens Tolboom
- Helmer Aaviksoo - Helmer Aaviksoo
- Arman Hosseini (arman)
- Hiromi Hishida (77web) - Hiromi Hishida (77web)
- Matthieu Ouellette-Vachon (maoueh) - Matthieu Ouellette-Vachon (maoueh)
- Michał Pipa (michal.pipa) - Michał Pipa (michal.pipa)
@ -193,7 +194,6 @@ Symfony is the result of the work of many people who made the code better
- GDIBass - GDIBass
- Samuel NELA (snela) - Samuel NELA (snela)
- Ben Davies (bendavies) - Ben Davies (bendavies)
- Andreas Schempp (aschempp)
- James Halsall (jaitsu) - James Halsall (jaitsu)
- Matthieu Napoli (mnapoli) - Matthieu Napoli (mnapoli)
- Florent Mata (fmata) - Florent Mata (fmata)
@ -226,11 +226,13 @@ Symfony is the result of the work of many people who made the code better
- Stadly - Stadly
- Stepan Anchugov (kix) - Stepan Anchugov (kix)
- bronze1man - bronze1man
- Filippo Tessarotto (slamdunk)
- sun (sun) - sun (sun)
- Larry Garfield (crell) - Larry Garfield (crell)
- Nikolay Labinskiy (e-moe) - Nikolay Labinskiy (e-moe)
- Martin Schuhfuß (usefulthink) - Martin Schuhfuß (usefulthink)
- apetitpa - apetitpa
- Antoine Makdessi (amakdessi)
- Matthieu Bontemps (mbontemps) - Matthieu Bontemps (mbontemps)
- apetitpa - apetitpa
- Pierre Minnieur (pminnieur) - Pierre Minnieur (pminnieur)
@ -246,6 +248,7 @@ Symfony is the result of the work of many people who made the code better
- jeff - jeff
- John Kary (johnkary) - John Kary (johnkary)
- Jan Rosier (rosier) - Jan Rosier (rosier)
- Przemysław Bogusz (przemyslaw-bogusz)
- Justin Hileman (bobthecow) - Justin Hileman (bobthecow)
- Blanchon Vincent (blanchonvincent) - Blanchon Vincent (blanchonvincent)
- Michele Orselli (orso) - Michele Orselli (orso)
@ -260,9 +263,11 @@ Symfony is the result of the work of many people who made the code better
- Tristan Darricau (nicofuma) - Tristan Darricau (nicofuma)
- Victor Bocharsky (bocharsky_bw) - Victor Bocharsky (bocharsky_bw)
- Tomas Norkūnas (norkunas) - Tomas Norkūnas (norkunas)
- Wouter J
- Smaine Milianni (ismail1432)
- Marcel Beerta (mazen) - Marcel Beerta (mazen)
- Christopher Hertel (chertel)
- Ruud Kamphuis (ruudk) - Ruud Kamphuis (ruudk)
- Antoine Makdessi (amakdessi)
- Maxime Helias (maxhelias) - Maxime Helias (maxhelias)
- Pavel Batanov (scaytrase) - Pavel Batanov (scaytrase)
- Mantis Development - Mantis Development
@ -275,7 +280,9 @@ Symfony is the result of the work of many people who made the code better
- julien pauli (jpauli) - julien pauli (jpauli)
- Lorenz Schori - Lorenz Schori
- Sébastien Lavoie (lavoiesl) - Sébastien Lavoie (lavoiesl)
- Ahmed TAILOULOUTE (ahmedtai)
- Dariusz - Dariusz
- Saif (╯°□°)╯ (azjezz)
- Dmitrii Poddubnyi (karser) - Dmitrii Poddubnyi (karser)
- Michael Babker (mbabker) - Michael Babker (mbabker)
- Francois Zaninotto - Francois Zaninotto
@ -289,7 +296,6 @@ Symfony is the result of the work of many people who made the code better
- Danny Berger (dpb587) - Danny Berger (dpb587)
- Antonio J. García Lagar (ajgarlag) - Antonio J. García Lagar (ajgarlag)
- Adam Prager (padam87) - Adam Prager (padam87)
- Przemysław Bogusz (przemyslaw-bogusz)
- Benoît Burnichon (bburnichon) - Benoît Burnichon (bburnichon)
- Maciej Malarz (malarzm) - Maciej Malarz (malarzm)
- Roman Marintšenko (inori) - Roman Marintšenko (inori)
@ -307,19 +313,17 @@ Symfony is the result of the work of many people who made the code better
- Jordan Samouh (jordansamouh) - Jordan Samouh (jordansamouh)
- Baptiste Lafontaine (magnetik) - Baptiste Lafontaine (magnetik)
- Jakub Kucharovic (jkucharovic) - Jakub Kucharovic (jkucharovic)
- Loick Piera (pyrech)
- Uwe Jäger (uwej711) - Uwe Jäger (uwej711)
- Eugene Leonovich (rybakit) - Eugene Leonovich (rybakit)
- Filippo Tessarotto
- Joseph Rouff (rouffj) - Joseph Rouff (rouffj)
- Félix Labrecque (woodspire) - Félix Labrecque (woodspire)
- GordonsLondon - GordonsLondon
- Quynh Xuan Nguyen (xuanquynh) - Quynh Xuan Nguyen (xuanquynh)
- Jan Sorgalla (jsor) - Jan Sorgalla (jsor)
- Ray - Ray
- Smaine Milianni (ismail1432)
- Chekote - Chekote
- François Pluchino (francoispluchino) - François Pluchino (francoispluchino)
- Christopher Hertel (chertel)
- Thomas Adam - Thomas Adam
- Jhonny Lidfors (jhonne) - Jhonny Lidfors (jhonne)
- Diego Agulló (aeoris) - Diego Agulló (aeoris)
@ -327,6 +331,7 @@ Symfony is the result of the work of many people who made the code better
- Bob den Otter (bopp) - Bob den Otter (bopp)
- Thomas Schulz (king2500) - Thomas Schulz (king2500)
- Frank de Jonge (frenkynet) - Frank de Jonge (frenkynet)
- Jeroen Spee (jeroens)
- Nikita Konstantinov - Nikita Konstantinov
- Wodor Wodorski - Wodor Wodorski
- Thomas Lallement (raziel057) - Thomas Lallement (raziel057)
@ -339,6 +344,7 @@ Symfony is the result of the work of many people who made the code better
- Robert Kiss (kepten) - Robert Kiss (kepten)
- Zan Baldwin (zanderbaldwin) - Zan Baldwin (zanderbaldwin)
- Roumen Damianoff (roumen) - Roumen Damianoff (roumen)
- Emanuele Panzeri (thepanz)
- Kim Hemsø Rasmussen (kimhemsoe) - Kim Hemsø Rasmussen (kimhemsoe)
- Pascal Luna (skalpa) - Pascal Luna (skalpa)
- Wouter Van Hecke - Wouter Van Hecke
@ -352,7 +358,7 @@ Symfony is the result of the work of many people who made the code better
- Christian Schmidt - Christian Schmidt
- Patrick Landolt (scube) - Patrick Landolt (scube)
- MatTheCat - MatTheCat
- Loick Piera (pyrech) - Vilius Grigaliūnas
- David Badura (davidbadura) - David Badura (davidbadura)
- Chad Sikorra (chadsikorra) - Chad Sikorra (chadsikorra)
- Chris Smith (cs278) - Chris Smith (cs278)
@ -371,8 +377,8 @@ Symfony is the result of the work of many people who made the code better
- Andrey Esaulov (andremaha) - Andrey Esaulov (andremaha)
- Grégoire Passault (gregwar) - Grégoire Passault (gregwar)
- Jerzy Zawadzki (jzawadzki) - Jerzy Zawadzki (jzawadzki)
- Wouter J
- Ismael Ambrosi (iambrosi) - Ismael Ambrosi (iambrosi)
- Craig Duncan (duncan3dc)
- Emmanuel BORGES (eborges78) - Emmanuel BORGES (eborges78)
- Aurelijus Valeiša (aurelijus) - Aurelijus Valeiša (aurelijus)
- Jan Decavele (jandc) - Jan Decavele (jandc)
@ -386,16 +392,19 @@ Symfony is the result of the work of many people who made the code better
- Francesc Rosàs (frosas) - Francesc Rosàs (frosas)
- Romain Pierre (romain-pierre) - Romain Pierre (romain-pierre)
- Julien Galenski (ruian) - Julien Galenski (ruian)
- Michael Käfer (michael_kaefer)
- Bongiraud Dominique - Bongiraud Dominique
- janschoenherr - janschoenherr
- Emanuele Gaspari (inmarelibero) - Emanuele Gaspari (inmarelibero)
- Dariusz Rumiński - Dariusz Rumiński
- Berny Cantos (xphere81) - Berny Cantos (xphere81)
- Laurent VOULLEMIER (lvo)
- Thierry Thuon (lepiaf) - Thierry Thuon (lepiaf)
- Ricard Clau (ricardclau) - Ricard Clau (ricardclau)
- Mark Challoner (markchalloner) - Mark Challoner (markchalloner)
- Philippe Segatori - Philippe Segatori
- Gennady Telegin (gtelegin) - Gennady Telegin (gtelegin)
- Mathias Arlaud (mtarld)
- Erin Millard - Erin Millard
- Artur Melo (restless) - Artur Melo (restless)
- Matthew Lewinski (lewinski) - Matthew Lewinski (lewinski)
@ -404,6 +413,7 @@ Symfony is the result of the work of many people who made the code better
- Nicolas LEFEVRE (nicoweb) - Nicolas LEFEVRE (nicoweb)
- alquerci - alquerci
- Olivier Dolbeau (odolbeau) - Olivier Dolbeau (odolbeau)
- Oleg Andreyev
- Mateusz Sip (mateusz_sip) - Mateusz Sip (mateusz_sip)
- Francesco Levorato - Francesco Levorato
- Vitaliy Zakharov (zakharovvi) - Vitaliy Zakharov (zakharovvi)
@ -416,22 +426,22 @@ Symfony is the result of the work of many people who made the code better
- Artur Eshenbrener - Artur Eshenbrener
- Timo Bakx (timobakx) - Timo Bakx (timobakx)
- Thomas Perez (scullwm) - Thomas Perez (scullwm)
- Saif Eddin Gmati (azjezz)
- Felix Labrecque - Felix Labrecque
- Yaroslav Kiliba - Yaroslav Kiliba
- Terje Bråten - Terje Bråten
- Robbert Klarenbeek (robbertkl) - Robbert Klarenbeek (robbertkl)
- Eric Masoero (eric-masoero) - Eric Masoero (eric-masoero)
- Denis Brumann (dbrumann)
- JhonnyL - JhonnyL
- hossein zolfi (ocean) - hossein zolfi (ocean)
- Clément Gautier (clementgautier) - Clément Gautier (clementgautier)
- Bastien Jaillot (bastnic) - Bastien Jaillot (bastnic)
- Dāvis Zālītis (k0d3r1s) - Dāvis Zālītis (k0d3r1s)
- Emanuele Panzeri (thepanz)
- Sanpi - Sanpi
- Eduardo Gulias (egulias) - Eduardo Gulias (egulias)
- giulio de donato (liuggio) - giulio de donato (liuggio)
- ShinDarth - ShinDarth
- Alan Poulain
- Stéphane PY (steph_py) - Stéphane PY (steph_py)
- Philipp Kräutli (pkraeutli) - Philipp Kräutli (pkraeutli)
- Grzegorz (Greg) Zdanowski (kiler129) - Grzegorz (Greg) Zdanowski (kiler129)
@ -443,7 +453,6 @@ Symfony is the result of the work of many people who made the code better
- Alex Bowers - Alex Bowers
- Philipp Cordes - Philipp Cordes
- Costin Bereveanu (schniper) - Costin Bereveanu (schniper)
- Vilius Grigaliūnas
- Loïc Chardonnet (gnusat) - Loïc Chardonnet (gnusat)
- Marek Kalnik (marekkalnik) - Marek Kalnik (marekkalnik)
- Vyacheslav Salakhutdinov (megazoll) - Vyacheslav Salakhutdinov (megazoll)
@ -488,7 +497,6 @@ Symfony is the result of the work of many people who made the code better
- Christophe L. (christophelau) - Christophe L. (christophelau)
- Sander Toonen (xatoo) - Sander Toonen (xatoo)
- Anthon Pang (robocoder) - Anthon Pang (robocoder)
- Michael Käfer (michael_kaefer)
- Sébastien Santoro (dereckson) - Sébastien Santoro (dereckson)
- Brian King - Brian King
- Michel Salib (michelsalib) - Michel Salib (michelsalib)
@ -498,27 +506,28 @@ Symfony is the result of the work of many people who made the code better
- Alexandru Furculita (afurculita) - Alexandru Furculita (afurculita)
- Valentin Jonovs (valentins-jonovs) - Valentin Jonovs (valentins-jonovs)
- Guilhem N (guilhemn) - Guilhem N (guilhemn)
- Laurent VOULLEMIER (lvo)
- Jeanmonod David (jeanmonod) - Jeanmonod David (jeanmonod)
- Christopher Davis (chrisguitarguy) - Christopher Davis (chrisguitarguy)
- Webnet team (webnet) - Webnet team (webnet)
- Farhad Safarov - Farhad Safarov
- Jeroen Spee (jeroens)
- Jan Schumann - Jan Schumann
- Niklas Fiekas - Niklas Fiekas
- Markus Bachmann (baachi) - Markus Bachmann (baachi)
- Kévin THERAGE (kevin_therage) - Kévin THERAGE (kevin_therage)
- Erkhembayar Gantulga (erheme318)
- Islam93
- lancergr - lancergr
- Mihai Stancu - Mihai Stancu
- Ivan Nikolaev (destillat) - Ivan Nikolaev (destillat)
- Gildas Quéméner (gquemener) - Gildas Quéméner (gquemener)
- Oleg Andreyev
- Alessandro Lai (jean85) - Alessandro Lai (jean85)
- 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)
- Asmir Mustafic (goetas) - Asmir Mustafic (goetas)
- Nicolas Philippe (nikophil)
- vagrant - vagrant
- Aurimas Niekis (gcds) - Aurimas Niekis (gcds)
- EdgarPE - EdgarPE
@ -531,6 +540,7 @@ Symfony is the result of the work of many people who made the code better
- Chris Sedlmayr (catchamonkey) - Chris Sedlmayr (catchamonkey)
- Kamil Kokot (pamil) - Kamil Kokot (pamil)
- Seb Koelen - Seb Koelen
- Antonio Pauletich (x-coder264)
- Christoph Mewes (xrstf) - Christoph Mewes (xrstf)
- Vitaliy Tverdokhlib (vitaliytv) - Vitaliy Tverdokhlib (vitaliytv)
- Ariel Ferrandini (aferrandini) - Ariel Ferrandini (aferrandini)
@ -542,7 +552,6 @@ Symfony is the result of the work of many people who made the code better
- Gonzalo Vilaseca (gonzalovilaseca) - Gonzalo Vilaseca (gonzalovilaseca)
- Tarmo Leppänen (tarlepp) - Tarmo Leppänen (tarlepp)
- Marcin Sikoń (marphi) - Marcin Sikoń (marphi)
- Denis Brumann (dbrumann)
- Dominik Zogg (dominik.zogg) - Dominik Zogg (dominik.zogg)
- Marek Pietrzak - Marek Pietrzak
- Luc Vieillescazes (iamluc) - Luc Vieillescazes (iamluc)
@ -552,7 +561,6 @@ Symfony is the result of the work of many people who made the code better
- Gintautas Miselis - Gintautas Miselis
- Rob Bast - Rob Bast
- Roberto Espinoza (respinoza) - Roberto Espinoza (respinoza)
- Alan Poulain
- Soufian EZ-ZANTAR (soezz) - Soufian EZ-ZANTAR (soezz)
- Zander Baldwin - Zander Baldwin
- Gocha Ossinkine (ossinkine) - Gocha Ossinkine (ossinkine)
@ -595,7 +603,6 @@ Symfony is the result of the work of many people who made the code better
- Roy Van Ginneken (rvanginneken) - Roy Van Ginneken (rvanginneken)
- ondrowan - ondrowan
- Barry vd. Heuvel (barryvdh) - Barry vd. Heuvel (barryvdh)
- Craig Duncan (duncan3dc)
- Evan S Kaufman (evanskaufman) - Evan S Kaufman (evanskaufman)
- mcben - mcben
- Jérôme Vieilledent (lolautruche) - Jérôme Vieilledent (lolautruche)
@ -606,6 +613,7 @@ Symfony is the result of the work of many people who made the code better
- Remi Collet - Remi Collet
- Vicent Soria Durá (vicentgodella) - Vicent Soria Durá (vicentgodella)
- Michael Moravec - Michael Moravec
- Leevi Graham (leevigraham)
- Anthony Ferrara - Anthony Ferrara
- Ioan Negulescu - Ioan Negulescu
- Jakub Škvára (jskvara) - Jakub Škvára (jskvara)
@ -631,7 +639,9 @@ Symfony is the result of the work of many people who made the code better
- Nate (frickenate) - Nate (frickenate)
- Timothée Barray (tyx) - Timothée Barray (tyx)
- jhonnyL - jhonnyL
- Jacek Jędrzejewski (jacek.jedrzejewski)
- sasezaki - sasezaki
- Bozhidar Hristov (warxcell)
- Dawid Pakuła (zulusx) - Dawid Pakuła (zulusx)
- Florian Rey (nervo) - Florian Rey (nervo)
- Rodrigo Borrego Bernabé (rodrigobb) - Rodrigo Borrego Bernabé (rodrigobb)
@ -658,13 +668,16 @@ 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
- Aurélien Fredouelle - Aurélien Fredouelle
- Pavel Campr (pcampr) - Pavel Campr (pcampr)
- Andrii Dembitskyi - Andrii Dembitskyi
- Johnny Robeson (johnny) - Johnny Robeson (johnny)
- Marko Kaznovac (kaznovac) - Marko Kaznovac (kaznovac)
- Guilliam Xavier
- Disquedur - Disquedur
- Michiel Boeckaert (milio) - Michiel Boeckaert (milio)
- Geoffrey Tran (geoff) - Geoffrey Tran (geoff)
@ -685,6 +698,7 @@ Symfony is the result of the work of many people who made the code better
- Dmitry Simushev - Dmitry Simushev
- Joe Bennett (kralos) - Joe Bennett (kralos)
- alcaeus - alcaeus
- Thomas Talbot (ioni)
- Fred Cox - Fred Cox
- vitaliytv - vitaliytv
- Philippe Segatori - Philippe Segatori
@ -703,6 +717,7 @@ Symfony is the result of the work of many people who made the code better
- Konstantin S. M. Möllers (ksmmoellers) - Konstantin S. M. Möllers (ksmmoellers)
- James Johnston - James Johnston
- Sinan Eldem - Sinan Eldem
- BoShurik
- Alexandre Dupuy (satchette) - Alexandre Dupuy (satchette)
- Malte Blättermann - Malte Blättermann
- Simeon Kolev (simeon_kolev9) - Simeon Kolev (simeon_kolev9)
@ -725,12 +740,12 @@ Symfony is the result of the work of many people who made the code better
- Javier López (loalf) - Javier López (loalf)
- Reinier Kip - Reinier Kip
- Geoffrey Brier (geoffrey-brier) - Geoffrey Brier (geoffrey-brier)
- Alexandre Parent
- Vladimir Tsykun - Vladimir Tsykun
- Dustin Dobervich (dustin10) - Dustin Dobervich (dustin10)
- dantleech - dantleech
- Anne-Sophie Bachelard (annesophie) - Anne-Sophie Bachelard (annesophie)
- Sebastian Marek (proofek) - Sebastian Marek (proofek)
- Erkhembayar Gantulga (erheme318)
- zenmate - zenmate
- Michal Trojanowski - Michal Trojanowski
- David Fuhr - David Fuhr
@ -747,7 +762,6 @@ Symfony is the result of the work of many people who made the code better
- adev - adev
- Stefan Warman - Stefan Warman
- Arkadius Stefanski (arkadius) - Arkadius Stefanski (arkadius)
- Antonio Pauletich (x-coder264)
- Tristan Maindron (tmaindron) - Tristan Maindron (tmaindron)
- Behnoush Norouzali (behnoush) - Behnoush Norouzali (behnoush)
- Wesley Lancel - Wesley Lancel
@ -759,10 +773,10 @@ Symfony is the result of the work of many people who made the code better
- Miquel Rodríguez Telep (mrtorrent) - Miquel Rodríguez Telep (mrtorrent)
- Sergey Kolodyazhnyy (skolodyazhnyy) - Sergey Kolodyazhnyy (skolodyazhnyy)
- umpirski - umpirski
- Artem Lopata
- M. Vondano - M. Vondano
- Quentin de Longraye (quentinus95) - Quentin de Longraye (quentinus95)
- Chris Heng (gigablah) - Chris Heng (gigablah)
- Islam93
- Shaun Simmons (simshaun) - Shaun Simmons (simshaun)
- Richard Bradley - Richard Bradley
- Ulumuddin Yunus (joenoez) - Ulumuddin Yunus (joenoez)
@ -852,7 +866,6 @@ Symfony is the result of the work of many people who made the code better
- Yuen-Chi Lian - Yuen-Chi Lian
- Tarjei Huse (tarjei) - Tarjei Huse (tarjei)
- Besnik Br - Besnik Br
- Toni Rudolf (toooni)
- Jose Gonzalez - Jose Gonzalez
- Jonathan (jls-esokia) - Jonathan (jls-esokia)
- Oleksii Zhurbytskyi - Oleksii Zhurbytskyi
@ -871,12 +884,12 @@ Symfony is the result of the work of many people who made the code better
- Andrew Tchircoff (andrewtch) - Andrew Tchircoff (andrewtch)
- michaelwilliams - michaelwilliams
- 1emming - 1emming
- Leevi Graham (leevigraham)
- Nykopol (nykopol) - Nykopol (nykopol)
- Tri Pham (phamuyentri) - Tri Pham (phamuyentri)
- Jordan Deitch - Jordan Deitch
- Casper Valdemar Poulsen - Casper Valdemar Poulsen
- Josiah (josiah) - Josiah (josiah)
- Guillaume Verstraete (versgui)
- Greg ORIOL - Greg ORIOL
- Joschi Kuphal - Joschi Kuphal
- John Bohn (jbohn) - John Bohn (jbohn)
@ -890,16 +903,17 @@ Symfony is the result of the work of many people who made the code better
- fedor.f - fedor.f
- Yosmany Garcia (yosmanyga) - Yosmany Garcia (yosmanyga)
- Wouter de Wild - Wouter de Wild
- Trevor North
- Degory Valentine - Degory Valentine
- izzyp - izzyp
- Benoit Lévêque (benoit_leveque) - Benoit Lévêque (benoit_leveque)
- Jeroen Fiege (fieg) - Jeroen Fiege (fieg)
- Krzysiek Łabuś - Krzysiek Łabuś
- Xavier Lacot (xavier) - Xavier Lacot (xavier)
- Jon Dufresne
- possum - possum
- Denis Zunke (donalberto) - Denis Zunke (donalberto)
- Ahmadou Waly Ndiaye (waly) - Ahmadou Waly Ndiaye (waly)
- Ahmed TAILOULOUTE (ahmedtai)
- Jonathan Johnson (jrjohnson) - Jonathan Johnson (jrjohnson)
- Olivier Maisonneuve (olineuve) - Olivier Maisonneuve (olineuve)
- Pedro Miguel Maymone de Resende (pedroresende) - Pedro Miguel Maymone de Resende (pedroresende)
@ -937,7 +951,6 @@ Symfony is the result of the work of many people who made the code better
- Roy Klutman (royklutman) - Roy Klutman (royklutman)
- Sofiane HADDAG (sofhad) - Sofiane HADDAG (sofhad)
- frost-nzcr4 - frost-nzcr4
- Bozhidar Hristov
- Laurent Bassin (lbassin) - Laurent Bassin (lbassin)
- andrey1s - andrey1s
- Abhoryo - Abhoryo
@ -954,17 +967,20 @@ Symfony is the result of the work of many people who made the code better
- Julie Hourcade (juliehde) - Julie Hourcade (juliehde)
- Dmitry Parnas (parnas) - Dmitry Parnas (parnas)
- Paul LE CORRE - Paul LE CORRE
- Daniel Gorgan
- Tony Malzhacker - Tony Malzhacker
- Mathieu MARCHOIS - Mathieu MARCHOIS
- Cyril Quintin (cyqui) - Cyril Quintin (cyqui)
- Gerard van Helden (drm) - Gerard van Helden (drm)
- Johnny Peck (johnnypeck) - Johnny Peck (johnnypeck)
- Stefan Kruppa
- Ivan Menshykov - Ivan Menshykov
- David Romaní - David Romaní
- Patrick Allaert - Patrick Allaert
- Gustavo Falco (gfalco) - Gustavo Falco (gfalco)
- Matt Robinson (inanimatt) - Matt Robinson (inanimatt)
- Kristof Van Cauwenbergh (kristofvc) - Kristof Van Cauwenbergh (kristofvc)
- Peter Bowyer (pbowyer)
- Aleksey Podskrebyshev - Aleksey Podskrebyshev
- Calin Mihai Pristavu - Calin Mihai Pristavu
- David Marín Carreño (davefx) - David Marín Carreño (davefx)
@ -986,8 +1002,6 @@ Symfony is the result of the work of many people who made the code better
- Dmytro Boiko (eagle) - Dmytro Boiko (eagle)
- Shin Ohno (ganchiku) - Shin Ohno (ganchiku)
- Geert De Deckere (geertdd) - Geert De Deckere (geertdd)
- Ion Bazan (ionbazan)
- Jacek Jędrzejewski (jacek.jedrzejewski)
- Jan Kramer (jankramer) - Jan Kramer (jankramer)
- abdul malik ikhsan (samsonasik) - abdul malik ikhsan (samsonasik)
- Henry Snoek (snoek09) - Henry Snoek (snoek09)
@ -995,9 +1009,9 @@ Symfony is the result of the work of many people who made the code better
- Simone Di Maulo (toretto460) - Simone Di Maulo (toretto460)
- Christian Morgan - Christian Morgan
- Alexander Miehe (engerim) - Alexander Miehe (engerim)
- Jesse Rushlow (geeshoe)
- Morgan Auchede (mauchede) - Morgan Auchede (mauchede)
- Sascha Dens (saschadens) - Sascha Dens (saschadens)
- Chi-teck
- Don Pinkster - Don Pinkster
- Maksim Muruev - Maksim Muruev
- Emil Einarsson - Emil Einarsson
@ -1023,7 +1037,6 @@ Symfony is the result of the work of many people who made the code better
- Marcos Gómez Vilches (markitosgv) - Marcos Gómez Vilches (markitosgv)
- Matthew Davis (mdavis1982) - Matthew Davis (mdavis1982)
- Markus S. (staabm) - Markus S. (staabm)
- Guilliam Xavier
- Maks - Maks
- Antoine LA - Antoine LA
- den - den
@ -1046,7 +1059,9 @@ Symfony is the result of the work of many people who made the code better
- Koen Kuipers - Koen Kuipers
- datibbaw - datibbaw
- Erik Saunier (snickers) - Erik Saunier (snickers)
- Thiago Cordeiro (thiagocordeiro)
- Rootie - Rootie
- Alireza Mirsepassi (alirezamirsepassi)
- Daniel Alejandro Castro Arellano (lexcast) - Daniel Alejandro Castro Arellano (lexcast)
- sensio - sensio
- Thomas Jarrand - Thomas Jarrand
@ -1060,7 +1075,6 @@ Symfony is the result of the work of many people who made the code better
- Valérian Galliat - Valérian Galliat
- d-ph - d-ph
- Renan Taranto (renan-taranto) - Renan Taranto (renan-taranto)
- Thomas Talbot (ioni)
- Rikijs Murgs - Rikijs Murgs
- Uladzimir Tsykun - Uladzimir Tsykun
- Ben Ramsey (ramsey) - Ben Ramsey (ramsey)
@ -1077,11 +1091,14 @@ Symfony is the result of the work of many people who made the code better
- neghmurken - neghmurken
- xaav - xaav
- Mahmoud Mostafa (mahmoud) - Mahmoud Mostafa (mahmoud)
- Mathias Arlaud (mtarld) - Antonio Jose Cerezo (ajcerezo)
- Baptiste Leduc (korbeil)
- Ahmed Abdou - Ahmed Abdou
- Daniel Iwaniec - Daniel Iwaniec
- Thomas Ferney
- Pieter - Pieter
- Michael Tibben - Michael Tibben
- Hallison Boaventura (hallisonboaventura)
- Billie Thompson - Billie Thompson
- Ganesh Chandrasekaran - Ganesh Chandrasekaran
- Sander Marechal - Sander Marechal
@ -1093,6 +1110,8 @@ Symfony is the result of the work of many people who made the code better
- EStyles (insidestyles) - EStyles (insidestyles)
- kevin.nadin - kevin.nadin
- jean pasqualini (darkilliant) - jean pasqualini (darkilliant)
- Iliya Miroslavov Iliev (i.miroslavov)
- Safonov Nikita (ns3777k)
- Ross Motley (rossmotley) - Ross Motley (rossmotley)
- ttomor - ttomor
- Mei Gwilym (meigwilym) - Mei Gwilym (meigwilym)
@ -1105,6 +1124,7 @@ Symfony is the result of the work of many people who made the code better
- Nicolas Le Goff (nlegoff) - Nicolas Le Goff (nlegoff)
- Ben Oman - Ben Oman
- Chris de Kok - Chris de Kok
- Lorenzo Millucci
- Andreas Kleemann - Andreas Kleemann
- Manuele Menozzi - Manuele Menozzi
- zairig imad (zairigimad) - zairig imad (zairigimad)
@ -1139,11 +1159,14 @@ Symfony is the result of the work of many people who made the code better
- Wojciech Sznapka - Wojciech Sznapka
- Luis Pabon (luispabon) - Luis Pabon (luispabon)
- Gavin Staniforth - Gavin Staniforth
- Anna Filina (afilina)
- Ksaveras Šakys (xawiers) - Ksaveras Šakys (xawiers)
- Ariel J. Birnbaum - Ariel J. Birnbaum
- Patrick Luca Fazzi (ap3ir0n)
- Danijel Obradović - Danijel Obradović
- Pablo Borowicz - Pablo Borowicz
- Mathieu Santostefano - Mathieu Santostefano
- Michel Hunziker
- Arjan Keeman - Arjan Keeman
- Máximo Cuadros (mcuadros) - Máximo Cuadros (mcuadros)
- Lukas Mencl - Lukas Mencl
@ -1175,13 +1198,13 @@ Symfony is the result of the work of many people who made the code better
- mlazovla - mlazovla
- Alejandro Diaz Torres - Alejandro Diaz Torres
- Max Beutel - Max Beutel
- Jan Vernieuwe (vernija)
- Antanas Arvasevicius - Antanas Arvasevicius
- Pierre Dudoret - Pierre Dudoret
- Thomas - Thomas
- Maximilian Berghoff (electricmaxxx) - Maximilian Berghoff (electricmaxxx)
- nacho - nacho
- Piotr Antosik (antek88) - Piotr Antosik (antek88)
- Artem Lopata
- Vedran Mihočinec (v-m-i) - Vedran Mihočinec (v-m-i)
- Sergey Novikov (s12v) - Sergey Novikov (s12v)
- creiner - creiner
@ -1199,11 +1222,11 @@ Symfony is the result of the work of many people who made the code better
- HypeMC - HypeMC
- jfcixmedia - jfcixmedia
- Dominic Tubach - Dominic Tubach
- Nicolas Philippe (nikophil)
- Nikita Konstantinov - Nikita Konstantinov
- Martijn Evers - Martijn Evers
- Vitaliy Ryaboy (vitaliy) - Vitaliy Ryaboy (vitaliy)
- Benjamin Paap (benjaminpaap) - Benjamin Paap (benjaminpaap)
- Claus Due (namelesscoder)
- Christian - Christian
- Denis Golubovskiy (bukashk0zzz) - Denis Golubovskiy (bukashk0zzz)
- Sergii Smertin (nfx) - Sergii Smertin (nfx)
@ -1235,6 +1258,7 @@ Symfony is the result of the work of many people who made the code better
- Jakub Sacha - Jakub Sacha
- Olaf Klischat - Olaf Klischat
- orlovv - orlovv
- Andrey Sevastianov
- Claude Dioudonnat - Claude Dioudonnat
- Jonathan Hedstrom - Jonathan Hedstrom
- Peter Smeets (darkspartan) - Peter Smeets (darkspartan)
@ -1243,7 +1267,7 @@ Symfony is the result of the work of many people who made the code better
- Robert Meijers - Robert Meijers
- James Sansbury - James Sansbury
- Marcin Chwedziak - Marcin Chwedziak
- Alexandre Parent - Benjamin
- hjkl - hjkl
- Tony Cosentino (tony-co) - Tony Cosentino (tony-co)
- Dan Wilga - Dan Wilga
@ -1288,14 +1312,17 @@ Symfony is the result of the work of many people who made the code better
- Yannick - Yannick
- Vladimir Luchaninov (luchaninov) - Vladimir Luchaninov (luchaninov)
- spdionis - spdionis
- maxime.perrimond
- rchoquet - rchoquet
- gitlost - gitlost
- Taras Girnyk - Taras Girnyk
- Arun Philip
- Rémi Leclerc - Rémi Leclerc
- Jan Vernarsky - Jan Vernarsky
- Amine Yakoubi - Amine Yakoubi
- Eduardo García Sanz (coma) - Eduardo García Sanz (coma)
- Sergio (deverad) - Sergio (deverad)
- Makdessi Alex
- James Gilliland - James Gilliland
- fduch (fduch) - fduch (fduch)
- Stuart Fyfe - Stuart Fyfe
@ -1315,6 +1342,7 @@ Symfony is the result of the work of many people who made the code better
- Roger Webb - Roger Webb
- Dmitriy Simushev - Dmitriy Simushev
- Pawel Smolinski - Pawel Smolinski
- Tomasz (timitao)
- Oxan van Leeuwen - Oxan van Leeuwen
- pkowalczyk - pkowalczyk
- Soner Sayakci - Soner Sayakci
@ -1329,6 +1357,7 @@ Symfony is the result of the work of many people who made the code better
- Derek Lambert - Derek Lambert
- MightyBranch - MightyBranch
- Kacper Gunia (cakper) - Kacper Gunia (cakper)
- Jérôme Tamarelle (jtamarelle-prismamedia)
- Peter Thompson (petert82) - Peter Thompson (petert82)
- error56 - error56
- Felicitus - Felicitus
@ -1363,8 +1392,10 @@ Symfony is the result of the work of many people who made the code better
- Mario Young - Mario Young
- Ilia (aliance) - Ilia (aliance)
- Chris McCafferty (cilefen) - Chris McCafferty (cilefen)
- Florian Hermann (fhermann)
- Mo Di (modi) - Mo Di (modi)
- Pablo Schläpfer - Pablo Schläpfer
- Patrick Berenschot
- SuRiKmAn - SuRiKmAn
- Gert de Pagter - Gert de Pagter
- Jelte Steijaert (jelte) - Jelte Steijaert (jelte)
@ -1384,6 +1415,7 @@ Symfony is the result of the work of many people who made the code better
- Justin Reherman (jreherman) - Justin Reherman (jreherman)
- Rubén Calvo (rubencm) - Rubén Calvo (rubencm)
- Abdul.Mohsen B. A. A - Abdul.Mohsen B. A. A
- Peter Jaap Blaakmeer
- Swen van Zanten - Swen van Zanten
- Benoît Burnichon - Benoît Burnichon
- pthompson - pthompson
@ -1399,6 +1431,7 @@ Symfony is the result of the work of many people who made the code better
- Kévin Gomez (kevin) - Kévin Gomez (kevin)
- Mihai Nica (redecs) - Mihai Nica (redecs)
- Andrei Igna - Andrei Igna
- Adam Prickett
- azine - azine
- Dawid Sajdak - Dawid Sajdak
- Ludek Stepan - Ludek Stepan
@ -1406,6 +1439,7 @@ Symfony is the result of the work of many people who made the code better
- Craig Menning (cmenning) - Craig Menning (cmenning)
- Balázs Benyó (duplabe) - Balázs Benyó (duplabe)
- Erika Heidi Reinaldo (erikaheidi) - Erika Heidi Reinaldo (erikaheidi)
- Kyryll Maesh (gauss)
- Pierre Tachoire (krichprollsch) - Pierre Tachoire (krichprollsch)
- Marc J. Schmidt (marcjs) - Marc J. Schmidt (marcjs)
- František Maša - František Maša
@ -1460,6 +1494,7 @@ Symfony is the result of the work of many people who made the code better
- Antal Áron (antalaron) - Antal Áron (antalaron)
- Vašek Purchart (vasek-purchart) - Vašek Purchart (vasek-purchart)
- Janusz Jabłoński (yanoosh) - Janusz Jabłoński (yanoosh)
- Ivan Grigoriev
- Fleuv - Fleuv
- Sandro Hopf - Sandro Hopf
- Łukasz Makuch - Łukasz Makuch
@ -1477,8 +1512,8 @@ 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
- Guillaume Verstraete
- Giorgio Premi - Giorgio Premi
- Aurélien Fontaine
- ncou - ncou
- Ian Carroll - Ian Carroll
- caponica - caponica
@ -1488,6 +1523,7 @@ Symfony is the result of the work of many people who made the code better
- Pete Mitchell (peterjmit) - Pete Mitchell (peterjmit)
- Tom Corrigan (tomcorrigan) - Tom Corrigan (tomcorrigan)
- Luis Galeas - Luis Galeas
- Bogdan Scordaliu
- Martin Pärtel - Martin Pärtel
- Daniel Rotter (danrot) - Daniel Rotter (danrot)
- Frédéric Bouchery (fbouchery) - Frédéric Bouchery (fbouchery)
@ -1497,6 +1533,7 @@ Symfony is the result of the work of many people who made the code better
- WedgeSama - WedgeSama
- Felds Liscia - Felds Liscia
- Chihiro Adachi (chihiro-adachi) - Chihiro Adachi (chihiro-adachi)
- Axel Guckelsberger (guite)
- Raphaëll Roussel - Raphaëll Roussel
- Tadcka - Tadcka
- Beth Binkovitz - Beth Binkovitz
@ -1527,6 +1564,7 @@ Symfony is the result of the work of many people who made the code better
- Arnaud CHASSEUX - Arnaud CHASSEUX
- tuqqu - tuqqu
- Wojciech Gorczyca - Wojciech Gorczyca
- Neagu Cristian-Doru (cristian-neagu)
- Rafał Muszyński (rafmus90) - Rafał Muszyński (rafmus90)
- Sébastien Decrême (sebdec) - Sébastien Decrême (sebdec)
- Timothy Anido (xanido) - Timothy Anido (xanido)
@ -1553,6 +1591,7 @@ Symfony is the result of the work of many people who made the code better
- Nouhail AL FIDI (alfidi) - Nouhail AL FIDI (alfidi)
- Fabian Steiner (fabstei) - Fabian Steiner (fabstei)
- Felipy Tavares Amorim (felipyamorim) - Felipy Tavares Amorim (felipyamorim)
- Guillaume Loulier (guikingone)
- Klaus Silveira (klaussilveira) - Klaus Silveira (klaussilveira)
- Thomas Chmielowiec (chmielot) - Thomas Chmielowiec (chmielot)
- Jānis Lukss - Jānis Lukss
@ -1588,12 +1627,12 @@ Symfony is the result of the work of many people who made the code better
- Benhssaein Youssef - Benhssaein Youssef
- Benjamin Bender - Benjamin Bender
- Jared Farrish - Jared Farrish
- Trevor North
- karl.rixon - karl.rixon
- raplider - raplider
- Konrad Mohrfeldt - Konrad Mohrfeldt
- Lance Chen - Lance Chen
- Ciaran McNulty (ciaranmcnulty) - Ciaran McNulty (ciaranmcnulty)
- Dominik Piekarski (dompie)
- Andrew (drew) - Andrew (drew)
- kor3k kor3k (kor3k) - kor3k kor3k (kor3k)
- Stelian Mocanita (stelian) - Stelian Mocanita (stelian)
@ -1607,6 +1646,7 @@ Symfony is the result of the work of many people who made the code better
- Hoffmann András - Hoffmann András
- LubenZA - LubenZA
- Olivier - Olivier
- knezmilos13
- Cyril PASCAL - Cyril PASCAL
- Michael Bessolov - Michael Bessolov
- pscheit - pscheit
@ -1680,6 +1720,7 @@ Symfony is the result of the work of many people who made the code better
- Ikhsan Agustian - Ikhsan Agustian
- Arnau González (arnaugm) - Arnau González (arnaugm)
- Simon Bouland (bouland) - Simon Bouland (bouland)
- Dmitry Pigin (dotty)
- Jibé Barth (jibbarth) - Jibé Barth (jibbarth)
- Matthew Foster (mfoster) - Matthew Foster (mfoster)
- Reyo Stallenberg (reyostallenberg) - Reyo Stallenberg (reyostallenberg)
@ -1697,7 +1738,6 @@ Symfony is the result of the work of many people who made the code better
- stloyd - stloyd
- Andreas - Andreas
- Chris Tickner - Chris Tickner
- BoShurik
- Andrew Coulton - Andrew Coulton
- Ulugbek Miniyarov - Ulugbek Miniyarov
- Jeremy Benoist - Jeremy Benoist
@ -1718,7 +1758,6 @@ Symfony is the result of the work of many people who made the code better
- Eric Schildkamp - Eric Schildkamp
- Andreas - Andreas
- Markus - Markus
- Daniel Gorgan
- kernig - kernig
- Thomas Chmielowiec - Thomas Chmielowiec
- shdev - shdev
@ -1762,9 +1801,9 @@ Symfony is the result of the work of many people who made the code better
- Andrey Helldar (helldar) - Andrey Helldar (helldar)
- Karim Cassam Chenaï (ka) - Karim Cassam Chenaï (ka)
- Maksym Slesarenko (maksym_slesarenko) - Maksym Slesarenko (maksym_slesarenko)
- Marcello Mönkemeyer (marcello-moenkemeyer)
- Michal Kurzeja (mkurzeja) - Michal Kurzeja (mkurzeja)
- Nicolas Bastien (nicolas_bastien) - Nicolas Bastien (nicolas_bastien)
- Peter Bowyer (pbowyer)
- Nikola Svitlica (thecelavi) - Nikola Svitlica (thecelavi)
- Denis (yethee) - Denis (yethee)
- Andrew Zhilin (zhil) - Andrew Zhilin (zhil)
@ -1775,6 +1814,7 @@ Symfony is the result of the work of many people who made the code better
- Normunds - Normunds
- Luiz “Felds” Liscia - Luiz “Felds” Liscia
- Thomas Rothe - Thomas Rothe
- Adrien Wilmet
- Martin - Martin
- nietonfir - nietonfir
- alefranz - alefranz
@ -1867,6 +1907,7 @@ Symfony is the result of the work of many people who made the code better
- gedrox - gedrox
- Bohan Yang - Bohan Yang
- Alan Bondarchuk - Alan Bondarchuk
- Pchol
- dropfen - dropfen
- Andrey Chernykh - Andrey Chernykh
- Edvinas Klovas - Edvinas Klovas
@ -1889,6 +1930,7 @@ Symfony is the result of the work of many people who made the code better
- AmsTaFF (amstaff) - AmsTaFF (amstaff)
- Simon Müller (boscho) - Simon Müller (boscho)
- Yannick Bensacq (cibou) - Yannick Bensacq (cibou)
- Cyrille Bourgois (cyrilleb)
- Damien (damien_vauchel) - Damien (damien_vauchel)
- Frédéric G. Marand (fgm) - Frédéric G. Marand (fgm)
- Freek Van der Herten (freekmurze) - Freek Van der Herten (freekmurze)
@ -1909,6 +1951,7 @@ Symfony is the result of the work of many people who made the code better
- Ahmed Hannachi (tiecoders) - Ahmed Hannachi (tiecoders)
- Vincent LEFORT (vlefort) - Vincent LEFORT (vlefort)
- Walid BOUGHDIRI (walidboughdiri) - Walid BOUGHDIRI (walidboughdiri)
- Wim Molenberghs (wimm)
- Darryl Hein (xmmedia) - Darryl Hein (xmmedia)
- Sadicov Vladimir (xtech) - Sadicov Vladimir (xtech)
- Kevin EMO (zarcox) - Kevin EMO (zarcox)
@ -1944,6 +1987,7 @@ Symfony is the result of the work of many people who made the code better
- Martin Mayer (martin) - Martin Mayer (martin)
- Grzegorz Łukaszewicz (newicz) - Grzegorz Łukaszewicz (newicz)
- Jonny Schmid (schmidjon) - Jonny Schmid (schmidjon)
- Ashura
- Götz Gottwald - Götz Gottwald
- Veres Lajos - Veres Lajos
- Nick Chiu - Nick Chiu
@ -2015,11 +2059,13 @@ Symfony is the result of the work of many people who made the code better
- Achilles Kaloeridis (achilles) - Achilles Kaloeridis (achilles)
- Adria Lopez (adlpz) - Adria Lopez (adlpz)
- Aaron Scherer (aequasi) - Aaron Scherer (aequasi)
- baron (bastien)
- Rosio (ben-rosio) - Rosio (ben-rosio)
- Simon Paarlberg (blamh) - Simon Paarlberg (blamh)
- Jeroen Thora (bolle) - Jeroen Thora (bolle)
- Brieuc THOMAS (brieucthomas) - Brieuc THOMAS (brieucthomas)
- Masao Maeda (brtriver) - Masao Maeda (brtriver)
- Damien Harper (damien.harper)
- Darius Leskauskas (darles) - Darius Leskauskas (darles)
- david perez (davidpv) - david perez (davidpv)
- Daniël Brekelmans (dbrekelmans) - Daniël Brekelmans (dbrekelmans)
@ -2059,6 +2105,7 @@ Symfony is the result of the work of many people who made the code better
- Pierre Gasté (pierre_g) - Pierre Gasté (pierre_g)
- Pablo Monterde Perez (plebs) - Pablo Monterde Perez (plebs)
- Jimmy Leger (redpanda) - Jimmy Leger (redpanda)
- Dmitry (staratel)
- Marcin Szepczynski (szepczynski) - Marcin Szepczynski (szepczynski)
- Cyrille Jouineau (tuxosaurus) - Cyrille Jouineau (tuxosaurus)
- Vladimir Chernyshev (volch) - Vladimir Chernyshev (volch)
@ -2069,7 +2116,6 @@ Symfony is the result of the work of many people who made the code better
- Angel Fernando Quiroz Campos - Angel Fernando Quiroz Campos
- Ondrej Mirtes - Ondrej Mirtes
- akimsko - akimsko
- Stefan Kruppa
- Youpie - Youpie
- srsbiz - srsbiz
- Taylan Kasap - Taylan Kasap
@ -2087,6 +2133,7 @@ Symfony is the result of the work of many people who made the code better
- Damian Sromek - Damian Sromek
- Ben - Ben
- Evgeniy Tetenchuk - Evgeniy Tetenchuk
- Sjoerd Adema
- Shrey Puranik - Shrey Puranik
- Lars Moelleken - Lars Moelleken
- dasmfm - dasmfm
@ -2137,6 +2184,7 @@ Symfony is the result of the work of many people who made the code better
- BenjaminBeck - BenjaminBeck
- Aurelijus Rožėnas - Aurelijus Rožėnas
- Beno!t POLASZEK - Beno!t POLASZEK
- Armando
- Jordan Hoff - Jordan Hoff
- znerol - znerol
- Christian Eikermann - Christian Eikermann
@ -2167,6 +2215,7 @@ Symfony is the result of the work of many people who made the code better
- Jack Wright - Jack Wright
- MrNicodemuz - MrNicodemuz
- Anonymous User - Anonymous User
- Dieter
- Paweł Tomulik - Paweł Tomulik
- Eric J. Duran - Eric J. Duran
- Alexandru Bucur - Alexandru Bucur
@ -2224,9 +2273,9 @@ Symfony is the result of the work of many people who made the code better
- Shude - Shude
- Richard Hodgson - Richard Hodgson
- Ondřej Führer - Ondřej Führer
- Bogdan
- Sema - Sema
- Elan Ruusamäe - Elan Ruusamäe
- Jon Dufresne
- Thorsten Hallwas - Thorsten Hallwas
- Alex Nostadt - Alex Nostadt
- Michael Squires - Michael Squires
@ -2278,6 +2327,7 @@ Symfony is the result of the work of many people who made the code better
- tirnanog06 - tirnanog06
- phc - phc
- Дмитрий Пацура - Дмитрий Пацура
- Signor Pedro
- ilyes kooli - ilyes kooli
- Ilia Lazarev - Ilia Lazarev
- Michaël VEROUX - Michaël VEROUX
@ -2289,6 +2339,7 @@ Symfony is the result of the work of many people who made the code better
- Bilge - Bilge
- ADmad - ADmad
- Nicolas Roudaire - Nicolas Roudaire
- Matthias Meyer
- Temuri Takalandze (abgeo) - Temuri Takalandze (abgeo)
- Alfonso (afgar) - Alfonso (afgar)
- Andreas Forsblom (aforsblo) - Andreas Forsblom (aforsblo)
@ -2319,7 +2370,6 @@ Symfony is the result of the work of many people who made the code better
- Carsten Eilers (fnc) - Carsten Eilers (fnc)
- Sorin Gitlan (forapathy) - Sorin Gitlan (forapathy)
- Yohan Giarelli (frequence-web) - Yohan Giarelli (frequence-web)
- Jesse Rushlow (geeshoe)
- Gerry Vandermaesen (gerryvdm) - Gerry Vandermaesen (gerryvdm)
- Ghazy Ben Ahmed (ghazy) - Ghazy Ben Ahmed (ghazy)
- Arash Tabriziyan (ghost098) - Arash Tabriziyan (ghost098)
@ -2386,10 +2436,10 @@ Symfony is the result of the work of many people who made the code better
- Thomas Baumgartner (shoplifter) - Thomas Baumgartner (shoplifter)
- Schuyler Jager (sjager) - Schuyler Jager (sjager)
- Volker (skydiablo) - Volker (skydiablo)
- Success Go (successgo)
- Julien Sanchez (sumbobyboys) - Julien Sanchez (sumbobyboys)
- Guillermo Gisinger (t3chn0r) - Guillermo Gisinger (t3chn0r)
- Markus Tacker (tacker) - Markus Tacker (tacker)
- Thiago Cordeiro (thiagocordeiro)
- Tom Newby (tomnewbyau) - Tom Newby (tomnewbyau)
- Andrew Clark (tqt_andrew_clark) - Andrew Clark (tqt_andrew_clark)
- David Lumaye (tux1124) - David Lumaye (tux1124)
@ -2411,6 +2461,7 @@ Symfony is the result of the work of many people who made the code better
- craigmarvelley - craigmarvelley
- Stano Turza - Stano Turza
- simpson - simpson
- Antoine Leblanc
- drublic - drublic
- MaPePeR - MaPePeR
- Andreas Streichardt - Andreas Streichardt
@ -2440,7 +2491,6 @@ Symfony is the result of the work of many people who made the code better
- max - max
- Alexander Bauer (abauer) - Alexander Bauer (abauer)
- Ahmad Mayahi (ahmadmayahi) - Ahmad Mayahi (ahmadmayahi)
- Alireza Mirsepassi (alirezamirsepassi)
- Mohamed Karnichi (amiral) - Mohamed Karnichi (amiral)
- Andrew Carter (andrewcarteruk) - Andrew Carter (andrewcarteruk)
- Adam Elsodaney (archfizz) - Adam Elsodaney (archfizz)

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.38-DEV'; const VERSION = '3.4.38';
const VERSION_ID = 30438; const VERSION_ID = 30438;
const MAJOR_VERSION = 3; const MAJOR_VERSION = 3;
const MINOR_VERSION = 4; const MINOR_VERSION = 4;
const RELEASE_VERSION = 38; const RELEASE_VERSION = 38;
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';