diff options
author | Sascha Schumann <sas@php.net> | 2002-11-02 04:53:31 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-11-02 04:53:31 +0000 |
commit | 68bb57463783feff455307db6dd5beb3679a576d (patch) | |
tree | 5389109425313ef3c3dc865199fb5922021798aa | |
parent | ac4d1a19274ec47374bdb6afb6f9b02b38aa82b5 (diff) | |
download | php-git-68bb57463783feff455307db6dd5beb3679a576d.tar.gz |
add missing }}} closure
-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) |