Merge pull request #54552 from makoehr/extend-user-ini-with-lines-from-configuration

This commit is contained in:
John Molakvoæ 2025-08-21 11:09:11 +02:00 committed by GitHub
commit 2e816535cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2460,6 +2460,14 @@ $CONFIG = [
*/
'upgrade.cli-upgrade-link' => '',
/**
* Additional line(s) (string or array of strings)
* that will be added to .user.ini on each update by the updater.
*
* Defaults to ``''`` (empty string)
*/
'user_ini_additional_lines' => '',
/**
* Customize the server logs documentation link for exception handling.
*/