new_conf          147 sapi/apache2handler/apache_config.c void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf)
new_conf          149 sapi/apache2handler/apache_config.c 	php_conf_rec *d = base_conf, *e = new_conf, *n = NULL;
new_conf          155 sapi/apache2handler/apache_config.c 	phpapdebug((stderr, "Merge dir (%p)+(%p)=(%p)\n", base_conf, new_conf, n));
new_conf           54 sapi/apache2handler/php_apache.h void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf);