#include "fpm_config.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "php.h"
#include "php_main.h"
#include "php_ini.h"
#include "ext/standard/dl.h"
#include "fastcgi.h"
#include "fpm.h"
#include "fpm_php.h"
#include "fpm_cleanup.h"
#include "fpm_worker_pool.h"
#include "zlog.h"
Go to the source code of this file.
◆ FPM_PHP_INI_ALTERING_ERROR
#define FPM_PHP_INI_ALTERING_ERROR -1 |
◆ FPM_PHP_INI_APPLIED
◆ FPM_PHP_INI_EXTENSION_FAILED
#define FPM_PHP_INI_EXTENSION_FAILED 0 |
◆ FPM_PHP_INI_EXTENSION_LOADED
#define FPM_PHP_INI_EXTENSION_LOADED 2 |
◆ fpm_php_apply_defines_ex()
int fpm_php_apply_defines_ex |
( |
struct key_value_s * | kv, |
|
|
int | mode ) |
◆ fpm_php_auth_user()
char * fpm_php_auth_user |
( |
void | | ) |
|
◆ fpm_php_content_length()
size_t fpm_php_content_length |
( |
void | | ) |
|
◆ fpm_php_init_child()
◆ fpm_php_init_main()
int fpm_php_init_main |
( |
void | | ) |
|
◆ fpm_php_is_key_in_table()
bool fpm_php_is_key_in_table |
( |
zend_string * | table, |
|
|
const char * | key, |
|
|
size_t | key_len ) |
◆ fpm_php_limit_extensions()
int fpm_php_limit_extensions |
( |
char * | path | ) |
|
◆ fpm_php_query_string()
char * fpm_php_query_string |
( |
void | | ) |
|
◆ fpm_php_request_method()
char * fpm_php_request_method |
( |
void | | ) |
|
◆ fpm_php_request_uri()
char * fpm_php_request_uri |
( |
void | | ) |
|
◆ fpm_php_script_filename()
char * fpm_php_script_filename |
( |
void | | ) |
|
◆ fpm_php_soft_quit()