mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
TIDY_APPLY_CONFIG can early return because it's a macro, but then the cleanup paths are not executed. Transform this to a real function and handle the cleanups correctly at the callsites. Closes GH-15046.