Document new key builtin_default_value of the array returned by ini_get_all() in PHP >= 8.6.0 - #5581
Document new key builtin_default_value of the array returned by ini_get_all() in PHP >= 8.6.0#5581sebastianbergmann wants to merge 2 commits into
builtin_default_value of the array returned by ini_get_all() in PHP >= 8.6.0#5581Conversation
builtin_default_value of the array returned by ini_get_all() in PHP >= 8.6.0
jordikroon
left a comment
There was a problem hiding this comment.
LGTM. Just a few style guide nits. Also meant to reduce the chances of a merge conflict later om.
|
This should probably wait until PHP 8.6 actually drops. |
|
|
||
| <refsect1 role="returnvalues"> | ||
| &reftitle.returnvalues; | ||
| <para> |
This comment was marked as low quality.
This comment was marked as low quality.
Sorry, something went wrong.
| Returns an associative array with directive name as the array key. | ||
| Returns &false; and raises an <constant>E_WARNING</constant> level error | ||
| if the <parameter>extension</parameter> doesn't exist. | ||
| </para> |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
| @@ -74,6 +77,31 @@ | |||
| </note> | |||
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
|
@lacatoire as long as those inner para's do not change. There is no need to suggest to migrate to |
This updates the documentation of |
|
@sebastianbergmann there isn't really a policy, but best to wait for alpha 1 before merging. |
…_get_all() in PHP >= 8.6.0
Co-authored-by: Jordi Kroon <jordi@jordikroon.nl>
|
In preparation for 8.6, this has been rebased and style changes have been fixed. |
This updates the documentation for
ini_get_all()after php/php-src#22134.