#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"
#include "php.h"
#include "main/php_streams.h"
Go to the source code of this file.
◆ AP2
Value:
php_apache2_info_struct php_apache2_info
Definition at line 82 of file php_apache.h.
◆ AP_MODULE_DECLARE_DATA
◆ APR_ARRAY_FOREACH_CLOSE
#define APR_ARRAY_FOREACH_CLOSE |
( |
| ) |
|
◆ APR_ARRAY_FOREACH_OPEN
Value:{ \
apr_table_entry_t *elts; \
int i; \
elts = (apr_table_entry_t *) arr->elts; \
for (i = 0; i < arr->nelts; i++) { \
unsigned char key[REFLECTION_KEY_LEN]
Definition at line 57 of file php_apache.h.
◆ php_struct
typedef struct php_struct php_struct |
◆ APLOG_USE_MODULE()
◆ apply_config()
◆ create_php_config()
void * create_php_config |
( |
apr_pool_t * | p, |
|
|
char * | dummy ) |
◆ get_php_config()
char * get_php_config |
( |
void * | conf, |
|
|
char * | name, |
|
|
size_t | name_len ) |
◆ merge_php_config()
void * merge_php_config |
( |
apr_pool_t * | p, |
|
|
void * | base_conf, |
|
|
void * | new_conf ) |
◆ php_ap2_register_hook()
void php_ap2_register_hook |
( |
apr_pool_t * | p | ) |
|
◆ apache2_module_entry
◆ apache2_php_ini_path_override
char* apache2_php_ini_path_override |
|
extern |
◆ php_apache2_info
◆ php_dir_cmds
const command_rec php_dir_cmds[] |
|
extern |