Releases: symfony/console
Releases · symfony/console
v4.4.15
Changelog (v4.4.14...v4.4.15)
- no changes
v5.1.6
Changelog (v5.1.5...v5.1.6)
- bug #38166 work around disabled putenv() (SenTisso)
- bug #38116 Silence warnings on sapi_windows_cp_set() call (chalasr)
- bug #38114 guard $argv + $token against null, preventing unnecessary exceptions (bilogic)
- bug #38080 Make sure $maxAttempts is an int or null (derrabus)
v4.4.14
Changelog (v4.4.13...v4.4.14)
- bug #38166 work around disabled putenv() (SenTisso)
- bug #38116 Silence warnings on sapi_windows_cp_set() call (chalasr)
- bug #38114 guard $argv + $token against null, preventing unnecessary exceptions (bilogic)
- bug #38080 Make sure $maxAttempts is an int or null (derrabus)
v3.4.45
Changelog (v3.4.44...v3.4.45)
- bug #38116 Silence warnings on sapi_windows_cp_set() call (chalasr)
- bug #38114 guard $argv + $token against null, preventing unnecessary exceptions (bilogic)
- bug #38080 Make sure $maxAttempts is an int or null (derrabus)
- bug #38024 Fix undefined index for inconsistent command name definition (chalasr)
v5.1.5
Changelog (v5.1.4...v5.1.5)
- bug #38024 Fix undefined index for inconsistent command name definition (chalasr)
v4.4.13
Changelog (v4.4.12...v4.4.13)
- bug #38024 Fix undefined index for inconsistent command name definition (chalasr)
v5.1.4
Changelog (v5.1.3...v5.1.4)
- bug #37731 Table: support cells with newlines after a cell with colspan >= 2 (GMTA)
- bug #37774 Make sure we pass a numeric array of arguments to call_user_func_array() (derrabus)
v4.4.12
Changelog (v4.4.11...v4.4.12)
- bug #37731 Table: support cells with newlines after a cell with colspan >= 2 (GMTA)
- bug #37774 Make sure we pass a numeric array of arguments to call_user_func_array() (derrabus)
v3.4.44
Changelog (v3.4.43...v3.4.44)
- bug #37774 Make sure we pass a numeric array of arguments to call_user_func_array() (derrabus)
v5.1.3
Changelog (v5.1.2...v5.1.3)
- bug #37469 always use stty when possible to ask hidden questions (nicolas-grekas)
- bug #37385 Fixes question input encoding on Windows (YaFou)