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

@@ -46,9 +46,10 @@ typedef struct {
typedef struct {
char *root;
nxt_str_t script;
nxt_str_t index;
char *root;
nxt_str_t script;
nxt_str_t index;
nxt_conf_value_t *options;
} nxt_php_app_conf_t;