Searched refs:user_config (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/sapi/cgi/ |
| H A D | cgi_main.c | 187 HashTable *user_config; member in struct:_user_config_cache_entry 192 zend_hash_destroy(entry->user_config); 193 free(entry->user_config); 761 new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1); 762 zend_hash_init(new_entry->user_config, 0, NULL, (dtor_func_t) config_zval_dtor, 1); 775 zend_hash_clean(entry->user_config); 809 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC); 814 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC); 824 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS TSRMLS_CC);
|
| /PHP_5_4/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 187 HashTable *user_config; member in struct:_user_config_cache_entry 192 zend_hash_destroy(entry->user_config); 193 free(entry->user_config); 701 new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1); 702 zend_hash_init(new_entry->user_config, 0, NULL, (dtor_func_t) config_zval_dtor, 1); 715 zend_hash_clean(entry->user_config); 749 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC); 754 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC); 761 php_ini_activate_config(entry->user_config, PHP_INI_PERDIR, PHP_INI_STAGE_HTACCESS TSRMLS_CC);
|
Completed in 8 milliseconds