mirror of
https://github.com/php/php-src.git
synced 2026-04-03 14:12:38 +02:00
Some GCC versions don't like zend_try in loop. Avoid the issue by pulling it out of the loop, we don't particularly care about skipping further warnings if a bailout occurs, just that it does not interrupt shutdown. Closes GH-7380.