Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c187 HashTable *user_config; member
192 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
193 free(entry->user_config); in user_config_cache_entry_dtor()
705 new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
706 zend_hash_init(new_entry->user_config, 0, NULL, (dtor_func_t) config_zval_dtor, 1);
719 zend_hash_clean(entry->user_config);
753 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
758 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
765 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS TSRMLS_CC);
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c187 HashTable *user_config; member
192 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
193 free(entry->user_config); in user_config_cache_entry_dtor()
764 new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
765 zend_hash_init(new_entry->user_config, 0, NULL, (dtor_func_t) config_zval_dtor, 1);
778 zend_hash_clean(entry->user_config);
812 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
817 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
827 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS TSRMLS_CC);

Completed in 14 milliseconds