History log of /PHP-8.3/sapi/fpm/tests/status-listen-expose-php-on.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# e4a1b80a 08-Sep-2022 Dominic H

Match FPM status pool's expose_php with parent

If an installed php.ini turns expose_php on/off, and an FPM pool
overrides that with php_flag[expose_php]=off/on, a status pool
created

Match FPM status pool's expose_php with parent

If an installed php.ini turns expose_php on/off, and an FPM pool
overrides that with php_flag[expose_php]=off/on, a status pool
created with pm.status_listen in a pool config will have its expose_php
reflect the php.ini value, and not the pool config's override.

This change looks for an override set in
php_flag/php_value/php_admin_flag/php_admin_value and carries that
through.

show more ...