From: Sascha Schumann Date: Sat, 2 Nov 2002 04:53:31 +0000 (+0000) Subject: add missing }}} closure X-Git-Tag: php-4.3.0RC1~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68bb57463783feff455307db6dd5beb3679a576d;p=php add missing }}} closure --- 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)