Home
last modified time | relevance | path

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

/PHP-5.3/sapi/apache/
H A Dmod_php5.c603 HashTable *per_dir_conf; in send_php() local
627 per_dir_conf = (HashTable *) get_module_config(r->per_dir_config, &php5_module); in send_php()
628 if (per_dir_conf) { in send_php()
629 …zend_hash_apply((HashTable *) per_dir_conf, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC); in send_php()
900 HashTable *per_dir_conf; in php_xbithack_handler() local
906 per_dir_conf = (HashTable *) get_module_config(r->per_dir_config, &php5_module); in php_xbithack_handler()
907 if (per_dir_conf) { in php_xbithack_handler()
908 …zend_hash_apply((HashTable *) per_dir_conf, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC); in php_xbithack_handler()
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c654 php_per_dir_config *per_dir_conf; in send_php() local
675 per_dir_conf = (php_per_dir_config *) get_module_config(r->per_dir_config, &php5_module); in send_php()
676 if (per_dir_conf) { in send_php()
677 …zend_hash_apply((HashTable *) per_dir_conf->ini_settings, (apply_func_t) php_apache_alter_ini_entr… in send_php()

Completed in 12 milliseconds