Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c219 void php_handler_stack_destroy(sapi_stack *stack) in php_handler_stack_destroy() function
812 php_handler_stack_destroy(&conf->requires); in php_destroy_per_server_info()
813 php_handler_stack_destroy(&conf->uri_handlers); in php_destroy_per_server_info()
822 php_handler_stack_destroy(&conf->response_handlers); in php_destroy_per_dir_info()
823 php_handler_stack_destroy(&conf->auth_handlers); in php_destroy_per_dir_info()
824 php_handler_stack_destroy(&conf->access_handlers); in php_destroy_per_dir_info()
825 php_handler_stack_destroy(&conf->type_handlers); in php_destroy_per_dir_info()
826 php_handler_stack_destroy(&conf->fixup_handlers); in php_destroy_per_dir_info()
827 php_handler_stack_destroy(&conf->logger_handlers); in php_destroy_per_dir_info()
828 php_handler_stack_destroy(&conf->post_read_handlers); in php_destroy_per_dir_info()
[all …]

Completed in 10 milliseconds