diff --git a/CHANGELOG-2.3.md b/CHANGELOG-2.3.md index c8daee4e9253b..5d22ee314f31b 100644 --- a/CHANGELOG-2.3.md +++ b/CHANGELOG-2.3.md @@ -7,6 +7,52 @@ in 2.3 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 between two versions, go to https://github.com/symfony/symfony/compare/v2.3.0...v2.3.1 +* 2.3.38 (2016-02-28) + + * bug #17947 Fix - #17676 (backport #17919 to 2.3) (Ocramius) + * bug #17942 Fix bug when using an private aliased factory service (WouterJ) + * bug #17542 ChoiceFormField of type "select" could be "disabled" (bouland) + * bug #17602 [HttpFoundation] Fix BinaryFileResponse incorrect behavior with if-range header (bburnichon) + * bug #17914 [Console] Fix escaping of trailing backslashes (nicolas-grekas) + * bug #17074 Fix constraint validator alias being required (Triiistan) + * bug #17867 [DependencyInjection] replace alias in factory services (xabbuh) + * bug #17569 [FrameworkBundle] read commands from bundles when accessing list (havvg) + * bug #16987 [FileSystem] Windows fix (flip111) + * bug #17835 [Yaml] fix default timezone to be UTC (xabbuh) + * bug #17823 [DependencyInjection] fix dumped YAML string (xabbuh) + * bug #17814 [DependencyInjection] fix dumped YAML snytax (xabbuh) + * bug #17099 [Form] Fixed violation mapping if multiple forms are using the same (or part of the same) property path (alekitto) + * bug #17719 [DependencyInjection] fixed exceptions thrown by get method of ContainerBuilder (lukaszmakuch) + * bug #17742 [DependencyInjection] Fix #16461 Container::set() replace aliases (mnapoli) + * bug #17745 Added more exceptions to singularify method (javiereguiluz) + * bug #17766 Fixed (string) catchable fatal error for PHP Incomplete Class instances (yceruto) + * bug #17757 [HttpFoundation] BinaryFileResponse sendContent return as parent. (2.3) (SpacePossum) + * bug #17702 [TwigBridge] forward compatibility with Yaml 3.1 (xabbuh) + * bug #17672 [DependencyInjection][Routing] add files used in FileResource objects (xabbuh) + * bug #17596 [Translation] Add resources from fallback locale to parent catalogue (c960657) + * bug #16956 [DependencyInjection] XmlFileLoader: enforce tags to have a name (xabbuh) + * bug #16265 [BrowserKit] Corrected HTTP_HOST logic (Naktibalda) + * bug #17555 [DependencyInjection] resolve aliases in factory services (xabbuh) + * bug #15272 [FrameworkBundle] Fix template location for PHP templates (jakzal) + * bug #11232 [Routing] Fixes fatal errors with object resources in AnnotationDirectoryLoader::supports (Tischoi) + * bug #17526 Escape the delimiter in Glob::toRegex (javiereguiluz) + * bug #17527 fixed undefined variable (fabpot) + * bug #15706 [framework-bundle] Added support for the `0.0.0.0/0` trusted proxy (zerkms) + * bug #16274 [HttpKernel] Lookup the response even if the lock was released after two second wait (jakzal) + * bug #17355 [DoctrineBridge][Validator] >= 2.3 Pass association instead of ID as argument (xavismeh) + * bug #16736 [Request] Ignore invalid IP addresses sent by proxies (GromNaN) + * bug #16873 Able to load big xml files with DomCrawler (zorn-v) + * bug #16897 [Form] Fix constraints could be null if not set (DZunke) + * bug #17505 sort bundles in config:dump-reference command (xabbuh) + * bug #17478 [HttpFoundation] Do not overwrite the Authorization header if it is already set (jakzal) + * bug #17461 [Yaml] tag for dumped PHP objects must be a local one (xabbuh) + * bug #17423 [Process] Use stream based storage to avoid memory issues (romainneutron) + * bug #17373 [SecurityBundle] fix SecureRandom service constructor args (Tobion) + * bug #17377 Fix performance (PHP5) and memory (PHP7) issues when using token_get_all (nicolas-grekas, peteward) + * bug #17389 [Routing] Fixed correct class name in thrown exception (fixes #17388) (robinvdvleuten) + * bug #17358 [ClassLoader] Use symfony/polyfill-apcu (nicolas-grekas) + * bug #17370 [HttpFoundation][Cookie] Cookie DateTimeInterface fix (wildewouter) + * 2.3.37 (2016-01-14) * security #17359 do not ship with a custom rng implementation (xabbuh, fabpot) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5786f19dde7d6..fdf163f5d8e0c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -5,122 +5,136 @@ Symfony is the result of the work of many people who made the code better (see https://symfony.com/contributors for more information): - Fabien Potencier (fabpot) - - Bernhard Schussek (bschussek) - Nicolas Grekas (nicolas-grekas) + - Bernhard Schussek (bschussek) - Tobias Schultze (tobion) - - Victor Berchet (victor) - - Jordi Boggiano (seldaek) - Christophe Coevoet (stof) + - Jordi Boggiano (seldaek) + - Victor Berchet (victor) + - Christian Flothmann (xabbuh) - Johannes S (johannes) - Kris Wallsmith (kriswallsmith) - - Christian Flothmann (xabbuh) - Jakub Zalas (jakubzalas) - Ryan Weaver (weaverryan) - - Pascal Borreli (pborreli) - Hugo Hamon (hhamon) + - Javier Eguiluz (javier.eguiluz) + - Abdellatif Ait boudad (aitboudad) + - Pascal Borreli (pborreli) + - Kévin Dunglas (dunglas) - Joseph Bielawski (stloyd) + - Wouter De Jong (wouterj) - Karma Dordrak (drak) - - Lukas Kahwe Smith (lsmith) - Romain Neutron (romain) - - Abdellatif Ait boudad (aitboudad) + - Lukas Kahwe Smith (lsmith) - Jeremy Mikola (jmikola) + - Martin Hasoň (hason) - Jean-François Simon (jfsimon) - Benjamin Eberlei (beberlei) - Igor Wiedler (igorw) - - Martin Hasoň (hason) - - Wouter De Jong (wouterj) - - Eriksen Costa (eriksencosta) - - Javier Eguiluz (javier.eguiluz) - Grégoire Pineau (lyrixx) - - Kévin Dunglas (dunglas) + - Eriksen Costa (eriksencosta) + - Sarah Khalil (saro0h) - Jonathan Wage (jwage) + - Maxime Steinhausser (ogizanagi) + - Diego Saint Esteben (dosten) - Alexandre Salomé (alexandresalome) - William Durand (couac) - ornicar - stealth35 ‏ (stealth35) - Alexander Mols (asm89) - - Bulat Shakirzyanov (avalanche123) - Francis Besset (francisbesset) + - Bulat Shakirzyanov (avalanche123) - Saša Stamenković (umpirsky) - Henrik Bjørnskov (henrikbjorn) - Miha Vrhovnik - Diego Saint Esteben (dii3g0) - - Sarah Khalil (saro0h) - Konstantin Kudryashov (everzet) - Bilal Amarni (bamarni) - Florin Patan (florinpatan) - - Maxime Steinhausser (ogizanagi) + - Kevin Bond (kbond) + - Gábor Egyed (1ed) + - Michel Weimerskirch (mweimerskirch) - Eric Clemmons (ericclemmons) - Andrej Hudec (pulzarraider) + - Matthias Pigulla (mpdude) + - Peter Rehm (rpet) - Deni - Henrik Westphal (snc) - Dariusz Górecki (canni) - - Gábor Egyed (1ed) - Christian Raue - - Michel Weimerskirch (mweimerskirch) - Arnout Boks (aboks) - - Kevin Bond (kbond) - Douglas Greenshields (shieldo) - Lee McDermott - Brandon Turner - Luis Cordova (cordoval) - Daniel Holmes (dholmes) + - Pierre du Plessis (pierredup) - Bart van den Burg (burgov) - Jordan Alliot (jalliot) - - Matthias Pigulla (mpdude) - John Wards (johnwards) + - Toni Uebernickel (havvg) - Fran Moreno (franmomu) + - Graham Campbell (graham) - Antoine Hérault (herzult) - - Toni Uebernickel (havvg) + - Iltar van der Berg (kjarli) - Arnaud Le Blanc (arnaud-lb) + - Jérôme Tamarelle (gromnan) + - Michal Piotrowski (eventhorizon) - Tim Nagel (merk) - Brice BERNARD (brikou) - - Graham Campbell (graham) - - Jérôme Tamarelle (gromnan) + - Charles Sarrazin (csarrazi) + - Alexander M. Turek (derrabus) + - Dariusz Ruminski - marc.weistroff - - Michal Piotrowski (eventhorizon) - lenar - Włodzimierz Gajda (gajdaw) + - Paráda József (paradajozsef) + - Alexander Schwenn (xelaris) - Florian Voutzinos (florianv) - - Peter Rehm (rpet) - Colin Frei - - Dariusz Ruminski - Adrien Brault (adrienbrault) + - Joshua Thijssen + - Issei Murasawa (issei_m) + - Peter Kokot (maastermedia) - excelwebzone - Jacob Dreesen (jdreesen) - - Peter Kokot (maastermedia) + - Jérémy DERUSSÉ (jderusse) + - Vladimir Reznichenko (kalessil) + - Baptiste Clavié (talus) + - Ener-Getick (energetick) - Fabien Pennequin (fabienpennequin) - - Pierre du Plessis (pierredup) - - Alexander Schwenn (xelaris) - Gordon Franke (gimler) - - Iltar van der Berg (kjarli) + - Konstantin Myakshin (koc) + - Tomáš Votruba (tomas_votruba) + - Jáchym Toušek - Robert Schönthal (digitalkaoz) - - Jérémy DERUSSÉ (jderusse) - - Joshua Thijssen + - Florian Lonqueu-Brochard (florianlb) + - Eric GELOEN (gelo) - Stefano Sala (stefano.sala) - David Buchmann (dbu) - - Issei Murasawa (issei_m) - Juti Noppornpitak (shiroyuki) - - Eric GELOEN (gelo) + - Tigran Azatyan (tigranazatyan) - Sebastian Hörl (blogsh) - Daniel Gomes (danielcsgomes) - Hidenori Goto (hidenorigoto) - - Vladimir Reznichenko (kalessil) + - Jules Pietri (heah) + - Evgeniy (ewgraf) - Guilherme Blanco (guilhermeblanco) - Pablo Godel (pgodel) - - Tigran Azatyan (tigranazatyan) - Jérémie Augustin (jaugustin) - Sebastiaan Stok (sstok) + - Tugdual Saunier (tucksaun) + - Andréia Bohner (andreia) - Rafael Dohms (rdohms) - Arnaud Kleinpeter (nanocom) - - Alexander M. Turek (derrabus) + - Philipp Wahala (hifi) - Richard Shank (iampersistent) - - Charles Sarrazin (csarrazi) + - Thomas Rabaix (rande) + - Vincent AUBERT (vincent) + - Joel Wurtz (brouznouf) + - Mikael Pajunen - Clemens Tolboom - Helmer Aaviksoo - - Baptiste Clavié (talus) - - Tugdual Saunier (tucksaun) - - Andréia Bohner (andreia) - Hiromi Hishida (77web) - Matthieu Ouellette-Vachon (maoueh) - Michał Pipa (michal.pipa) @@ -131,93 +145,99 @@ Symfony is the result of the work of many people who made the code better - Warnar Boekkooi (boekkooi) - Dmitrii Chekaliuk (lazyhammer) - Clément JOBEILI (dator) + - Daniel Wehner - Dorian Villet (gnutix) - Javier Spagnoletti (phansys) - Richard Miller (mr_r_miller) - - hacfi (hifi) - Mario A. Alvarez Garcia (nomack84) - - Thomas Rabaix (rande) - Dennis Benkert (denderello) - - Konstantin Myakshin (koc) - Benjamin Dulau (dbenjamin) - Andreas Hucks (meandmymonkey) - - Mikael Pajunen - Noel Guilbert (noel) - - Joel Wurtz (brouznouf) - - Evgeniy (ewgraf) + - Richard van Laak (rvanlaak) - bronze1man - sun (sun) - Larry Garfield (crell) + - Possum - Martin Schuhfuß (usefulthink) - - Jáchym Toušek - Matthieu Bontemps (mbontemps) - Pierre Minnieur (pminnieur) - fivestar - Dominique Bongiraud + - Jeremy Livingston (jeremylivingston) + - Matthieu Auger (matthieuauger) - Leszek Prabucki (l3l0) - François Zaninotto (fzaninotto) - Dustin Whittle (dustinwhittle) - jeff - John Kary (johnkary) - Justin Hileman (bobthecow) + - Blanchon Vincent (blanchonvincent) - Michele Orselli (orso) - Sven Paulus (subsven) - Lars Strojny (lstrojny) - - Daniel Wehner - Rui Marinho (ruimarinho) + - Stepan Anchugov (kix) + - Eugene Wissner - Julien Brochet (mewt) - Sergey Linnik (linniksa) + - Michaël Perrin (michael.perrin) - Marcel Beerta (mazen) - - Vincent AUBERT (vincent) + - Titouan Galopin (tgalopin) + - Loïc Faugeron + - Jannik Zschiesche (apfelbox) - julien pauli (jpauli) - - Florian Lonqueu-Brochard (florianlb) + - Michael Lee (zerustech) + - Lorenz Schori + - Sébastien Lavoie (lavoiesl) - Francois Zaninotto - Alexander Kotynia (olden) - Daniel Tschinder + - Marcos Sánchez - Elnur Abdurrakhimov (elnur) - Manuel Reinhard (sprain) - Danny Berger (dpb587) - - Diego Saint Esteben (dosten) + - Jérôme Vasseur - Roman Marintšenko (inori) - Xavier Montaña Carreras (xmontana) + - Tom Van Looy (tvlooy) - Chris Wilkinson (thewilkybarkid) + - Mickaël Andrieu (mickaelandrieu) - Xavier Perez - Arjen Brouwer (arjenjb) - Katsuhiro OGAWA - Alif Rachmawadi + - Kristen Gilden (kgilden) - Pierre-Yves LEBECQ (pylebecq) + - Jakub Kucharovic (jkucharovic) - Eugene Leonovich (rybakit) + - Filippo Tessarotto - Joseph Rouff (rouffj) - Félix Labrecque (woodspire) - - Tomáš Votruba (tomas_votruba) - GordonsLondon - Jan Sorgalla (jsor) - Ray - Chekote - Thomas Adam - Albert Casademont (acasademont) + - Diego Agulló (aeoris) - jdhoek - - Jeremy Livingston (jeremylivingston) - Nikita Konstantinov - Wodor Wodorski - - Matthieu Auger (matthieuauger) - - Michael Lee (zerustech) - - Sébastien Lavoie (lavoiesl) + - Thomas Lallement (raziel057) - Beau Simensen (simensen) + - Michael Hirschler (mvhirsch) - Robert Kiss (kepten) - Ruben Gonzalez (rubenrua) - - Marcos Sánchez + - Roumen Damianoff (roumen) + - Antonio J. García Lagar (ajgarlag) - Kim Hemsø Rasmussen (kimhemsoe) - - Tom Van Looy (tvlooy) - Wouter Van Hecke - Peter Kruithof (pkruithof) - Michael Holm (hollo) - Marc Weistroff (futurecat) - - Blanchon Vincent (blanchonvincent) - Dawid Nowak - - Kristen Gilden (kgilden) - Chris Smith (cs278) - - Richard van Laak (rvanlaak) - Florian Klein (docteurklein) - Manuel Kiessling (manuelkiessling) - Daniel Wehner @@ -228,6 +248,7 @@ Symfony is the result of the work of many people who made the code better - Grégoire Paris (greg0ire) - Alex Pott - realmfoo + - jeremyFreeAgent (jeremyfreeagent) - Thomas Tourlourat (armetiz) - Andrey Esaulov (andremaha) - Grégoire Passault (gregwar) @@ -235,26 +256,31 @@ Symfony is the result of the work of many people who made the code better - Uwe Jäger (uwej711) - Aurelijus Valeiša (aurelijus) - Jan Decavele (jandc) + - Yonel Ceruto González (yonelceruto) - Gustavo Piltcher - Stepan Tanasiychuk (stfalcon) - - Titouan Galopin (tgalopin) - Tiago Ribeiro (fixe) + - Hidde Boomsma (hboomsma) + - John Bafford (jbafford) - Bob den Otter (bopp) - Adrian Rudnik (kreischweide) - Francesc Rosàs (frosas) - Julien Galenski (ruian) - Bongiraud Dominique - janschoenherr - - Jannik Zschiesche (apfelbox) - Thomas Schulz (king2500) - Marco Pivetta (ocramius) + - Berny Cantos (xphere81) - Ricard Clau (ricardclau) - - Lorenz Schori + - Mark Challoner (markchalloner) + - Gregor Harlan (gharlan) + - Gennady Telegin (gtelegin) - Giorgio Premi + - Matthieu Napoli (mnapoli) + - Ben Davies (bendavies) - Erin Millard + - Artur Melo (restless) - Matthew Lewinski (lewinski) - - Antonio J. García Lagar (ajgarlag) - - Roumen Damianoff (roumen) - alquerci - Francesco Levorato - Vitaliy Zakharov (zakharovvi) @@ -264,9 +290,9 @@ Symfony is the result of the work of many people who made the code better - Christian Gärtner (dagardner) - Tomasz Kowalczyk (thunderer) - François-Xavier de Guillebon (de-gui_f) + - Damien Alexandre (damienalexandre) - Felix Labrecque - Yaroslav Kiliba - - Stepan Anchugov (kix) - Terje Bråten - Robbert Klarenbeek (robbertkl) - hossein zolfi (ocean) @@ -276,9 +302,7 @@ Symfony is the result of the work of many people who made the code better - Stéphane PY (steph_py) - Philipp Kräutli (pkraeutli) - Kirill chEbba Chebunin (chebba) - - Filippo Tessarotto - Greg Thornton (xdissent) - - jeremyFreeAgent (jeremyfreeagent) - Costin Bereveanu (schniper) - Loïc Chardonnet (gnusat) - Marek Kalnik (marekkalnik) @@ -286,26 +310,29 @@ Symfony is the result of the work of many people who made the code better - Vyacheslav Salakhutdinov (megazoll) - Hassan Amouhzi - Tamas Szijarto - - Michaël Perrin (michael.perrin) - Pavel Volokitin (pvolok) - Endre Fejes - Tobias Naumann (tna) - Shein Alexey - Joe Lencioni - Daniel Tschinder - - Diego Agulló (aeoris) - Kai - Lee Rowlands - Maximilian Reichel (phramz) - Karoly Negyesi (chx) + - Ivan Kurnosov - Xavier HAUSHERR - Albert Jessurum (ajessu) + - Oleg Voronkovich - Laszlo Korte + - Pavel Batanov (scaytrase) - Miha Vrhovnik - Alessandro Desantis - hubert lecorche (hlecorche) - Marc Morales Valldepérez (kuert) + - Jean-Baptiste GOMOND (mjbgo) - Vadim Kharitonov (virtuozzz) + - Andreas Schempp (aschempp) - Oscar Cubo Medina (ocubom) - Karel Souffriau - Christophe L. (christophelau) @@ -313,23 +340,23 @@ Symfony is the result of the work of many people who made the code better - Anthon Pang (robocoder) - Emanuele Gaspari (inmarelibero) - Dariusz Rumiński + - Sébastien Santoro (dereckson) - Brian King - Michel Salib (michelsalib) - geoffrey + - Valentin Jonovs (valentins-jonovs) - Jeanmonod David (jeanmonod) - - Berny Cantos (xphere81) - - Thomas Lallement (raziel057) - Jan Schumann - Niklas Fiekas - - Mark Challoner (markchalloner) - - Gregor Harlan (gharlan) - Markus Bachmann (baachi) - lancergr - Olivier Dolbeau (odolbeau) - - Ben Davies (bendavies) + - Jan Rosier (rosier) - vagrant + - EdgarPE + - Florian Pfitzer (marmelatze) - Asier Illarramendi (doup) - - Artur Melo (restless) + - Christian Schmidt - Chris Sedlmayr (catchamonkey) - Seb Koelen - Christoph Mewes (xrstf) @@ -339,27 +366,35 @@ Symfony is the result of the work of many people who made the code better - cedric lombardot (cedriclombardot) - Jonas Flodén (flojon) - Christian Schmidt - - Jakub Kucharovic (jkucharovic) + - Hidde Wieringa (hiddewie) + - Marek Štípek (maryo) - Marcin Sikoń (marphi) - Dominik Zogg (dominik.zogg) + - Marek Pietrzak + - Chad Sikorra (chadsikorra) - Mathieu Lemoine - franek (franek) - - Damien Alexandre (damienalexandre) + - Christian Wahler + - Gintautas Miselis + - Zander Baldwin - Adam Harvey - Alex Bakhturin + - Alessandro Chitolina - boombatower - Fabrice Bernhard (fabriceb) - Jérôme Macias (jeromemacias) - Fabian Lange (codingfabian) + - Frank Neff (fneff) + - Roman Lapin (memphys) - Yoshio HANAWA + - Gladhon - Sebastian Bergmann - Pablo Díez (pablodip) - Kevin McBride - - Ener-Getick (energetick) - Philipp Rieber (bicpi) - Manuel de Ruiter (manuel) - Eduardo Oliveira (entering) - - Eugene Wissner + - Ilya Antipenko (aivus) - Iker Ibarguren (ikerib) - Ricardo Oliveira (ricardolotr) - ondrowan @@ -372,6 +407,7 @@ Symfony is the result of the work of many people who made the code better - mmoreram - Markus Lanthaler (lanthaler) - Vicent Soria Durá (vicentgodella) + - Nicolas Dewez (nicolas_dewez) - Anthony Ferrara - Ioan Negulescu - Jakub Škvára (jskvara) @@ -381,26 +417,30 @@ Symfony is the result of the work of many people who made the code better - Tristan Darricau (nicofuma) - Erik Trapman (eriktrapman) - De Cock Xavier (xdecock) - - Possum + - Almog Baku (almogbaku) - Scott Arciszewski - Norbert Orzechowicz (norzechowicz) + - Denis Charrier (brucewouaigne) - Matthijs van den Bos (matthijs) - Loick Piera (pyrech) - Lenard Palko - Nils Adermann (naderman) - Gábor Fási + - DUPUCH (bdupuch) - Benjamin Leveque (benji07) - - Ivan Kurnosov - sasezaki - Dawid Pakuła (zulusx) - Florian Rey (nervo) + - Oskar Stark (oskarstark) - Rodrigo Borrego Bernabé (rodrigobb) - Leo Feyer - MatTheCat - - John Bafford (jbafford) - Denis Gorbachev (starfall) + - Peter van Dommelen + - Tim van Densen - Steven Surowiec - Kevin Saliou (kbsali) + - NothingWeAre - Ryan - Alexander Deruwe (aderuwe) - Alain Hippolyte (aloneh) @@ -413,47 +453,55 @@ Symfony is the result of the work of many people who made the code better - Lenar Lõhmus - Benjamin Laugueux (yzalis) - Zach Badgett (zachbadgett) - - Loïc Faugeron - Aurélien Fredouelle - Pavel Campr (pcampr) - Johnny Robeson (johnny) - Disquedur + - Michiel Boeckaert (milio) + - Baptiste Lafontaine - Geoffrey Tran (geoff) - Jan Behrens - Mantas Var (mvar) - Sebastian Krebs + - Jean-Christophe Cuvelier [Artack] - Christopher Davis (chrisguitarguy) - alcaeus - vitaliytv - Sebastian Blum - aubx + - Marvin Butkereit - Ricky Su (ricky) - Gildas Quéméner (gquemener) + - Charles-Henri Bruyand - Max Rath (drak3) - Stéphane Escandell (sescandell) + - Konstantin S. M. Möllers (ksmmoellers) - Sinan Eldem - - Gennady Telegin (gtelegin) - Alexandre Dupuy (satchette) - Nahuel Cuesta (ncuesta) - Chris Boden (cboden) - Asmir Mustafic (goetas) + - Stefan Gehrig (sgehrig) - Josip Kruslin - Hany el-Kerdany - Wang Jingyu - Åsmund Garfors - Maxime Douailin - - Michael Hirschler (mvhirsch) - Javier López (loalf) - Reinier Kip - Dustin Dobervich (dustin10) - Sebastian Marek (proofek) - Erkhembayar Gantulga (erheme318) + - Michal Trojanowski + - Mihai Stancu - David Fuhr - Kamil Kokot (pamil) + - Max Grigorian (maxakawizard) - Rostyslav Kinash - Maciej Malarz (malarzm) - Daisuke Ohata - Vincent Simonin + - Alex Bogomazov (alebo) - Stefan Warman - Tristan Maindron (tmaindron) - Ke WANG (yktd26) @@ -463,7 +511,6 @@ Symfony is the result of the work of many people who made the code better - umpirski - Chris Heng (gigablah) - Ulumuddin Yunus (joenoez) - - Florian Pfitzer (marmelatze) - Luc Vieillescazes (iamluc) - Johann Saunier (prophet777) - Antoine Corcy @@ -471,11 +518,12 @@ Symfony is the result of the work of many people who made the code better - Arturs Vonda - Sascha Grossenbacher - Szijarto Tamas + - Stephan Vock - Benjamin Zikarsky (bzikarsky) - - Mickaël Andrieu (mickaelandrieu) - Simon Schick (simonsimcity) - redstar504 - Hossein Bukhamsin + - Disparity - origaminal - Paweł Wacławczyk (pwc) - Oleg Zinchenko (cystbear) @@ -487,7 +535,6 @@ Symfony is the result of the work of many people who made the code better - Tiago Brito (blackmx) - Richard van den Brand (ricbra) - develop - - Hidde Wieringa - Mark Sonnabaum - Alexander Obuhovich (aik099) - jochenvdv @@ -495,19 +542,23 @@ Symfony is the result of the work of many people who made the code better - Alexander Volochnev (exelenz) - Michael Piecko - yclian + - twifty - Sergio Santoro + - Peter Ward + - Dominik Ritter (dritter) - Sebastian Grodzicki (sgrodzicki) - Martin Hujer (martinhujer) - Pascal Helfenstein - Baldur Rensch (brensch) - Vladyslav Petrovych - Alex Xandra Albert Sim + - Trent Steel (trsteel88) - Yuen-Chi Lian - Besnik Br + - Dariusz Ruminski - Joshua Nye - Dave Marshall (davedevelopment) - avorobiev - - Gladhon - Venu - Lars Vierbergen - Dennis Hotson @@ -517,20 +568,20 @@ Symfony is the result of the work of many people who made the code better - Leevi Graham (leevigraham) - Casper Valdemar Poulsen - Josiah (josiah) - - Marek Štípek (maryo) - John Bohn (jbohn) - Marc Morera (mmoreram) - Andrew Hilobok (hilobok) - Christian Soronellas (theunic) - Romain Gautier (mykiwi) - Yosmany Garcia (yosmanyga) + - Wouter de Wild - Degory Valentine - Benoit Lévêque (benoit_leveque) - Jeroen Fiege (fieg) - Krzysiek Łabuś - - Ilya Antipenko (aivus) - - Nicolas Dewez (nicolas_dewez) - Xavier Lacot (xavier) + - possum + - Denis Zunke (donalberto) - Olivier Maisonneuve (olineuve) - Francis Turmel (fturmel) - cgonzalez @@ -540,6 +591,7 @@ Symfony is the result of the work of many people who made the code better - fago - Harm van Tilborg - Jan Prieser + - Adrien Lucas (adrienlucas) - James Michael DuPont - Tom Klingenberg - Christopher Hall (mythmakr) @@ -547,11 +599,10 @@ Symfony is the result of the work of many people who made the code better - Rafał Wrzeszcz (rafalwrzeszcz) - Reen Lokum - Martin Parsiegla (spea) - - Denis Charrier (brucewouaigne) - Quentin Schuler - Pierre Vanliefland (pvanliefland) + - Sofiane HADDAG (sofhad) - frost-nzcr4 - - Oskar Stark (oskarstark) - Abhoryo - Fabian Vogler (fabian) - Korvin Szanto @@ -559,10 +610,12 @@ Symfony is the result of the work of many people who made the code better - Maksim Kotlyar (makasim) - Neil Ferreira - Dmitry Parnas (parnas) + - Paul LE CORRE - DQNEO - Emanuele Iannone - Tony Malzhacker - - DUPUCH (bdupuch) + - Mathieu MARCHOIS + - Benoît Burnichon (bburnichon) - Cyril Quintin (cyqui) - Gerard van Helden (drm) - Johnny Peck (johnnypeck) @@ -571,22 +624,26 @@ Symfony is the result of the work of many people who made the code better - Gustavo Falco (gfalco) - Matt Robinson (inanimatt) - Aleksey Podskrebyshev + - Calin Mihai Pristavu - Steffen Roßkamp - David Marín Carreño (davefx) - - Hidde Boomsma (hboomsma) - Jörn Lang (j.lang) + - Omar Yepez (oyepez003) - mwsaz + - Jelle Kapitein - Benoît Bourgeois + - mantulo - corphi - grizlik - Derek ROTH - Shin Ohno (ganchiku) - Geert De Deckere (geertdd) - Jan Kramer (jankramer) - - Jean-Baptiste GOMOND (mjbgo) - abdul malik ikhsan (samsonasik) - Henry Snoek (snoek09) + - Simone Di Maulo (toretto460) - Timothée Barray (tyx) + - Sander Toonen (xatoo) - Christian Morgan - Alexander Miehe (engerim) - Morgan Auchede (mauchede) @@ -605,25 +662,32 @@ Symfony is the result of the work of many people who made the code better - Adán Lobato (adanlobato) - Matthew Davis (mdavis1982) - Maks + - Antoine LA + - pawel-lewtak + - omerida - Gábor Tóth - Daniel Cestari + - Jeremy Benoist + - David Lima + - Jérôme Vasseur + - Krzysztof Piasecki (krzysztek) - Brunet Laurent (lbrunet) - Magnus Nordlander (magnusnordlander) - - Michiel Boeckaert (milio) - Mikhail Yurasov (mym) - LOUARDI Abdeltif (ouardisoft) - Robert Gruendler (pulse00) + - Robin van der Vleuten (robinvdvleuten) - Simon Terrien (sterrien) - Benoît Merlet (trompette) - Koen Kuipers - datibbaw - - Sébastien Santoro - Raul Fraile (raulfraile) - sensio - Patrick Kaufmann - Reece Fowell (reecefowell) + - Mátyás Somfai (smatyas) - stefan.r - - Matthieu Napoli (mnapoli) + - Valérian Galliat - Alexandru Furculita (afurculita) - Ben Ramsey (ramsey) - Christian Jul Jensen @@ -635,7 +699,6 @@ Symfony is the result of the work of many people who made the code better - Chris Jones (leek) - Colin O'Dell (colinodell) - xaav - - Jean-Christophe Cuvelier [Artack] - Mahmoud Mostafa (mahmoud) - Pieter - Michael Tibben @@ -644,23 +707,20 @@ Symfony is the result of the work of many people who made the code better - ttomor - Mei Gwilym (meigwilym) - Michael H. Arieli (excelwebzone) + - Fred Cox - Luciano Mammino (loige) - fabios - - Jérôme Vasseur - Sander Coolen (scoolen) - Nicolas Le Goff (nlegoff) - Anne-Sophie Bachelard (annesophie) - Manuele Menozzi - Anton Babenko (antonbabenko) - Irmantas Šiupšinskas (irmantas) - - Charles-Henri Bruyand - Danilo Silva - - Konstantin S. M. Möllers (ksmmoellers) - Zachary Tong (polyfractal) - Hryhorii Hrebiniuk - dantleech - Xavier Leune - - Christian Schmidt - Tero Alén (tero) - DerManoMann - Guillaume Royer @@ -671,8 +731,6 @@ Symfony is the result of the work of many people who made the code better - chispita - Wojciech Sznapka - Máximo Cuadros (mcuadros) - - Stefan Gehrig (sgehrig) - - Alex Bogomazov - tamirvs - julien.galenski - Christian Neff @@ -680,16 +738,13 @@ Symfony is the result of the work of many people who made the code better - Goran Juric - Laurent Ghirardotti (laurentg) - Nicolas Macherey - - Jan Rosier (rosier) - Lin Clark - Jeremy David (jeremy.david) - Troy McCabe - Ville Mattila - Boris Vujicic (boris.vujicic) - Max Beutel - - Michal Trojanowski - Catalin Dan - - Mihai Stancu - nacho - Piotr Antosik (antek88) - Artem Lopata @@ -699,10 +754,8 @@ Symfony is the result of the work of many people who made the code better - Matthew Vickery (mattvick) - Dan Finnie - Ken Marfilla (marfillaster) - - Max Grigorian (maxakawizard) - benatespina (benatespina) - Denis Kop - - EdgarPE - jfcixmedia - Martijn Evers - Benjamin Paap (benjaminpaap) @@ -745,7 +798,9 @@ Symfony is the result of the work of many people who made the code better - David Otton - Will Donohoe - peter + - flip111 - Jérémy Jourdin (jjk801) + - BRAMILLE Sébastien (oktapodia) - Artem Kolesnikov (tyomo4ka) - Gustavo Adrian - Yannick @@ -753,7 +808,6 @@ Symfony is the result of the work of many people who made the code better - Eduardo García Sanz (coma) - James Gilliland - Roy Van Ginneken - - Stephan Vock - David de Boer (ddeboer) - Gilles Doge (gido) - abulford @@ -776,10 +830,8 @@ Symfony is the result of the work of many people who made the code better - Philipp Strube - Christian Sciberras - Anton Bakai - - Chad Sikorra (chadsikorra) - Clement Herreman (clemherreman) - Nyro (nyro) - - Trent Steel (trsteel88) - Marco - Marc Torres - Alberto Aldegheri @@ -791,18 +843,19 @@ Symfony is the result of the work of many people who made the code better - Jakub Kulhan - Mo Di (modi) - Jeroen van den Enden (stoefke) - - Christian Wahler - Jelte Steijaert (jelte) - Quique Porta (quiqueporta) - Tomasz Szymczyk (karion) + - Xavier Coureau - ConneXNL - Aharon Perkel - Abdul.Mohsen B. A. A - - Gintautas Miselis + - SpacePossum - Benoît Burnichon - Remi Collet - pthompson - Malaney J. Hill + - Alexandre Pavy - Christian Flach (cmfcmf) - Cédric Girard (enk_) - Lars Ambrosius Wallenborn (larsborn) @@ -810,7 +863,6 @@ Symfony is the result of the work of many people who made the code better - Sebastian Göttschkes (sgoettschkes) - Tatsuya Tsuruoka - Ross Tuck - - Zander Baldwin - Kévin Gomez (kevin) - azine - Dawid Sajdak @@ -823,6 +875,7 @@ Symfony is the result of the work of many people who made the code better - Marc J. Schmidt (marcjs) - Marco Jantke - Saem Ghani + - Conrad Kleinespel - Sebastian Utz - Adrien Gallou (agallou) - Karol Sójko (karolsojko) @@ -837,11 +890,12 @@ Symfony is the result of the work of many people who made the code better - Cédric Lahouste (rapotor) - Samuel Vogel (samuelvogel) - Berat Doğan - - twifty - Anthony Ferrara - Klaas Cuvelier (kcuvelier) - ShiraNai7 + - Vašek Purchart (vasek-purchart) - Janusz Jabłoński (yanoosh) + - Łukasz Makuch - George Giannoulopoulos - Daniel Richter (richtermeister) - ChrisC @@ -850,14 +904,10 @@ Symfony is the result of the work of many people who made the code better - m.chwedziak - Philip Frank - Lance McNearney - - Dominik Ritter (dritter) - - Frank Neff (fneff) - - Roman Lapin (memphys) - Giorgio Premi - caponica - Matt Daum (daum) - Alberto Pirovano (geezmo) - - Jules Pietri (heah) - Pete Mitchell (peterjmit) - Tom Corrigan (tomcorrigan) - Martin Pärtel @@ -879,14 +929,15 @@ Symfony is the result of the work of many people who made the code better - Emmanuel Vella (emmanuel.vella) - Carsten Nielsen (phreaknerd) - Mathieu Rochette + - maxime.steinhausser - Jay Severson - René Kerner - Nathaniel Catchpole - Jose Gonzalez - Adrien Samson (adriensamson) + - Aurimas Niekis (gcds) - Samuel Gordalina (gordalina) - Max Romanovsky (maxromanovsky) - - Dariusz Ruminski - Mathieu Morlon - Daniel Tschinder - Rafał Muszyński (rafmus90) @@ -941,6 +992,7 @@ Symfony is the result of the work of many people who made the code better - César Suárez (csuarez) - Nicolas Badey (nico-b) - Shane Preece (shane) + - Geoff - wusuopu - povilas - Alessandro Tagliapietra (alex88) @@ -951,7 +1003,6 @@ Symfony is the result of the work of many people who made the code better - Jakub Simon - Bouke Haarsma - Martin Eckhardt - - Denis Zunke - Jonathan Poston - Adrian Olek (adrianolek) - Przemysław Piechota (kibao) @@ -961,13 +1012,13 @@ Symfony is the result of the work of many people who made the code better - victoria - Francisco Facioni (fran6co) - Iwan van Staveren (istaveren) + - Dany Maillard (maidmaid) - Povilas S. (povilas) - pborreli - Eric Caron - 2manypeople - Wing - Thomas Bibb - - Alessandro Chitolina - Matt Farmer - catch - Alexandre Segura @@ -985,7 +1036,7 @@ Symfony is the result of the work of many people who made the code better - Michal Gebauer - Gleb Sidora - David Stone - - Adrien Lucas (adrienlucas) + - Jovan Perovic (jperovic) - Pablo Maria Martelletti (pmartelletti) - Yassine Guedidi (yguedidi) - Luis Muñoz @@ -998,7 +1049,6 @@ Symfony is the result of the work of many people who made the code better - nuncanada - flack - František Bereň - - Almog Baku (almogbaku) - Christoph Nissle (derstoffel) - Ionel Scutelnicu (ionelscutelnicu) - Nicolas Tallefourtané (nicolab) @@ -1062,16 +1112,16 @@ Symfony is the result of the work of many people who made the code better - devel - Trevor Suarez - gedrox - - Mathieu MARCHOIS - dropfen - Andrey Chernykh - Edvinas Klovas - Drew Butler + - Tischoi - J Bruni - Alexey Prilipko - - Oleg Voronkovich - bertillon - Victor Bocharsky (bocharsky_bw) + - Yannick Bensacq (cibou) - Luca Genuzio (genuzio) - Hans Nilsson (hansnilsson) - Andrew Marcinkevičius (ifdattic) @@ -1080,11 +1130,9 @@ Symfony is the result of the work of many people who made the code better - Mark de Haan (markdehaan) - Dan Patrick (mdpatrick) - Rares Vlaseanu (raresvla) - - Sofiane HADDAG (sofhad) - tante kinast (tante) - Vincent LEFORT (vlefort) - Sadicov Vladimir (xtech) - - Peter van Dommelen - Alexander Zogheb - Rémi Blaise - Joel Marcey @@ -1097,13 +1145,13 @@ Symfony is the result of the work of many people who made the code better - adenkejawen - Ari Pringle (apringle) - Dan Ordille (dordille) + - Dmytro Boiko (eagle) - Jan Eichhorn (exeu) - Grégory Pelletier (ip512) - John Nickell (jrnickell) - Julien DIDIER (juliendidier) - Martin Mayer (martin) - Grzegorz Łukaszewicz (newicz) - - Omar Yepez (oyepez003) - Veres Lajos - grifx - Robert Campbell @@ -1116,7 +1164,6 @@ Symfony is the result of the work of many people who made the code better - Alex Pods - hadriengem - timaschew - - Jelle Kapitein - Ian Phillips - Haritz - Matthieu Prat @@ -1129,7 +1176,6 @@ Symfony is the result of the work of many people who made the code better - David Windell - Gabriel Birke - skafandri - - NothingWeAre - Alan Chen - Maerlyn - Even André Fiskvik @@ -1142,13 +1188,12 @@ Symfony is the result of the work of many people who made the code better - Juan M Martínez - Gilles Gauthier - ddebree + - Tomas Liubinas - Alex - Klaas Naaijkens - Daniel González Cerviño - - possum - Rafał - Adria Lopez (adlpz) - - Andreas Schempp (aschempp) - Rosio (ben-rosio) - Simon Paarlberg (blamh) - Jeroen Thora (bolle) @@ -1174,10 +1219,7 @@ Symfony is the result of the work of many people who made the code better - Cayetano Soriano Gallego (neoshadybeat) - Pablo Monterde Perez (plebs) - Jimmy Leger (redpanda) - - Pavel Batanov (scaytrase) - - Simone Di Maulo (toretto460) - Cyrille Jouineau (tuxosaurus) - - Sander Toonen (xatoo) - Yorkie Chadwick (yorkie76) - Yanick Witschi - Ondrej Mirtes @@ -1211,6 +1253,7 @@ Symfony is the result of the work of many people who made the code better - Mantas Urnieža - Cas - Dusan Kasan + - Carson Full - Myke79 - Brian Debuire - Piers Warmers @@ -1226,7 +1269,6 @@ Symfony is the result of the work of many people who made the code better - Vladimir Sazhin - lol768 - jamogon - - Antoine LA - Vyacheslav Slinko - Johannes - Jörg Rühl @@ -1239,7 +1281,6 @@ Symfony is the result of the work of many people who made the code better - Eric J. Duran - cmfcmf - Drew Butler - - pawel-lewtak - Steve Müller - Andras Ratz - andreabreu98 @@ -1271,14 +1312,16 @@ Symfony is the result of the work of many people who made the code better - Sébastien HOUZE - Abdulkadir N. A. - Yevgen Kovalienia + - Lebnik - Sema - Elan Ruusamäe - Thorsten Hallwas + - Tristan Roussel - Michael Squires - Norman Soetbeer + - zorn - Benjamin Long - Matt Janssen - - Jeremy Benoist - Peter Gribanov - kwiateusz - David Soria Parra @@ -1298,7 +1341,6 @@ Symfony is the result of the work of many people who made the code better - Dawid Nowak - Richard Quadling - Karolis Daužickas - - Baptiste Lafontaine - tirnanog06 - phc - Дмитрий Пацура @@ -1309,11 +1351,11 @@ Symfony is the result of the work of many people who made the code better - arduanov - sualko - Nicolas Roudaire - - Jérôme Vasseur - Alfonso (afgar) - Andreas Forsblom (aforsblo) - Alex Olmos (alexolmos) - Antonio Mansilla (amansilla) + - Robin Kanters (anddarerobin) - Juan Ases García (ases) - Siragusa (asiragusa) - Daniel Basten (axhm3a) @@ -1346,7 +1388,6 @@ Symfony is the result of the work of many people who made the code better - Ismail Faizi (kanafghan) - Sébastien Armand (khepin) - Krzysztof Menżyk (krymen) - - Krzysztof Piasecki (krzysztek) - samuel laulhau (lalop) - Laurent Bachelier (laurentb) - Jérôme Parmentier (lctrs) @@ -1387,7 +1428,6 @@ Symfony is the result of the work of many people who made the code better - Vincent (vincent1870) - Eugene Babushkin (warl) - Xavier Amado (xamado) - - Yonel Ceruto González (yonelceruto) - Jesper Søndergaard Pedersen (zerrvox) - Florent Cailhol - szymek @@ -1407,6 +1447,8 @@ Symfony is the result of the work of many people who made the code better - Philipp Scheit - max - Mohamed Karnichi (amiral) + - Andrew Carter (andrewcarteruk) + - Adam Elsodaney (archfizz) - Daniel Kolvik (dkvk) - Jeroen De Dauw (jeroendedauw) - Maxime COLIN (maximecolin) @@ -1415,6 +1457,8 @@ Symfony is the result of the work of many people who made the code better - Nicolas de Marqué (nicola) - Kevin (oxfouzer) - Pierre Geyer (ptheg) + - Sam Fleming (sam_fleming) + - Thomas BERTRAND (sevrahk) - Erik Saunier (snickers) - Matej Žilák (teo_sk) - Vladislav Vlastovskiy (vlastv) diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index fa849e02a1f63..ed61828502a37 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -58,12 +58,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface protected $startTime; protected $loadClassCache; - const VERSION = '2.3.38-DEV'; + const VERSION = '2.3.38'; const VERSION_ID = 20338; const MAJOR_VERSION = 2; const MINOR_VERSION = 3; const RELEASE_VERSION = 38; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; /** * Constructor. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy