Home
last modified time | relevance | path

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

/PHP-8.0/sapi/apache2handler/
H A Dsapi_apache2.c499 static apr_status_t php_server_context_cleanup(void *data_) in php_server_context_cleanup() function
567 apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup); in php_apache_ini_dtor()
600 …apr_pool_cleanup_register(r->pool, (void *)&SG(server_context), php_server_context_cleanup, apr_po… in php_handler()
729 apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup); in php_handler()

Completed in 8 milliseconds