docs: preserve Bref php.ini scan directory#2144
Open
KairiYasumatsu wants to merge 1 commit into
Open
Conversation
mnapoli
approved these changes
Jul 20, 2026
mnapoli
left a comment
Member
There was a problem hiding this comment.
beautiful, thanks!
it's still in draft, I'll wait till you mark it ready to merge.
KairiYasumatsu
marked this pull request as ready for review
July 21, 2026 02:06
Author
|
Thanks. I've marked it as ready for review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
serverless.ymlexample that keeps/opt/bref/etc/php/conf.dbref.inifrom loadingWhy
PHP_INI_SCAN_DIRreplaces PHP's configured scan directory. The current example suggests using only a custom path, which can stop Bref's/opt/bref/etc/php/conf.d/bref.inifrom loading and cause bundled extension configuration to be lost.The explicit default path follows the working configuration reported in #487.
Validation
npm run lint(0 errors; one existingno-explicit-anywarning)npm run buildinwebsite(93 pages generated, including/docs/environment/php)git diff --checkFixes #487
AI assistance
AI assistance was used to research and prepare this documentation change. I reviewed the final diff and validation results.