diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2015-01-03 09:04:30 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-01-03 09:04:30 +0100 |
commit | c9a08e37b877cdfde8aeca5a7ae4985906f7be6d (patch) | |
tree | e8a9d20e71c3a6a680bd43c6bcb01d3e74ce0e4c /Http | |
parent | 4dbe4823b70f96ed76220a524aadfb50df9a9387 (diff) | |
parent | 372ec330bc9242dca13bc53326e00820fa868811 (diff) | |
download | symfony-security-c9a08e37b877cdfde8aeca5a7ae4985906f7be6d.zip symfony-security-c9a08e37b877cdfde8aeca5a7ae4985906f7be6d.tar.gz symfony-security-c9a08e37b877cdfde8aeca5a7ae4985906f7be6d.tar.bz2 |
Merge branch '2.7'
* 2.7:
Use PHPUnit ini_set wrapper in tests
[Process] Added a test skip check for Windows
[Process] Removed unused variable assignment
Fixes various phpdoc and coding standards.
Fixes Issue #13184 - incremental output getters now return empty strings
Updated copyright to 2015
Updated copyright to 2015
Updated copyright to 2015
[VarDumper] increase debug.max_items to 2500
[Debug] Update exception messages.
use value of DIRECTORY_SEPARATOR to detect Windows
force ExpressionLanguage version >= 2.6
[Debug] fixes ClassNotFoundFatalErrorHandler to correctly handle class not found errors with Symfony ClassLoader component autoloaders.
Clarify a comment.
use PHP_WINDOWS_VERSION_BUILD to detect Windows
Check if a field type_class is defined before using it.
Currently if you want to use inline bootstrap form rendering, this is usually enough:
Add deprecation warning to LegacyPdoSessionHandler
Conflicts:
src/Symfony/Bridge/Monolog/Logger.php
src/Symfony/Bridge/Swiftmailer/LICENSE
src/Symfony/Component/Debug/composer.json
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php
Diffstat (limited to 'Http')
-rw-r--r-- | Http/LICENSE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/LICENSE b/Http/LICENSE index 0b3292c..43028bc 100644 --- a/Http/LICENSE +++ b/Http/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2004-2014 Fabien Potencier +Copyright (c) 2004-2015 Fabien Potencier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |