Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 3rdparty
Submodule 3rdparty updated 51 files
+1 −4 autoload.php
+1 −1 composer.json
+18 −11 composer.lock
+41 −4 composer/InstalledVersions.php
+118 −118 composer/autoload_static.php
+16 −9 composer/installed.json
+5 −5 composer/installed.php
+2 −3 composer/platform_check.php
+79 −24 symfony/http-foundation/BinaryFileResponse.php
+3 −3 symfony/http-foundation/Cookie.php
+2 −2 symfony/http-foundation/Exception/SessionNotFoundException.php
+2 −2 symfony/http-foundation/File/File.php
+9 −6 symfony/http-foundation/File/UploadedFile.php
+3 −3 symfony/http-foundation/HeaderBag.php
+36 −31 symfony/http-foundation/HeaderUtils.php
+5 −5 symfony/http-foundation/InputBag.php
+16 −3 symfony/http-foundation/IpUtils.php
+1 −1 symfony/http-foundation/JsonResponse.php
+1 −1 symfony/http-foundation/LICENSE
+1 −1 symfony/http-foundation/ParameterBag.php
+17 −3 symfony/http-foundation/RateLimiter/AbstractRequestRateLimiter.php
+1 −0 symfony/http-foundation/RedirectResponse.php
+68 −28 symfony/http-foundation/Request.php
+2 −2 symfony/http-foundation/RequestMatcher.php
+14 −11 symfony/http-foundation/Response.php
+3 −3 symfony/http-foundation/ResponseHeaderBag.php
+2 −2 symfony/http-foundation/ServerBag.php
+3 −3 symfony/http-foundation/Session/Session.php
+1 −1 symfony/http-foundation/Session/SessionFactory.php
+11 −11 symfony/http-foundation/Session/SessionInterface.php
+4 −4 symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
+15 −2 symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php
+2 −2 symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php
+11 −7 symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php
+12 −12 symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php
+2 −2 symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php
+15 −3 symfony/http-foundation/Session/Storage/Handler/SessionHandlerFactory.php
+10 −0 symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
+7 −7 symfony/http-foundation/Session/Storage/MetadataBag.php
+4 −7 symfony/http-foundation/Session/Storage/MockArraySessionStorage.php
+2 −2 symfony/http-foundation/Session/Storage/MockFileSessionStorage.php
+1 −1 symfony/http-foundation/Session/Storage/MockFileSessionStorageFactory.php
+42 −11 symfony/http-foundation/Session/Storage/NativeSessionStorage.php
+1 −1 symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php
+1 −1 symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php
+1 −1 symfony/http-foundation/Session/Storage/PhpBridgeSessionStorageFactory.php
+3 −1 symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
+6 −6 symfony/http-foundation/Session/Storage/SessionStorageInterface.php
+3 −3 symfony/http-foundation/StreamedResponse.php
+27 −11 symfony/http-foundation/UrlHelper.php
+5 −2 symfony/http-foundation/composer.json
Loading