Home
last modified time | relevance | path

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

/php-src/sapi/fpm/fpm/
H A Dfpm_main.c167 HashTable *user_config; member
173 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
174 free(entry->user_config); in user_config_cache_entry_dtor()
647 entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1); in php_cgi_ini_activate_user_config()
648 zend_hash_init(entry->user_config, 0, NULL, config_zval_dtor, 1); in php_cgi_ini_activate_user_config()
660 zend_hash_clean(entry->user_config); in php_cgi_ini_activate_user_config()
690 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config); in php_cgi_ini_activate_user_config()
695 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config); in php_cgi_ini_activate_user_config()
702 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS); in php_cgi_ini_activate_user_config()
/php-src/sapi/litespeed/
H A Dlsapi_main.c66 HashTable user_config; member
828 zend_hash_destroy(&entry->user_config); in user_config_cache_entry_dtor()
997 zend_hash_init(&ctx->entry->user_config, 0, NULL, in lsapi_activate_user_ini_mk_user_config()
1017 php_parse_user_ini_file(begin, PG(user_ini_filename), &ctx->entry->user_config); in walk_down_the_path_callback()
1041 &ctx->entry->user_config); in lsapi_activate_user_ini_walk_down_the_path()
1063 php_ini_activate_config(&ctx->entry->user_config, PHP_INI_PERDIR, in lsapi_activate_user_ini_finally()
/php-src/sapi/cgi/
H A Dcgi_main.c192 HashTable *user_config; member
198 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
199 free(entry->user_config); in user_config_cache_entry_dtor()
793 new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
794 zend_hash_init(new_entry->user_config, 8, NULL, (dtor_func_t) config_zval_dtor, 1);
805 zend_hash_clean(entry->user_config);
844 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
849 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
859 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS);

Completed in 19 milliseconds