We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the symfony 4.0 release, the ProcessBuilder is removed.
The ImagineBundle still uses the ProcessBuilder here:
LiipImagineBundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php
Line 88 in 610d4f5
LiipImagineBundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php
Line 96 in 610d4f5
LiipImagineBundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php
Line 86 in 610d4f5
LiipImagineBundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php
Line 144 in 610d4f5
I try to create a pull request for this issue.
The text was updated successfully, but these errors were encountered:
@fabianbloching can we consider this issue as solved ?
Sorry, something went wrong.
yes, this works since pr #1025 . you can close this issue.
No branches or pull requests
With the symfony 4.0 release, the ProcessBuilder is removed.
The ImagineBundle still uses the ProcessBuilder here:
LiipImagineBundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php
Line 88 in 610d4f5
LiipImagineBundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php
Line 96 in 610d4f5
LiipImagineBundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php
Line 86 in 610d4f5
LiipImagineBundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php
Line 144 in 610d4f5
I try to create a pull request for this issue.
The text was updated successfully, but these errors were encountered: