Searched refs:php_handler_stack_destroy (Results 1 – 1 of 1) sorted by relevance
219 void php_handler_stack_destroy(sapi_stack *stack) in php_handler_stack_destroy() function817 php_handler_stack_destroy(&conf->requires); in php_destroy_per_server_info()818 php_handler_stack_destroy(&conf->uri_handlers); in php_destroy_per_server_info()827 php_handler_stack_destroy(&conf->response_handlers); in php_destroy_per_dir_info()828 php_handler_stack_destroy(&conf->auth_handlers); in php_destroy_per_dir_info()829 php_handler_stack_destroy(&conf->access_handlers); in php_destroy_per_dir_info()830 php_handler_stack_destroy(&conf->type_handlers); in php_destroy_per_dir_info()831 php_handler_stack_destroy(&conf->fixup_handlers); in php_destroy_per_dir_info()832 php_handler_stack_destroy(&conf->logger_handlers); in php_destroy_per_dir_info()833 php_handler_stack_destroy(&conf->post_read_handlers); in php_destroy_per_dir_info()[all …]
Completed in 8 milliseconds