Skip to content

Conversation

jefft
Copy link
Contributor

@jefft jefft commented Aug 21, 2025

Summary

Per #2680, this adds a comment to the php plugin's devbox.d/php/php-fpm.conf explaining where to find error_log() output for PHP scripts running under PHP-FPM - because despite appearances, they do not go to the error_log file configured at the top:

[global]
pid = ${PHPFPM_PID_FILE}
error_log = ${PHPFPM_ERROR_LOG_FILE}
daemonize = yes

It is a verbose comment, and arguably it's not our job to be educating numpties, but it would have helped me. I'll leave the call of including this up to you!

Community Contribution License

All community contributions in this pull request are licensed to the project
maintainers under the terms of the
Apache 2 License.

By creating this pull request, I represent that I have the right to license the
contributions to the project maintainers under the Apache 2 License as stated in
the
Community Contribution License.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant