Skip to content

PHP-FPM global options are no longer supported from .extra.paas.php-fpm-config #539

@mcimbaro

Description

@mcimbaro

Since 6e640ae, any parameter provided in .extra.paas.php-fpm-config in the composer.json file will be passed to the web pool in the config and not treated as a global settings anymore.

This prevents the log_level settings from working correctly.

2025-09-19 17:23:24.840275993 +0200 CEST[web-1] [19-Sep-2025 15:23:24] ERROR: [/app/vendor/php/etc/fpm.d/extra.conf:2] unknown entry 'log_level'
2025-09-19 17:23:24.840287662 +0200 CEST[web-1] [19-Sep-2025 15:23:24] ERROR: Unable to include /app/vendor/php/etc/fpm.d/extra.conf from /app/vendor/php/etc/php-fpm.conf at line 2
2025-09-19 17:23:24.840288849 +0200 CEST[web-1] [19-Sep-2025 15:23:24] ERROR: failed to load configuration file '/app/vendor/php/etc/php-fpm.conf'
2025-09-19 17:23:24.840289194 +0200 CEST[web-1] [19-Sep-2025 15:23:24] ERROR: FPM initialization failed
2025-09-19 17:23:24.845540794 +0200 CEST[web-1] Boot failed: php-fpm

We should investigate whatever this change should be reverted or adjusted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions