Home
last modified time | relevance | path

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

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c168 HashTable *user_config; member
174 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
175 free(entry->user_config); in user_config_cache_entry_dtor()
627 entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1); in php_cgi_ini_activate_user_config()
628 zend_hash_init(entry->user_config, 0, NULL, config_zval_dtor, 1); in php_cgi_ini_activate_user_config()
640 zend_hash_clean(entry->user_config); in php_cgi_ini_activate_user_config()
670 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config); in php_cgi_ini_activate_user_config()
675 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config); in php_cgi_ini_activate_user_config()
682 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS); in php_cgi_ini_activate_user_config()
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c67 HashTable user_config; member
832 zend_hash_destroy(&entry->user_config); in user_config_cache_entry_dtor()
1001 zend_hash_init(&ctx->entry->user_config, 0, NULL, in lsapi_activate_user_ini_mk_user_config()
1021 php_parse_user_ini_file(begin, PG(user_ini_filename), &ctx->entry->user_config); in walk_down_the_path_callback()
1045 &ctx->entry->user_config); in lsapi_activate_user_ini_walk_down_the_path()
1067 php_ini_activate_config(&ctx->entry->user_config, PHP_INI_PERDIR, in lsapi_activate_user_ini_finally()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c188 HashTable *user_config; member
194 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
195 free(entry->user_config); in user_config_cache_entry_dtor()
789 new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
790 zend_hash_init(new_entry->user_config, 8, NULL, (dtor_func_t) config_zval_dtor, 1);
801 zend_hash_clean(entry->user_config);
840 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
845 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
855 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS);

Completed in 22 milliseconds