mirror of
https://github.com/php/php-src.git
synced 2026-03-29 11:42:17 +02:00
This introduces an enum `fpm_init_return_status` to propagate the status up to fpm_main. This also makes the code clearer by not using magic integer return numbers. Closes GH-10388