Go to the source code of this file.
|
PHPAPI ZEND_COLD void | display_ini_entries (zend_module_entry *module) |
|
PHPAPI void | config_zval_dtor (zval *zvalue) |
|
int | php_init_config (void) |
|
int | php_shutdown_config (void) |
|
void | php_ini_register_extensions (void) |
|
PHPAPI int | php_parse_user_ini_file (const char *dirname, const char *ini_filename, HashTable *target_hash) |
|
PHPAPI void | php_ini_activate_config (HashTable *source_hash, int modify_type, int stage) |
|
PHPAPI int | php_ini_has_per_dir_config (void) |
|
PHPAPI void | php_ini_activate_per_dir_config (char *path, size_t path_len) |
|
PHPAPI int | php_ini_has_per_host_config (void) |
|
PHPAPI void | php_ini_activate_per_host_config (const char *host, size_t host_len) |
|
PHPAPI zval * | cfg_get_entry_ex (zend_string *name) |
|
PHPAPI zval * | cfg_get_entry (const char *name, size_t name_length) |
|
PHPAPI int | cfg_get_long (const char *varname, zend_long *result) |
|
PHPAPI int | cfg_get_double (const char *varname, double *result) |
|
PHPAPI int | cfg_get_string (const char *varname, char **result) |
|
PHPAPI HashTable * | php_ini_get_configuration_hash (void) |
|
◆ PHP_EXTENSION_TOKEN
#define PHP_EXTENSION_TOKEN "extension" |
◆ RESET_ACTIVE_INI_HASH
#define RESET_ACTIVE_INI_HASH |
( |
| ) |
|
Value: do { \
active_ini_hash =
NULL; \
is_special_section = 0; \
} while (0)
Definition at line 176 of file php_ini.c.
◆ TRANSLATE_SLASHES_LOWER
#define TRANSLATE_SLASHES_LOWER |
( |
| path | ) |
|
◆ ZEND_EXTENSION_TOKEN
#define ZEND_EXTENSION_TOKEN "zend_extension" |
◆ php_extension_lists
◆ cfg_get_double()
PHPAPI int cfg_get_double |
( |
const char * | varname, |
|
|
double * | result ) |
◆ cfg_get_entry()
PHPAPI zval * cfg_get_entry |
( |
const char * | name, |
|
|
size_t | name_length ) |
◆ cfg_get_entry_ex()
◆ cfg_get_long()
◆ cfg_get_string()
PHPAPI int cfg_get_string |
( |
const char * | varname, |
|
|
char ** | result ) |
◆ config_zval_dtor()
◆ display_ini_entries()
◆ php_ini_activate_config()
◆ php_ini_activate_per_dir_config()
PHPAPI void php_ini_activate_per_dir_config |
( |
char * | path, |
|
|
size_t | path_len ) |
◆ php_ini_activate_per_host_config()
PHPAPI void php_ini_activate_per_host_config |
( |
const char * | host, |
|
|
size_t | host_len ) |
◆ php_ini_get_configuration_hash()
◆ php_ini_has_per_dir_config()
◆ php_ini_has_per_host_config()
◆ php_ini_register_extensions()
void php_ini_register_extensions |
( |
void | | ) |
|
◆ php_init_config()
int php_init_config |
( |
void | | ) |
|
◆ php_parse_user_ini_file()
PHPAPI int php_parse_user_ini_file |
( |
const char * | dirname, |
|
|
const char * | ini_filename, |
|
|
HashTable * | target_hash ) |
◆ php_shutdown_config()
int php_shutdown_config |
( |
void | | ) |
|
◆ php_ini_opened_path
◆ php_ini_scanned_files
◆ php_ini_scanned_path