Home
last modified time | relevance | path

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

/php-src/sapi/apache2handler/
H A Dsapi_apache2.c511 static apr_status_t php_server_context_cleanup(void *data_) in php_server_context_cleanup() function
579 apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup); in php_apache_ini_dtor()
612 …apr_pool_cleanup_register(r->pool, (void *)&SG(server_context), php_server_context_cleanup, apr_po… in php_handler()
743 apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup); in php_handler()

Completed in 5 milliseconds