HomeSoftware Heritage

Allow empty string for setting value

Description

Allow empty string for setting value

Some PHP features are enabled by default and can be disabled by using an
empty string as a setting value, e.g. user_ini.filename. The code
currently require a non-empty string, making it impossible to disable
such a feature.

Allow an empty string as the value of a setting.

Details

Provenance
Romain Tartière <romain@blogreen.org>Authored on Aug 27 2021, 1:37 AM
olasdPushed on Dec 28 2021, 10:47 AM
Parents
R140:a898e233c2ab: Merge pull request #637 from voxpupuli/rel800
Branches
Unknown
Tags
Unknown

Event Timeline

Romain Tartière <romain@blogreen.org> committed R140:b649ce02d660: Allow empty string for setting value (authored by Romain Tartière <romain@blogreen.org>).Aug 27 2021, 1:37 AM