PHP: added setting of php.ini configuration file path.

This commit is contained in:
Valentin Bartenev
2018-06-07 16:17:31 +03:00
parent 771dc2f55e
commit 388390888b
4 changed files with 49 additions and 5 deletions

View File

@@ -169,6 +169,12 @@ static nxt_conf_map_t nxt_php_app_conf[] = {
NXT_CONF_MAP_STR,
offsetof(nxt_common_app_conf_t, u.php.index),
},
{
nxt_string("options"),
NXT_CONF_MAP_PTR,
offsetof(nxt_common_app_conf_t, u.php.options),
},
};