mirror of
https://github.com/php/php-src.git
synced 2026-03-28 10:12:18 +01:00
MFB: Fixed typo in previous patch
This commit is contained in:
@@ -441,7 +441,7 @@ ZEND_INI_DISP(zend_ini_boolean_displayer_cb) /* {{{ */
|
||||
value = 1;
|
||||
} else if (tmp_value_len == 2 && strcasecmp(tmp_value, "on") == 0) {
|
||||
value = 1;
|
||||
} else (tmp_value) {
|
||||
} else {
|
||||
value = atoi(tmp_value);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user