Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update composer dependencies to include symfony/process v5.0.8 #2049

Merged

Conversation

bcremer
Copy link
Contributor

@bcremer bcremer commented May 12, 2020

The symfony/process v5.0.8 release contains a fix for the annoying
input/output error messages on PHP 7.4.

Example:
fread(): read of 8192 bytes failed with errno=5 Input/output error

See: symfony/symfony#36380

Package operations: 0 installs, 7 updates, 0 removals

  • Updating symfony/polyfill-php73 (v1.15.0 => v1.16.0)
  • Updating symfony/polyfill-mbstring (v1.15.0 => v1.16.0)
  • Updating symfony/console (v5.0.7 => v5.0.8)
  • Updating symfony/process (v5.0.7 => v5.0.8)
  • Updating symfony/polyfill-ctype (v1.15.0 => v1.16.0)
  • Updating symfony/yaml (v5.0.7 => v5.0.8)
  • Updating phpdocumentor/reflection-common (2.0.0 => 2.1.0)
Q A
Bug fix? Yes
New feature? No
BC breaks? No
Deprecations? No
Fixed tickets N/A

The symfony/process v5.0.8 release contains a fix for the annoying
input/output error messages on PHP 7.4.

Example:
fread(): read of 8192 bytes failed with errno=5 Input/output error

See: symfony/symfony#36380

Package operations: 0 installs, 7 updates, 0 removals
  - Updating symfony/polyfill-php73 (v1.15.0 => v1.16.0)
  - Updating symfony/polyfill-mbstring (v1.15.0 => v1.16.0)
  - Updating symfony/console (v5.0.7 => v5.0.8)
  - Updating symfony/process (v5.0.7 => v5.0.8)
  - Updating symfony/polyfill-ctype (v1.15.0 => v1.16.0)
  - Updating symfony/yaml (v5.0.7 => v5.0.8)
  - Updating phpdocumentor/reflection-common (2.0.0 => 2.1.0)
@bcremer bcremer changed the title Update compose dependencies to include symfony/process v5.0.8 Update composer dependencies to include symfony/process v5.0.8 May 12, 2020
@antonmedv antonmedv merged commit 167da65 into deployphp:master May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants