Home
last modified time | relevance | path

Searched refs:fpm_conf_set_string (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c65 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset);
95 { "pid", &fpm_conf_set_string, GO(pid_file) },
121 { "prefix", &fpm_conf_set_string, WPO(prefix) },
122 { "user", &fpm_conf_set_string, WPO(user) },
123 { "group", &fpm_conf_set_string, WPO(group) },
128 { "listen.mode", &fpm_conf_set_string, WPO(listen_mode) },
139 { "ping.path", &fpm_conf_set_string, WPO(ping_path) },
141 { "access.log", &fpm_conf_set_string, WPO(access_log) },
143 { "slowlog", &fpm_conf_set_string, WPO(slowlog) },
148 { "chroot", &fpm_conf_set_string, WPO(chroot) },
[all …]

Completed in 6 milliseconds