mirror of
https://github.com/php/php-src.git
synced 2026-04-06 23:53:30 +02:00
People relied on manually waiting for children, but the fix for GH-11498 broke this. Fixing this in PHP is fundamentally incompatible with doing the wait loop in userland. This reverts to the old behaviour. Closes GH-11863.