Commit b649ce0
committed
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.1 parent a898e23 commit b649ce0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments