diff options
-rw-r--r-- | sapi/apache2filter/php_functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache2filter/php_functions.c b/sapi/apache2filter/php_functions.c index 2e4f014564..430d4b7f15 100644 --- a/sapi/apache2filter/php_functions.c +++ b/sapi/apache2filter/php_functions.c @@ -79,6 +79,7 @@ PHP_FUNCTION(virtual) ap_destroy_sub_req(rr); RETURN_FALSE; } +/* }}} */ #define ADD_LONG(name) \ add_property_long(return_value, #name, rr->name) |