Skip to content

ini_get_all(): Add builtin_default_value column#22134

Open
sebastianbergmann wants to merge 3 commits into
php:masterfrom
sebastianbergmann:issue-22133/compiled-in-default-value-ini-setting
Open

ini_get_all(): Add builtin_default_value column#22134
sebastianbergmann wants to merge 3 commits into
php:masterfrom
sebastianbergmann:issue-22133/compiled-in-default-value-ini-setting

Conversation

@sebastianbergmann
Copy link
Copy Markdown
Contributor

@sebastianbergmann sebastianbergmann commented May 23, 2026

This implements an additional column for ini_get_all() with the compiled-in default value of a PHP INI setting as suggested in #22133.

Comment thread ext/standard/basic_functions.c Outdated
@sebastianbergmann sebastianbergmann changed the title Closes #22133 Additional column for ini_get_all() with the compiled-in default value of a PHP INI setting May 23, 2026
Copy link
Copy Markdown
Member

@bukka bukka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Let's give it a little bit of time for others to check

@edorian edorian requested a review from TimWolla May 23, 2026 09:30
Copy link
Copy Markdown
Member

@TimWolla TimWolla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implementation LGTM, I just have opinions about the color of the bikeshed.

Comment thread ext/standard/basic_functions.c Outdated
Comment thread UPGRADING Outdated
@sebastianbergmann sebastianbergmann changed the title Additional column for ini_get_all() with the compiled-in default value of a PHP INI setting Additional column for ini_get_all() with the built-in default value of a PHP INI setting May 23, 2026
@TimWolla TimWolla linked an issue May 23, 2026 that may be closed by this pull request
@TimWolla TimWolla changed the title Additional column for ini_get_all() with the built-in default value of a PHP INI setting ini_get_all(): Add builtin_default_value column May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API to obtain the built-in default value of a PHP INI setting

4 participants