Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache/
H A Dmod_php5.c599 HashTable *per_dir_conf; in send_php() local
623 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() local
902 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()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c649 php_per_dir_config *per_dir_conf; in send_php() local
670 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 12 milliseconds