mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
fa1f98f2a3
The parent process was releasing the child semaphore after the child process continued execution. Now the child semaphore is released before the child process continues execution.