Go to the source code of this file.
|
PHPAPI void | config_zval_dtor (zval *zvalue) |
|
int | php_init_config (void) |
|
int | php_shutdown_config (void) |
|
void | php_ini_register_extensions (void) |
|
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 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 int | php_ini_has_per_host_config (void) |
|
PHPAPI void | php_ini_activate_per_dir_config (char *path, size_t path_len) |
|
PHPAPI void | php_ini_activate_per_host_config (const char *host, size_t host_len) |
|
PHPAPI HashTable * | php_ini_get_configuration_hash (void) |
|
◆ php_alter_ini_entry
◆ PHP_INI_ALL
◆ PHP_INI_BEGIN
◆ php_ini_boolean_displayer_cb
#define php_ini_boolean_displayer_cb zend_ini_boolean_displayer_cb |
◆ php_ini_color_displayer_cb
#define php_ini_color_displayer_cb zend_ini_color_displayer_cb |
◆ PHP_INI_DISP
◆ PHP_INI_DISPLAY_ACTIVE
◆ PHP_INI_DISPLAY_ORIG
◆ php_ini_double
◆ PHP_INI_END
◆ PHP_INI_ENTRY
◆ php_ini_entry
◆ PHP_INI_ENTRY1
◆ PHP_INI_ENTRY1_EX
◆ PHP_INI_ENTRY2
◆ PHP_INI_ENTRY2_EX
◆ PHP_INI_ENTRY3
◆ PHP_INI_ENTRY3_EX
◆ PHP_INI_ENTRY_EX
◆ php_ini_long
◆ PHP_INI_MH
◆ PHP_INI_PERDIR
◆ PHP_INI_STAGE_ACTIVATE
◆ PHP_INI_STAGE_DEACTIVATE
◆ PHP_INI_STAGE_HTACCESS
◆ PHP_INI_STAGE_RUNTIME
◆ PHP_INI_STAGE_SHUTDOWN
◆ PHP_INI_STAGE_STARTUP
◆ php_ini_string
◆ PHP_INI_SYSTEM
◆ PHP_INI_USER
◆ STD_PHP_INI_BOOLEAN
◆ STD_PHP_INI_ENTRY
◆ STD_PHP_INI_ENTRY_EX
◆ 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()
◆ 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 | | ) |
|