1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00
Files
archived-php-src/ext/phar
Niels Dossche fbac7a366f phar: Get rid of bailouts in Phar::webPhar() (#20190)
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.
2025-10-16 23:01:41 +02:00
..
2025-10-16 21:02:39 +01:00
2024-08-23 17:42:37 +01:00
2025-10-01 17:19:37 +02:00
2025-10-01 17:19:37 +02:00
2025-10-01 17:19:37 +02:00