mirror of
https://github.com/php/php-src.git
synced 2026-04-02 05:32:28 +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