PHP: added setting of php.ini configuration file path.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user