mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
4bb66ddc76
Just like during normal shutdown, we should set EG(active)=0 during the partial preloading shutdown, to make sure that no user code can run. We need to slightly tweak inheritance class loading to still pick the right code path.