php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "fpm_worker_pool.h"
Go to the source code of this file.
Macros | |
#define | SETPROCTITLE_PREFIX "php-fpm: " |
Functions | |
int | fpm_env_init_child (struct fpm_worker_pool_s *wp) |
int | fpm_env_init_main (void) |
void | fpm_env_setproctitle (char *title) |
int | setenv (char *name, char *value, int overwrite) |
void | clearenv (void) |
Variables | |
char ** | environ |
int fpm_env_init_child | ( | struct fpm_worker_pool_s * | wp | ) |
|
extern |