Merge pull request #31123 from fabpot/release-3.4.25

released v3.4.25
This commit is contained in:
Fabien Potencier 2019-04-16 08:02:31 +02:00 committed by GitHub
commit 2445423481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 105 additions and 56 deletions

View File

@ -7,6 +7,32 @@ 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.25 (2019-04-16)
* bug #29944 [DI] Overriding services autowired by name under _defaults bind not working (przemyslaw-bogusz, renanbr)
* bug #31076 [HttpKernel] Fixed LoggerDataCollector crashing on empty file (althaus)
* bug #31071 property normalizer should also pass format and context to isAllowedAttribute (dbu)
* bug #31059 Show more accurate message in profiler when missing stopwatch (linaori)
* bug #30423 [Security] Rework firewall's access denied rule (dimabory)
* bug #31012 [Process] Fix missing $extraDirs when open_basedir returns (arsonik)
* bug #30907 [Serializer] Respect ignored attributes in cache key of normalizer (dbu)
* bug #30085 Fix TestRunner compatibility to PhpUnit 8 (alexander-schranz)
* bug #30977 [serializer] prevent mixup in normalizer of the object to populate (dbu)
* bug #30976 [Debug] Fixed error handling when an error is already handled when another error is already handled (5) (lyrixx)
* bug #30979 Fix the configurability of CoreExtension deps in standalone usage (stof)
* bug #30918 [Cache] fix using ProxyAdapter inside TagAwareAdapter (dmaicher)
* bug #30961 [Form] fix translating file validation error message (xabbuh)
* bug #30951 Handle case where no translations were found (greg0ire)
* bug #29800 [Validator] Only traverse arrays that are cascaded into (corphi)
* bug #30921 [Translator] Warm up the translations cache in dev (tgalopin)
* bug #30922 [TwigBridge] fix horizontal spacing of inlined Bootstrap forms (xabbuh)
* bug #30895 [Form] turn failed file uploads into form errors (xabbuh)
* bug #30919 [Translator] Fix wrong dump for PO files (deguif)
* bug #30889 [DependencyInjection] Fix a wrong error when using a factory (Simperfit)
* bug #30879 [Form] Php doc fixes and cs + optimizations (Jules Pietri)
* bug #30883 [Console] Fix stty not reset when aborting in QuestionHelper::autocomplete() (Simperfit)
* bug #30878 [Console] Fix inconsistent result for choice questions in non-interactive mode (chalasr)
* 3.4.24 (2019-04-02) * 3.4.24 (2019-04-02)
* bug #30660 [Bridge][Twig] DebugCommand - fix escaping and filter (SpacePossum) * bug #30660 [Bridge][Twig] DebugCommand - fix escaping and filter (SpacePossum)

View File

@ -25,66 +25,66 @@ Symfony is the result of the work of many people who made the code better
- Hugo Hamon (hhamon) - Hugo Hamon (hhamon)
- Abdellatif Ait boudad (aitboudad) - Abdellatif Ait boudad (aitboudad)
- Romain Neutron (romain) - Romain Neutron (romain)
- Samuel ROZE (sroze)
- Pascal Borreli (pborreli) - Pascal Borreli (pborreli)
- Wouter De Jong (wouterj) - Wouter De Jong (wouterj)
- Samuel ROZE (sroze)
- Joseph Bielawski (stloyd) - Joseph Bielawski (stloyd)
- Karma Dordrak (drak) - Karma Dordrak (drak)
- Lukas Kahwe Smith (lsmith) - Lukas Kahwe Smith (lsmith)
- Martin Hasoň (hason) - Martin Hasoň (hason)
- Jeremy Mikola (jmikola) - Jeremy Mikola (jmikola)
- Yonel Ceruto (yonelceruto)
- Jean-François Simon (jfsimon) - Jean-François Simon (jfsimon)
- Jules Pietri (heah)
- Benjamin Eberlei (beberlei) - Benjamin Eberlei (beberlei)
- Igor Wiedler (igorw) - Igor Wiedler (igorw)
- Yonel Ceruto (yonelceruto)
- Jules Pietri (heah)
- Eriksen Costa (eriksencosta) - Eriksen Costa (eriksencosta)
- Guilhem Niot (energetick) - Guilhem Niot (energetick)
- Sarah Khalil (saro0h) - Sarah Khalil (saro0h)
- Hamza Amrouche (simperfit)
- Jonathan Wage (jwage) - Jonathan Wage (jwage)
- Tobias Nyholm (tobias) - Tobias Nyholm (tobias)
- Hamza Amrouche (simperfit) - Lynn van der Berg (kjarli)
- Diego Saint Esteben (dosten) - Diego Saint Esteben (dosten)
- Iltar van der Berg (kjarli)
- Alexandre Salomé (alexandresalome) - Alexandre Salomé (alexandresalome)
- William Durand (couac) - William Durand (couac)
- ornicar - ornicar
- Francis Besset (francisbesset) - Jérémy DERUSSÉ (jderusse)
- Dany Maillard (maidmaid) - Dany Maillard (maidmaid)
- Francis Besset (francisbesset)
- stealth35 (stealth35) - stealth35 (stealth35)
- Alexander Mols (asm89) - Alexander Mols (asm89)
- Bulat Shakirzyanov (avalanche123)
- Jérémy DERUSSÉ (jderusse)
- Matthias Pigulla (mpdude) - Matthias Pigulla (mpdude)
- Bulat Shakirzyanov (avalanche123)
- Alexander M. Turek (derrabus)
- Saša Stamenković (umpirsky) - Saša Stamenković (umpirsky)
- Peter Rehm (rpet) - Peter Rehm (rpet)
- Kevin Bond (kbond) - Kevin Bond (kbond)
- Pierre du Plessis (pierredup) - Pierre du Plessis (pierredup)
- Henrik Bjørnskov (henrikbjorn) - Henrik Bjørnskov (henrikbjorn)
- Alexander M. Turek (derrabus)
- Miha Vrhovnik - Miha Vrhovnik
- Diego Saint Esteben (dii3g0) - Diego Saint Esteben (dii3g0)
- Konstantin Kudryashov (everzet) - Konstantin Kudryashov (everzet)
- Bilal Amarni (bamarni)
- Mathieu Piot (mpiot)
- Florin Patan (florinpatan)
- Gábor Egyed (1ed) - Gábor Egyed (1ed)
- Gabriel Ostrolucký (gadelat) - Bilal Amarni (bamarni)
- Titouan Galopin (tgalopin) - Titouan Galopin (tgalopin)
- Mathieu Piot (mpiot)
- David Maicher (dmaicher)
- Florin Patan (florinpatan)
- Grégoire Paris (greg0ire)
- Gabriel Ostrolucký (gadelat)
- Valentin Udaltsov (vudaltsov)
- Vladimir Reznichenko (kalessil) - Vladimir Reznichenko (kalessil)
- Jáchym Toušek (enumag) - Jáchym Toušek (enumag)
- David Maicher (dmaicher) - Konstantin Myakshin (koc)
- Michel Weimerskirch (mweimerskirch) - Michel Weimerskirch (mweimerskirch)
- Andrej Hudec (pulzarraider) - Andrej Hudec (pulzarraider)
- Konstantin Myakshin (koc)
- Eric Clemmons (ericclemmons) - Eric Clemmons (ericclemmons)
- Charles Sarrazin (csarrazi) - Charles Sarrazin (csarrazi)
- Christian Raue - Christian Raue
- Issei Murasawa (issei_m) - Issei Murasawa (issei_m)
- Valentin Udaltsov (vudaltsov)
- Arnout Boks (aboks) - Arnout Boks (aboks)
- Deni - Deni
- Grégoire Paris (greg0ire)
- Henrik Westphal (snc) - Henrik Westphal (snc)
- Dariusz Górecki (canni) - Dariusz Górecki (canni)
- Douglas Greenshields (shieldo) - Douglas Greenshields (shieldo)
@ -99,7 +99,9 @@ Symfony is the result of the work of many people who made the code better
- Jordan Alliot (jalliot) - Jordan Alliot (jalliot)
- Jérôme Tamarelle (gromnan) - Jérôme Tamarelle (gromnan)
- John Wards (johnwards) - John Wards (johnwards)
- Thomas Calvet (fancyweb)
- Fran Moreno (franmomu) - Fran Moreno (franmomu)
- David Buchmann (dbu)
- 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)
@ -111,66 +113,66 @@ Symfony is the result of the work of many people who made the code better
- Chris Wilkinson (thewilkybarkid) - Chris Wilkinson (thewilkybarkid)
- marc.weistroff - marc.weistroff
- Tomáš Votruba (tomas_votruba) - Tomáš Votruba (tomas_votruba)
- David Buchmann (dbu)
- lenar - lenar
- Alexander Schwenn (xelaris) - Alexander Schwenn (xelaris)
- Włodzimierz Gajda (gajdaw) - Włodzimierz Gajda (gajdaw)
- Thomas Calvet (fancyweb)
- Jérôme Vasseur (jvasseur) - Jérôme Vasseur (jvasseur)
- Peter Kokot (maastermedia) - Peter Kokot (maastermedia)
- Jacob Dreesen (jdreesen) - Jacob Dreesen (jdreesen)
- Florian Voutzinos (florianv) - Florian Voutzinos (florianv)
- Colin Frei - Colin Frei
- Javier Spagnoletti (phansys)
- Adrien Brault (adrienbrault) - Adrien Brault (adrienbrault)
- Joshua Thijssen - Joshua Thijssen
- Daniel Wehner (dawehner) - Daniel Wehner (dawehner)
- excelwebzone - excelwebzone
- Gordon Franke (gimler) - Gordon Franke (gimler)
- Sebastiaan Stok (sstok) - Sebastiaan Stok (sstok)
- Javier Spagnoletti (phansys)
- Fabien Pennequin (fabienpennequin) - Fabien Pennequin (fabienpennequin)
- Théo FIDRY (theofidry)
- Eric GELOEN (gelo) - Eric GELOEN (gelo)
- Joel Wurtz (brouznouf)
- Lars Strojny (lstrojny) - Lars Strojny (lstrojny)
- Tugdual Saunier (tucksaun) - Tugdual Saunier (tucksaun)
- Théo FIDRY (theofidry)
- Robert Schönthal (digitalkaoz) - Robert Schönthal (digitalkaoz)
- Florian Lonqueu-Brochard (florianlb) - Florian Lonqueu-Brochard (florianlb)
- Oskar Stark (oskarstark)
- Stefano Sala (stefano.sala) - Stefano Sala (stefano.sala)
- Evgeniy (ewgraf) - Evgeniy (ewgraf)
- Alex Pott - Alex Pott
- Vincent AUBERT (vincent) - Vincent AUBERT (vincent)
- Juti Noppornpitak (shiroyuki) - Juti Noppornpitak (shiroyuki)
- Anthony MARTIN (xurudragon) - Anthony MARTIN (xurudragon)
- Oskar Stark (oskarstark)
- Tigran Azatyan (tigranazatyan) - Tigran Azatyan (tigranazatyan)
- Sebastian Hörl (blogsh) - Sebastian Hörl (blogsh)
- Daniel Gomes (danielcsgomes) - Daniel Gomes (danielcsgomes)
- Joel Wurtz (brouznouf)
- Gabriel Caruso - Gabriel Caruso
- Hidenori Goto (hidenorigoto) - Hidenori Goto (hidenorigoto)
- Arnaud Kleinpeter (nanocom) - Arnaud Kleinpeter (nanocom)
- Jannik Zschiesche (apfelbox) - Jannik Zschiesche (apfelbox)
- Guilherme Blanco (guilhermeblanco) - Guilherme Blanco (guilhermeblanco)
- Teoh Han Hui (teohhanhui) - Teoh Han Hui (teohhanhui)
- SpacePossum
- Pablo Godel (pgodel) - Pablo Godel (pgodel)
- Jérémie Augustin (jaugustin) - Jérémie Augustin (jaugustin)
- Oleg Voronkovich
- Andréia Bohner (andreia) - Andréia Bohner (andreia)
- Philipp Wahala (hifi) - Philipp Wahala (hifi)
- Julien Falque (julienfalque) - Julien Falque (julienfalque)
- Rafael Dohms (rdohms) - Rafael Dohms (rdohms)
- jwdeitch - jwdeitch
- Mikael Pajunen - Mikael Pajunen
- Oleg Voronkovich - Niels Keurentjes (curry684)
- Vyacheslav Pavlov - Vyacheslav Pavlov
- Richard van Laak (rvanlaak) - Richard van Laak (rvanlaak)
- Richard Shank (iampersistent) - Richard Shank (iampersistent)
- Thomas Rabaix (rande) - Thomas Rabaix (rande)
- Rouven Weßling (realityking) - Rouven Weßling (realityking)
- François-Xavier de Guillebon (de-gui_f)
- Clemens Tolboom - Clemens Tolboom
- Helmer Aaviksoo - Helmer Aaviksoo
- Alessandro Chitolina (alekitto) - Alessandro Chitolina (alekitto)
- Hiromi Hishida (77web) - Hiromi Hishida (77web)
- Niels Keurentjes (curry684)
- Matthieu Ouellette-Vachon (maoueh) - Matthieu Ouellette-Vachon (maoueh)
- Michał Pipa (michal.pipa) - Michał Pipa (michal.pipa)
- Dawid Nowak - Dawid Nowak
@ -179,7 +181,6 @@ Symfony is the result of the work of many people who made the code better
- Artur Kotyrba - Artur Kotyrba
- Tyson Andre - Tyson Andre
- GDIBass - GDIBass
- SpacePossum
- jeremyFreeAgent (Jérémy Romey) (jeremyfreeagent) - jeremyFreeAgent (Jérémy Romey) (jeremyfreeagent)
- James Halsall (jaitsu) - James Halsall (jaitsu)
- Matthieu Napoli (mnapoli) - Matthieu Napoli (mnapoli)
@ -198,8 +199,10 @@ Symfony is the result of the work of many people who made the code better
- Dennis Benkert (denderello) - Dennis Benkert (denderello)
- DQNEO - DQNEO
- Samuel NELA (snela) - Samuel NELA (snela)
- Gregor Harlan (gharlan)
- Gary PEGEOT (gary-p)
- Ruben Gonzalez (rubenrua)
- Benjamin Dulau (dbenjamin) - Benjamin Dulau (dbenjamin)
- François-Xavier de Guillebon (de-gui_f)
- Mathieu Lemoine (lemoinem) - Mathieu Lemoine (lemoinem)
- Christian Schmidt - Christian Schmidt
- Andreas Hucks (meandmymonkey) - Andreas Hucks (meandmymonkey)
@ -221,9 +224,10 @@ Symfony is the result of the work of many people who made the code better
- fivestar - fivestar
- Dominique Bongiraud - Dominique Bongiraud
- Jeremy Livingston (jeremylivingston) - Jeremy Livingston (jeremylivingston)
- Vincent Touzet (vincenttouzet)
- Jan Schädlich (jschaedl)
- Michael Lee (zerustech) - Michael Lee (zerustech)
- Matthieu Auger (matthieuauger) - Matthieu Auger (matthieuauger)
- Gregor Harlan (gharlan)
- Leszek Prabucki (l3l0) - Leszek Prabucki (l3l0)
- Fabien Bourigault (fbourigault) - Fabien Bourigault (fbourigault)
- François Zaninotto (fzaninotto) - François Zaninotto (fzaninotto)
@ -233,10 +237,10 @@ Symfony is the result of the work of many people who made the code better
- Andreas Schempp (aschempp) - Andreas Schempp (aschempp)
- Justin Hileman (bobthecow) - Justin Hileman (bobthecow)
- Blanchon Vincent (blanchonvincent) - Blanchon Vincent (blanchonvincent)
- Alexander Schranz (alexander-schranz)
- Michele Orselli (orso) - Michele Orselli (orso)
- Sven Paulus (subsven) - Sven Paulus (subsven)
- Maxime Veber (nek-) - Maxime Veber (nek-)
- Gary PEGEOT (gary-p)
- Rui Marinho (ruimarinho) - Rui Marinho (ruimarinho)
- Massimiliano Arione (garak) - Massimiliano Arione (garak)
- Eugene Wissner - Eugene Wissner
@ -250,7 +254,6 @@ Symfony is the result of the work of many people who made the code better
- Loïc Faugeron - Loïc Faugeron
- Hidde Wieringa (hiddewie) - Hidde Wieringa (hiddewie)
- Marco Pivetta (ocramius) - Marco Pivetta (ocramius)
- Jan Schädlich (jschaedl)
- Rob Frawley 2nd (robfrawley) - Rob Frawley 2nd (robfrawley)
- julien pauli (jpauli) - julien pauli (jpauli)
- Lorenz Schori - Lorenz Schori
@ -265,24 +268,24 @@ Symfony is the result of the work of many people who made the code better
- Elnur Abdurrakhimov (elnur) - Elnur Abdurrakhimov (elnur)
- Manuel Reinhard (sprain) - Manuel Reinhard (sprain)
- Danny Berger (dpb587) - Danny Berger (dpb587)
- Ruben Gonzalez (rubenrua)
- Adam Prager (padam87) - Adam Prager (padam87)
- Benoît Burnichon (bburnichon) - Benoît Burnichon (bburnichon)
- Roman Marintšenko (inori) - Roman Marintšenko (inori)
- Xavier Montaña Carreras (xmontana) - Xavier Montaña Carreras (xmontana)
- Rémon van de Kamp (rpkamp)
- Mickaël Andrieu (mickaelandrieu) - Mickaël Andrieu (mickaelandrieu)
- Xavier Perez - Xavier Perez
- Arjen Brouwer (arjenjb) - Arjen Brouwer (arjenjb)
- Katsuhiro OGAWA - Katsuhiro OGAWA
- Patrick McDougle (patrick-mcdougle) - Patrick McDougle (patrick-mcdougle)
- Alif Rachmawadi - Alif Rachmawadi
- Anton Chernikov (anton_ch1989)
- Kristen Gilden (kgilden) - Kristen Gilden (kgilden)
- Pierre-Yves LEBECQ (pylebecq) - Pierre-Yves LEBECQ (pylebecq)
- Jordan Samouh (jordansamouh) - Jordan Samouh (jordansamouh)
- Baptiste Lafontaine (magnetik) - Baptiste Lafontaine (magnetik)
- Jakub Kucharovic (jkucharovic) - Jakub Kucharovic (jkucharovic)
- Edi Modrić (emodric) - Edi Modrić (emodric)
- Alexander Schranz (alexander-schranz)
- Uwe Jäger (uwej711) - Uwe Jäger (uwej711)
- Eugene Leonovich (rybakit) - Eugene Leonovich (rybakit)
- Filippo Tessarotto - Filippo Tessarotto
@ -311,18 +314,20 @@ Symfony is the result of the work of many people who made the code better
- Beau Simensen (simensen) - Beau Simensen (simensen)
- Michael Hirschler (mvhirsch) - Michael Hirschler (mvhirsch)
- Robert Kiss (kepten) - Robert Kiss (kepten)
- Zan Baldwin (zanderbaldwin)
- Roumen Damianoff (roumen) - Roumen Damianoff (roumen)
- Antonio J. García Lagar (ajgarlag) - Antonio J. García Lagar (ajgarlag)
- Kim Hemsø Rasmussen (kimhemsoe) - Kim Hemsø Rasmussen (kimhemsoe)
- Przemysław Bogusz (przemyslaw-bogusz)
- Pascal Luna (skalpa) - Pascal Luna (skalpa)
- Wouter Van Hecke - Wouter Van Hecke
- Jérôme Parmentier (lctrs) - Jérôme Parmentier (lctrs)
- Peter Kruithof (pkruithof) - Peter Kruithof (pkruithof)
- Michael Holm (hollo) - Michael Holm (hollo)
- Remon van de Kamp (rpkamp)
- Mathieu Lechat - Mathieu Lechat
- Marc Weistroff (futurecat) - Marc Weistroff (futurecat)
- Christian Schmidt - Christian Schmidt
- Patrick Landolt (scube)
- MatTheCat - MatTheCat
- Chad Sikorra (chadsikorra) - Chad Sikorra (chadsikorra)
- Chris Smith (cs278) - Chris Smith (cs278)
@ -342,6 +347,7 @@ Symfony is the result of the work of many people who made the code better
- Jerzy Zawadzki (jzawadzki) - Jerzy Zawadzki (jzawadzki)
- Wouter J - Wouter J
- Ismael Ambrosi (iambrosi) - Ismael Ambrosi (iambrosi)
- Emmanuel BORGES (eborges78)
- François Pluchino (francoispluchino) - François Pluchino (francoispluchino)
- Aurelijus Valeiša (aurelijus) - Aurelijus Valeiša (aurelijus)
- Jan Decavele (jandc) - Jan Decavele (jandc)
@ -360,18 +366,18 @@ Symfony is the result of the work of many people who made the code better
- janschoenherr - janschoenherr
- Emanuele Gaspari (inmarelibero) - Emanuele Gaspari (inmarelibero)
- Dariusz Rumiński - Dariusz Rumiński
- Vincent Touzet (vincenttouzet)
- Berny Cantos (xphere81) - Berny Cantos (xphere81)
- Thierry Thuon (lepiaf) - Thierry Thuon (lepiaf)
- Ricard Clau (ricardclau) - Ricard Clau (ricardclau)
- Mark Challoner (markchalloner) - Mark Challoner (markchalloner)
- Gennady Telegin (gtelegin) - Gennady Telegin (gtelegin)
- renanbr
- Erin Millard - Erin Millard
- Artur Melo (restless) - Artur Melo (restless)
- Matthew Lewinski (lewinski) - Matthew Lewinski (lewinski)
- Magnus Nordlander (magnusnordlander) - Magnus Nordlander (magnusnordlander)
- Zan Baldwin (zanderbaldwin)
- Thomas Royer (cydonia7) - Thomas Royer (cydonia7)
- Nicolas LEFEVRE (nicoweb)
- alquerci - alquerci
- Mateusz Sip (mateusz_sip) - Mateusz Sip (mateusz_sip)
- Andre Rømcke (andrerom) - Andre Rømcke (andrerom)
@ -402,12 +408,13 @@ Symfony is the result of the work of many people who made the code better
- ShinDarth - ShinDarth
- Stéphane PY (steph_py) - Stéphane PY (steph_py)
- Philipp Kräutli (pkraeutli) - Philipp Kräutli (pkraeutli)
- Anton Chernikov (anton_ch1989)
- Grzegorz (Greg) Zdanowski (kiler129) - Grzegorz (Greg) Zdanowski (kiler129)
- Iker Ibarguren (ikerib) - Iker Ibarguren (ikerib)
- Kirill chEbba Chebunin (chebba) - Kirill chEbba Chebunin (chebba)
- Greg Thornton (xdissent) - Greg Thornton (xdissent)
- Quynh Xuan Nguyen (xuanquynh)
- Martin Hujer (martinhujer) - Martin Hujer (martinhujer)
- Philipp Cordes
- Costin Bereveanu (schniper) - Costin Bereveanu (schniper)
- Loïc Chardonnet (gnusat) - Loïc Chardonnet (gnusat)
- Marek Kalnik (marekkalnik) - Marek Kalnik (marekkalnik)
@ -426,7 +433,6 @@ Symfony is the result of the work of many people who made the code better
- Romain Gautier (mykiwi) - Romain Gautier (mykiwi)
- Joe Lencioni - Joe Lencioni
- Daniel Tschinder - Daniel Tschinder
- Emmanuel BORGES (eborges78)
- vladimir.reznichenko - vladimir.reznichenko
- Kai - Kai
- Lee Rowlands - Lee Rowlands
@ -460,7 +466,6 @@ Symfony is the result of the work of many people who made the code better
- Webnet team (webnet) - Webnet team (webnet)
- Jan Schumann - Jan Schumann
- Niklas Fiekas - Niklas Fiekas
- renanbr
- Markus Bachmann (baachi) - Markus Bachmann (baachi)
- lancergr - lancergr
- Mihai Stancu - Mihai Stancu
@ -468,7 +473,6 @@ Symfony is the result of the work of many people who made the code better
- Olivier Dolbeau (odolbeau) - Olivier Dolbeau (odolbeau)
- Jan Rosier (rosier) - Jan Rosier (rosier)
- Alessandro Lai (jean85) - Alessandro Lai (jean85)
- Nicolas LEFEVRE (nicoweb)
- Arturs Vonda - Arturs Vonda
- Josip Kruslin - Josip Kruslin
- Asmir Mustafic (goetas) - Asmir Mustafic (goetas)
@ -477,9 +481,12 @@ Symfony is the result of the work of many people who made the code better
- EdgarPE - EdgarPE
- Florian Pfitzer (marmelatze) - Florian Pfitzer (marmelatze)
- Asier Illarramendi (doup) - Asier Illarramendi (doup)
- Martijn Cuppens
- Vlad Gregurco (vgregurco) - Vlad Gregurco (vgregurco)
- Maciej Malarz (malarzm)
- Boris Vujicic (boris.vujicic) - Boris Vujicic (boris.vujicic)
- Chris Sedlmayr (catchamonkey) - Chris Sedlmayr (catchamonkey)
- Dmytro Borysovskyi (dmytr0)
- Kamil Kokot (pamil) - Kamil Kokot (pamil)
- Seb Koelen - Seb Koelen
- Christoph Mewes (xrstf) - Christoph Mewes (xrstf)
@ -491,7 +498,7 @@ Symfony is the result of the work of many people who made the code better
- Jonas Flodén (flojon) - Jonas Flodén (flojon)
- Gonzalo Vilaseca (gonzalovilaseca) - Gonzalo Vilaseca (gonzalovilaseca)
- Marcin Sikoń (marphi) - Marcin Sikoń (marphi)
- Przemysław Bogusz (przemyslaw-bogusz) - Denis Brumann (dbrumann)
- Dominik Zogg (dominik.zogg) - Dominik Zogg (dominik.zogg)
- Marek Pietrzak - Marek Pietrzak
- Luc Vieillescazes (iamluc) - Luc Vieillescazes (iamluc)
@ -506,6 +513,7 @@ Symfony is the result of the work of many people who made the code better
- Rhodri Pugh (rodnaph) - Rhodri Pugh (rodnaph)
- Sam Fleming (sam_fleming) - Sam Fleming (sam_fleming)
- Alex Bakhturin - Alex Bakhturin
- Pol Dellaiera (drupol)
- insekticid - insekticid
- Alexander Obuhovich (aik099) - Alexander Obuhovich (aik099)
- boombatower - boombatower
@ -534,7 +542,6 @@ Symfony is the result of the work of many people who made the code better
- ondrowan - ondrowan
- Barry vd. Heuvel (barryvdh) - Barry vd. Heuvel (barryvdh)
- Craig Duncan (duncan3dc) - Craig Duncan (duncan3dc)
- Patrick Landolt (scube)
- Sébastien Alfaiate (seb33300) - Sébastien Alfaiate (seb33300)
- Evan S Kaufman (evanskaufman) - Evan S Kaufman (evanskaufman)
- mcben - mcben
@ -559,10 +566,10 @@ Symfony is the result of the work of many people who made the code better
- Almog Baku (almogbaku) - Almog Baku (almogbaku)
- Scott Arciszewski - Scott Arciszewski
- Xavier HAUSHERR - Xavier HAUSHERR
- Philipp Cordes
- Norbert Orzechowicz (norzechowicz) - Norbert Orzechowicz (norzechowicz)
- Denis Charrier (brucewouaigne) - Denis Charrier (brucewouaigne)
- Matthijs van den Bos (matthijs) - Matthijs van den Bos (matthijs)
- Jaik Dean (jaikdean)
- Lenard Palko - Lenard Palko
- Nils Adermann (naderman) - Nils Adermann (naderman)
- Gábor Fási - Gábor Fási
@ -604,6 +611,7 @@ Symfony is the result of the work of many people who made the code better
- Aurélien Fredouelle - Aurélien Fredouelle
- Pavel Campr (pcampr) - Pavel Campr (pcampr)
- Johnny Robeson (johnny) - Johnny Robeson (johnny)
- Marko Kaznovac (kaznovac)
- Disquedur - Disquedur
- Michiel Boeckaert (milio) - Michiel Boeckaert (milio)
- Geoffrey Tran (geoff) - Geoffrey Tran (geoff)
@ -634,6 +642,7 @@ Symfony is the result of the work of many people who made the code better
- Sinan Eldem - Sinan Eldem
- Alexandre Dupuy (satchette) - Alexandre Dupuy (satchette)
- Malte Blättermann - Malte Blättermann
- Desjardins Jérôme (jewome62)
- Kévin THERAGE (kevin_therage) - Kévin THERAGE (kevin_therage)
- Simeon Kolev (simeon_kolev9) - Simeon Kolev (simeon_kolev9)
- Nahuel Cuesta (ncuesta) - Nahuel Cuesta (ncuesta)
@ -667,11 +676,11 @@ Symfony is the result of the work of many people who made the code better
- DerManoMann - DerManoMann
- Rostyslav Kinash - Rostyslav Kinash
- Dennis Fridrich (dfridrich) - Dennis Fridrich (dfridrich)
- Maciej Malarz (malarzm)
- Daisuke Ohata - Daisuke Ohata
- Vincent Simonin - Vincent Simonin
- Alex Bogomazov (alebo) - Alex Bogomazov (alebo)
- maxime.steinhausser - maxime.steinhausser
- dFayet
- adev - adev
- Stefan Warman - Stefan Warman
- Arkadius Stefanski (arkadius) - Arkadius Stefanski (arkadius)
@ -686,7 +695,6 @@ 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
- Denis Brumann (dbrumann)
- Quentin de Longraye (quentinus95) - Quentin de Longraye (quentinus95)
- Chris Heng (gigablah) - Chris Heng (gigablah)
- Shaun Simmons (simshaun) - Shaun Simmons (simshaun)
@ -736,6 +744,7 @@ Symfony is the result of the work of many people who made the code better
- VJ - VJ
- RJ Garcia - RJ Garcia
- Delf Tonder (leberknecht) - Delf Tonder (leberknecht)
- Raulnet
- Mark Sonnabaum - Mark Sonnabaum
- Massimiliano Braglia (massimilianobraglia) - Massimiliano Braglia (massimilianobraglia)
- Richard Quadling - Richard Quadling
@ -746,6 +755,8 @@ Symfony is the result of the work of many people who made the code better
- Michael Piecko - Michael Piecko
- yclian - yclian
- Aleksey Prilipko - Aleksey Prilipko
- Tomas Norkūnas (norkunas)
- Andrew Berry
- twifty - twifty
- Indra Gunawan (guind) - Indra Gunawan (guind)
- Peter Ward - Peter Ward
@ -783,6 +794,7 @@ 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
- Matthias Althaus
- Leevi Graham (leevigraham) - Leevi Graham (leevigraham)
- Nykopol (nykopol) - Nykopol (nykopol)
- Tri Pham (phamuyentri) - Tri Pham (phamuyentri)
@ -813,6 +825,7 @@ Symfony is the result of the work of many people who made the code better
- Denis Zunke (donalberto) - Denis Zunke (donalberto)
- Ahmadou Waly Ndiaye (waly) - Ahmadou Waly Ndiaye (waly)
- Ahmed TAILOULOUTE (ahmedtai) - Ahmed TAILOULOUTE (ahmedtai)
- Jonathan Johnson (jrjohnson)
- Olivier Maisonneuve (olineuve) - Olivier Maisonneuve (olineuve)
- Pedro Miguel Maymone de Resende (pedroresende) - Pedro Miguel Maymone de Resende (pedroresende)
- Masterklavi - Masterklavi
@ -824,7 +837,6 @@ Symfony is the result of the work of many people who made the code better
- Jayson Xu (superjavason) - Jayson Xu (superjavason)
- Christopher Hertel (chertel) - Christopher Hertel (chertel)
- Hubert Lenoir (hubert_lenoir) - Hubert Lenoir (hubert_lenoir)
- Jaik Dean (jaikdean)
- fago - fago
- Harm van Tilborg - Harm van Tilborg
- Jan Prieser - Jan Prieser
@ -842,7 +854,6 @@ Symfony is the result of the work of many people who made the code better
- Reen Lokum - Reen Lokum
- Andreas Möller (localheinz) - Andreas Möller (localheinz)
- Martin Parsiegla (spea) - Martin Parsiegla (spea)
- Nguyen Xuan Quynh (xuanquynh)
- Quentin Schuler - Quentin Schuler
- Pierre Vanliefland (pvanliefland) - Pierre Vanliefland (pvanliefland)
- Roy Klutman (royklutman) - Roy Klutman (royklutman)
@ -854,6 +865,7 @@ Symfony is the result of the work of many people who made the code better
- Abhoryo - Abhoryo
- Fabian Vogler (fabian) - Fabian Vogler (fabian)
- Korvin Szanto - Korvin Szanto
- soyuka
- Stéphan Kochen - Stéphan Kochen
- Arjan Keeman - Arjan Keeman
- Alaattin Kahramanlar (alaattin) - Alaattin Kahramanlar (alaattin)
@ -938,7 +950,6 @@ Symfony is the result of the work of many people who made the code better
- Stéphane Delprat - Stéphane Delprat
- Brian Freytag (brianfreytag) - Brian Freytag (brianfreytag)
- Samuele Lilli (doncallisto) - Samuele Lilli (doncallisto)
- Marko Kaznovac (kaznovac)
- Brunet Laurent (lbrunet) - Brunet Laurent (lbrunet)
- Florent Viel (luxifer) - Florent Viel (luxifer)
- Mikhail Yurasov (mym) - Mikhail Yurasov (mym)
@ -949,11 +960,13 @@ Symfony is the result of the work of many people who made the code better
- Benoît Merlet (trompette) - Benoît Merlet (trompette)
- Koen Kuipers - Koen Kuipers
- datibbaw - datibbaw
- Rokas Mikalkėnas (rokasm)
- Erik Saunier (snickers) - Erik Saunier (snickers)
- Rootie - Rootie
- Kyle - Kyle
- Daniel Alejandro Castro Arellano (lexcast) - Daniel Alejandro Castro Arellano (lexcast)
- sensio - sensio
- Chris Tanaskoski
- Thomas Jarrand - Thomas Jarrand
- Sebastien Morel (plopix) - Sebastien Morel (plopix)
- Patrick Kaufmann - Patrick Kaufmann
@ -961,6 +974,7 @@ Symfony is the result of the work of many people who made the code better
- Reece Fowell (reecefowell) - Reece Fowell (reecefowell)
- Mátyás Somfai (smatyas) - Mátyás Somfai (smatyas)
- stefan.r - stefan.r
- Guillaume Gammelin
- Valérian Galliat - Valérian Galliat
- d-ph - d-ph
- Renan Taranto (renan-taranto) - Renan Taranto (renan-taranto)
@ -971,6 +985,7 @@ Symfony is the result of the work of many people who made the code better
- Christian Jul Jensen - Christian Jul Jensen
- Alexandre GESLIN (alexandregeslin) - Alexandre GESLIN (alexandregeslin)
- The Whole Life to Learn - The Whole Life to Learn
- Mikkel Paulson
- ergiegonzaga - ergiegonzaga
- Farhad Safarov - Farhad Safarov
- Alexis Lefebvre - Alexis Lefebvre
@ -978,6 +993,7 @@ Symfony is the result of the work of many people who made the code better
- Sam Malone - Sam Malone
- Phan Thanh Ha (haphan) - Phan Thanh Ha (haphan)
- Chris Jones (leek) - Chris Jones (leek)
- neghmurken
- xaav - xaav
- Mahmoud Mostafa (mahmoud) - Mahmoud Mostafa (mahmoud)
- Ahmed Abdou - Ahmed Abdou
@ -988,6 +1004,7 @@ Symfony is the result of the work of many people who made the code better
- Sander Marechal - Sander Marechal
- Franz Wilding (killerpoke) - Franz Wilding (killerpoke)
- ProgMiner - ProgMiner
- Jonas Elfering
- Oleg Golovakhin (doc_tr) - Oleg Golovakhin (doc_tr)
- Joost van Driel - Joost van Driel
- Icode4Food (icode4food) - Icode4Food (icode4food)
@ -1096,6 +1113,7 @@ Symfony is the result of the work of many people who made the code better
- Christian - Christian
- Denis Golubovskiy (bukashk0zzz) - Denis Golubovskiy (bukashk0zzz)
- Sergii Smertin (nfx) - Sergii Smertin (nfx)
- Mikkel Paulson
- Michał Strzelecki - Michał Strzelecki
- Soner Sayakci - Soner Sayakci
- hugofonseca (fonsecas72) - hugofonseca (fonsecas72)
@ -1200,6 +1218,7 @@ Symfony is the result of the work of many people who made the code better
- MightyBranch - MightyBranch
- Kacper Gunia (cakper) - Kacper Gunia (cakper)
- Peter Thompson (petert82) - Peter Thompson (petert82)
- error56
- Felicitus - Felicitus
- Krzysztof Przybyszewski - Krzysztof Przybyszewski
- alexpozzi - alexpozzi
@ -1237,6 +1256,7 @@ Symfony is the result of the work of many people who made the code better
- stoccc - stoccc
- Tomasz Szymczyk (karion) - Tomasz Szymczyk (karion)
- Alex Vasilchenko - Alex Vasilchenko
- sez-open
- Xavier Coureau - Xavier Coureau
- ConneXNL - ConneXNL
- Aharon Perkel - Aharon Perkel
@ -1273,7 +1293,6 @@ Symfony is the result of the work of many people who made the code better
- Saem Ghani - Saem Ghani
- Clément LEFEBVRE - Clément LEFEBVRE
- Conrad Kleinespel - Conrad Kleinespel
- Matthias Althaus
- Zacharias Luiten - Zacharias Luiten
- Sebastian Utz - Sebastian Utz
- Adrien Gallou (agallou) - Adrien Gallou (agallou)
@ -1299,6 +1318,7 @@ Symfony is the result of the work of many people who made the code better
- Andy Raines - Andy Raines
- Anthony Ferrara - Anthony Ferrara
- Geoffrey Pécro (gpekz) - Geoffrey Pécro (gpekz)
- Jérémy DECOOL (jdecool)
- Klaas Cuvelier (kcuvelier) - Klaas Cuvelier (kcuvelier)
- Flavien Knuchel (knuch) - Flavien Knuchel (knuch)
- Mathieu TUDISCO (mathieutu) - Mathieu TUDISCO (mathieutu)
@ -1330,7 +1350,6 @@ Symfony is the result of the work of many people who made the code better
- Philip Frank - Philip Frank
- Lance McNearney - Lance McNearney
- Giorgio Premi - Giorgio Premi
- Andrew Berry
- ncou - ncou
- Ian Carroll - Ian Carroll
- caponica - caponica
@ -1361,7 +1380,6 @@ Symfony is the result of the work of many people who made the code better
- Daniel González Zaballos (dem3trio) - Daniel González Zaballos (dem3trio)
- Emmanuel Vella (emmanuel.vella) - Emmanuel Vella (emmanuel.vella)
- Guillaume BRETOU (guiguiboy) - Guillaume BRETOU (guiguiboy)
- Jonathan Johnson (jrjohnson)
- Dāvis Zālītis (k0d3r1s) - Dāvis Zālītis (k0d3r1s)
- Carsten Nielsen (phreaknerd) - Carsten Nielsen (phreaknerd)
- Roger Guasch (rogerguasch) - Roger Guasch (rogerguasch)
@ -1417,11 +1435,13 @@ Symfony is the result of the work of many people who made the code better
- Mike Meier - Mike Meier
- Tim Jabs - Tim Jabs
- Sebastian Ionescu - Sebastian Ionescu
- Pablo Ogando Ferreira
- Thomas Ploch - Thomas Ploch
- Simon Neidhold - Simon Neidhold
- Valentin VALCIU - Valentin VALCIU
- Jeremiah VALERIE - Jeremiah VALERIE
- Julien Menth - Julien Menth
- Yannick Snobbert
- Kevin Dew - Kevin Dew
- James Cowgill - James Cowgill
- 1ma (jautenim) - 1ma (jautenim)
@ -1436,6 +1456,7 @@ Symfony is the result of the work of many people who made the code better
- Lance Chen - Lance Chen
- Ciaran McNulty (ciaranmcnulty) - Ciaran McNulty (ciaranmcnulty)
- Andrew (drew) - Andrew (drew)
- Giso Stallenberg (gisostallenberg)
- kor3k kor3k (kor3k) - kor3k kor3k (kor3k)
- Stelian Mocanita (stelian) - Stelian Mocanita (stelian)
- Justin (wackymole) - Justin (wackymole)
@ -1495,7 +1516,6 @@ Symfony is the result of the work of many people who made the code better
- Martynas Sudintas (martiis) - Martynas Sudintas (martiis)
- ryunosuke - ryunosuke
- victoria - victoria
- Dmytro Borysovskyi (dmytr0)
- Francisco Facioni (fran6co) - Francisco Facioni (fran6co)
- Iwan van Staveren (istaveren) - Iwan van Staveren (istaveren)
- Povilas S. (povilas) - Povilas S. (povilas)
@ -1579,6 +1599,7 @@ Symfony is the result of the work of many people who made the code better
- loru88 - loru88
- Romain Dorgueil - Romain Dorgueil
- Christopher Parotat - Christopher Parotat
- Dennis Haarbrink
- me_shaon - me_shaon
- 蝦米 - 蝦米
- Grayson Koonce (breerly) - Grayson Koonce (breerly)
@ -1632,6 +1653,7 @@ Symfony is the result of the work of many people who made the code better
- Jan van Thoor (janvt) - Jan van Thoor (janvt)
- Johannes Müller (johmue) - Johannes Müller (johmue)
- Jordi Llonch (jordillonch) - Jordi Llonch (jordillonch)
- Nicholas Ruunu (nicholasruunu)
- Cédric Dugat (ph3nol) - Cédric Dugat (ph3nol)
- Philip Dahlstrøm (phidah) - Philip Dahlstrøm (phidah)
- Milos Colakovic (project2481) - Milos Colakovic (project2481)
@ -1713,6 +1735,7 @@ Symfony is the result of the work of many people who made the code better
- Pedro Magalhães (pmmaga) - Pedro Magalhães (pmmaga)
- Rares Vlaseanu (raresvla) - Rares Vlaseanu (raresvla)
- tante kinast (tante) - tante kinast (tante)
- Ahmed Hannachi (tiecoders)
- Vincent LEFORT (vlefort) - Vincent LEFORT (vlefort)
- Darryl Hein (xmmedia) - Darryl Hein (xmmedia)
- Sadicov Vladimir (xtech) - Sadicov Vladimir (xtech)
@ -1734,6 +1757,7 @@ Symfony is the result of the work of many people who made the code better
- Oleg Andreyev - Oleg Andreyev
- neFAST - neFAST
- Pierre Rineau - Pierre Rineau
- Florian Morello
- Maxim Lovchikov - Maxim Lovchikov
- adenkejawen - adenkejawen
- Florent SEVESTRE (aniki-taicho) - Florent SEVESTRE (aniki-taicho)
@ -1764,7 +1788,6 @@ Symfony is the result of the work of many people who made the code better
- timaschew - timaschew
- Jochen Mandl - Jochen Mandl
- Marin Nicolae - Marin Nicolae
- soyuka
- Alessandro Loffredo - Alessandro Loffredo
- Ian Phillips - Ian Phillips
- Marco Lipparini - Marco Lipparini
@ -1786,6 +1809,7 @@ Symfony is the result of the work of many people who made the code better
- insidestyles - insidestyles
- Maerlyn - Maerlyn
- Even André Fiskvik - Even André Fiskvik
- Александр Ли
- Arjan Keeman - Arjan Keeman
- Erik van Wingerden - Erik van Wingerden
- Valouleloup - Valouleloup
@ -1846,6 +1870,7 @@ Symfony is the result of the work of many people who made the code better
- Michael Pohlers (mick_the_big) - Michael Pohlers (mick_the_big)
- mlpo (mlpo) - mlpo (mlpo)
- Marek Šimeček (mssimi) - Marek Šimeček (mssimi)
- Dmitriy Tkachenko (neka)
- Cayetano Soriano Gallego (neoshadybeat) - Cayetano Soriano Gallego (neoshadybeat)
- Olivier Laviale (olvlvl) - Olivier Laviale (olvlvl)
- Ondrej Machulda (ondram) - Ondrej Machulda (ondram)
@ -2114,7 +2139,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)
- Tomas Norkūnas (norkunas)
- Marco Petersen (ocrampete16) - Marco Petersen (ocrampete16)
- ollie harridge (ollietb) - ollie harridge (ollietb)
- Dimitri Gritsajuk (ottaviano) - Dimitri Gritsajuk (ottaviano)
@ -2131,7 +2155,6 @@ Symfony is the result of the work of many people who made the code better
- Ralf Kuehnel (ralfkuehnel) - Ralf Kuehnel (ralfkuehnel)
- Brayden Williams (redstar504) - Brayden Williams (redstar504)
- Rich Sage (richsage) - Rich Sage (richsage)
- Rokas Mikalkėnas (rokasm)
- Bart Ruysseveldt (ruyss) - Bart Ruysseveldt (ruyss)
- scourgen hung (scourgen) - scourgen hung (scourgen)
- Sebastian Busch (sebu) - Sebastian Busch (sebu)

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.25-DEV'; const VERSION = '3.4.25';
const VERSION_ID = 30425; const VERSION_ID = 30425;
const MAJOR_VERSION = 3; const MAJOR_VERSION = 3;
const MINOR_VERSION = 4; const MINOR_VERSION = 4;
const RELEASE_VERSION = 25; const RELEASE_VERSION = 25;
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';