Home
last modified time | relevance | path

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

/PHP-8.3/sapi/apache2handler/
H A Dsapi_apache2.c515 static apr_status_t php_server_context_cleanup(void *data_) in php_server_context_cleanup() function
583 apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup); in php_apache_ini_dtor()
616 …apr_pool_cleanup_register(r->pool, (void *)&SG(server_context), php_server_context_cleanup, apr_po… in php_handler()
747 apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup); in php_handler()

Completed in 10 milliseconds