Closed mnapoli closed 3 months ago
Fix #1369, Fix #1714
We get rid of symfony/process where we had to forward all the FPM output to PHP. Instead we use proc_open and directly stream output to stdout/stderr.
proc_open
I will try this today , really great news !
@mnapoli it works !
Awesome, thank you for testing!
Thank you for your excellent work @mnapoli Can confirm this is now working like a charm.
Awesome!
Fix #1369, Fix #1714
We get rid of symfony/process where we had to forward all the FPM output to PHP. Instead we use
proc_open
and directly stream output to stdout/stderr.