mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
fbac7a366f
Bailouts are bad because they stop the GC etc. They also hide leaks. This makes the behaviour equivalent to exit(), as it's meant to stop the request (which is why bailout was used). We also have to fix some leaks that pop up then.