Searched refs:per_dir_conf (Results 1 – 2 of 2) sorted by relevance
599 HashTable *per_dir_conf; in send_php() local623 per_dir_conf = (HashTable *) get_module_config(r->per_dir_config, &php5_module); in send_php()624 if (per_dir_conf) { in send_php()625 …zend_hash_apply((HashTable *) per_dir_conf, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC); in send_php()896 HashTable *per_dir_conf; in php_xbithack_handler() local902 per_dir_conf = (HashTable *) get_module_config(r->per_dir_config, &php5_module); in php_xbithack_handler()903 if (per_dir_conf) { in php_xbithack_handler()904 …zend_hash_apply((HashTable *) per_dir_conf, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC); in php_xbithack_handler()
649 php_per_dir_config *per_dir_conf; in send_php() local670 per_dir_conf = (php_per_dir_config *) get_module_config(r->per_dir_config, &php5_module); in send_php()671 if (per_dir_conf) { in send_php()672 …zend_hash_apply((HashTable *) per_dir_conf->ini_settings, (apply_func_t) php_apache_alter_ini_entr… in send_php()
Completed in 10 milliseconds