brefphp / bref

Serverless PHP on AWS Lambda
https://bref.sh
MIT License
3.17k stars 366 forks source link

Fix #1369 and #1714 Support large amounts of logs #1852

Closed mnapoli closed 3 months ago

mnapoli commented 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.

allan-simon commented 3 months ago

I will try this today , really great news !

allan-simon commented 3 months ago

@mnapoli it works !

mnapoli commented 3 months ago

Awesome, thank you for testing!

curlysanders commented 2 months ago

Thank you for your excellent work @mnapoli Can confirm this is now working like a charm.

mnapoli commented 2 months ago

Awesome!