Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c169 HashTable *user_config; member
175 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
176 free(entry->user_config); in user_config_cache_entry_dtor()
634 entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1); in php_cgi_ini_activate_user_config()
635 zend_hash_init(entry->user_config, 0, NULL, config_zval_dtor, 1); in php_cgi_ini_activate_user_config()
647 zend_hash_clean(entry->user_config); in php_cgi_ini_activate_user_config()
677 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config); in php_cgi_ini_activate_user_config()
682 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config); in php_cgi_ini_activate_user_config()
689 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS); in php_cgi_ini_activate_user_config()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c67 HashTable user_config; member
843 zend_hash_destroy(&entry->user_config); in user_config_cache_entry_dtor()
1012 zend_hash_init(&ctx->entry->user_config, 0, NULL, in lsapi_activate_user_ini_mk_user_config()
1032 php_parse_user_ini_file(begin, PG(user_ini_filename), &ctx->entry->user_config); in walk_down_the_path_callback()
1056 &ctx->entry->user_config); in lsapi_activate_user_ini_walk_down_the_path()
1078 php_ini_activate_config(&ctx->entry->user_config, PHP_INI_PERDIR, in lsapi_activate_user_ini_finally()
/PHP-7.4/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()
794 new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
795 zend_hash_init(new_entry->user_config, 8, NULL, (dtor_func_t) config_zval_dtor, 1);
806 zend_hash_clean(entry->user_config);
845 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
850 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
860 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS);

Completed in 20 milliseconds