Home
last modified time | relevance | path

Searched refs:user_config (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c189 HashTable *user_config; member
195 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
196 free(entry->user_config); in user_config_cache_entry_dtor()
681 entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
682 zend_hash_init(entry->user_config, 0, NULL, config_zval_dtor, 1);
694 zend_hash_clean(entry->user_config);
728 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
733 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
740 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS);
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c86 HashTable user_config; member
865 zend_hash_destroy(&entry->user_config); in user_config_cache_entry_dtor()
1034 zend_hash_init(&ctx->entry->user_config, 0, NULL, in lsapi_activate_user_ini_mk_user_config()
1054 php_parse_user_ini_file(begin, PG(user_ini_filename), &ctx->entry->user_config); in walk_down_the_path_callback()
1078 &ctx->entry->user_config); in lsapi_activate_user_ini_walk_down_the_path()
1100 php_ini_activate_config(&ctx->entry->user_config, PHP_INI_PERDIR, in lsapi_activate_user_ini_finally()
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c194 HashTable *user_config; member
200 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
201 free(entry->user_config); in user_config_cache_entry_dtor()
807 new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
808 zend_hash_init(new_entry->user_config, 8, NULL, (dtor_func_t) config_zval_dtor, 1);
820 zend_hash_clean(entry->user_config);
854 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
859 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
869 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS);

Completed in 23 milliseconds