Releases: symfony/process
Releases · symfony/process
v7.3.4
Changelog (v7.3.3...v7.3.4)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v6.4.26
Changelog (v6.4.25...v6.4.26)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v7.3.3
Changelog (v7.3.2...v7.3.3)
- bug symfony/symfony#61401 [Process] Enhance hasSystemCallBeenInterrupted function for non-english locale (@christianseel)
v6.4.25
Changelog (v6.4.24...v6.4.25)
- bug symfony/symfony#61401 [Process] Enhance hasSystemCallBeenInterrupted function for non-english locale (@christianseel)
v7.2.9
Changelog (v7.2.8...v7.2.9)
- no significant changes
v6.4.24
Changelog (v6.4.23...v6.4.24)
- no significant changes
v7.3.0
Changelog (v7.3.0-RC1...v7.3.0)
- no significant changes
v7.3.0-RC1
Changelog (v7.3.0-BETA2...v7.3.0-RC1)
- no significant changes
v7.3.0-BETA1
Changelog (v7.2.6...v7.3.0-BETA1)
- feature symfony/symfony#59768 [Messenger][Process] add
fromShellCommandline
toRunProcessMessage
(@Staormin)
v7.2.5
Changelog (v7.2.4...v7.2.5)
- bug symfony/symfony#59949 [Process] Use a pipe for stderr in pty mode to avoid mixed output between stdout and stderr (@joelwurtz)