|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "fpm_config.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include "fpm_env.h"#include "fpm.h"#include "fpm_cleanup.h"Go to the source code of this file.
Functions | |
| int | setenv (char *name, char *value, int overwrite) |
| void | clearenv (void) |
| void | unsetenv (const char *name) |
| void | fpm_env_setproctitle (char *title) |
| int | fpm_env_init_child (struct fpm_worker_pool_s *wp) |
| int | fpm_env_init_main (void) |
| int fpm_env_init_child | ( | struct fpm_worker_pool_s * | wp | ) |