Skip to content

Commit

Permalink
- YAAC: I hope this is the last one!
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Rethans committed Jun 28, 2002
1 parent ea7653f commit 2fda2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sapi/apache2filter/sapi_apache2.c
Expand Up @@ -564,8 +564,8 @@ static void php_register_hook(apr_pool_t *p)
ap_hook_post_config(php_apache_server_startup, NULL, NULL, APR_HOOK_MIDDLE);
ap_hook_insert_filter(php_insert_filter, NULL, NULL, APR_HOOK_MIDDLE);
ap_hook_post_read_request(php_post_read_request, NULL, NULL, APR_HOOK_MIDDLE);
ap_register_output_filter("PHP", php_output_filter, AP_FTYPE_RESOURCE);
ap_register_input_filter("PHP", php_input_filter, AP_FTYPE_RESOURCE);
ap_register_output_filter("PHP", php_output_filter, NULL, AP_FTYPE_RESOURCE);
ap_register_input_filter("PHP", php_input_filter, NULL, AP_FTYPE_RESOURCE);
}

AP_MODULE_DECLARE_DATA module php4_module = {
Expand Down

0 comments on commit 2fda2eb

Please sign in to comment.