Searched refs:newx (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/sapi/apache2handler/ |
H A D | apache_config.c | 233 php_conf_rec *newx = (php_conf_rec *) apr_pcalloc(p, sizeof(*newx)); in create_php_config() local 235 phpapdebug((stderr, "Creating new config (%p) for %s\n", newx, dummy)); in create_php_config() 236 zend_hash_init(&newx->config, 0, NULL, config_entry_dtor, 1); in create_php_config() 237 apr_pool_cleanup_register(p, newx, destroy_php_config, apr_pool_cleanup_null); in create_php_config() 238 return (void *) newx; in create_php_config()
|
Completed in 6 milliseconds