diff --git a/CHANGELOG-5.3.md b/CHANGELOG-5.3.md index 5a78040e1dfc5..c5d301c5a57d6 100644 --- a/CHANGELOG-5.3.md +++ b/CHANGELOG-5.3.md @@ -7,6 +7,10 @@ in 5.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/v5.3.0...v5.3.1 +* 5.3.16 (2022-03-01) + + * bug #45590 [Console] Revert StringInput bc break from #45088 (bobthecow) + * 5.3.15 (2022-01-29) * security #cve-2022-xxxx [FrameworkBundle] Enable CSRF in FORM by default (jderusse) diff --git a/src/Symfony/Component/Console/Input/StringInput.php b/src/Symfony/Component/Console/Input/StringInput.php index 76f1d5030a7a7..56bb66cbfd143 100644 --- a/src/Symfony/Component/Console/Input/StringInput.php +++ b/src/Symfony/Component/Console/Input/StringInput.php @@ -24,7 +24,8 @@ */ class StringInput extends ArgvInput { - public const REGEX_STRING = '([^\s\\\\]+?)'; + public const REGEX_STRING = '([^\s]+?)(?:\s|(?