summaryrefslogtreecommitdiff
path: root/sapi/apache2handler
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-06-20 12:46:34 +0000
committerAntony Dovgal <tony2001@php.net>2005-06-20 12:46:34 +0000
commit8be61d707fbc1c819cd4eebb5d90b0a6d4aeaf97 (patch)
tree694f718b7e33800677d1736d082d038c8d40a82c /sapi/apache2handler
parent6f3b02cba430ce01150b6bb298158878ce633415 (diff)
downloadphp-git-8be61d707fbc1c819cd4eebb5d90b0a6d4aeaf97.tar.gz
fix #29683 (headers_list() returns empty array)
Diffstat (limited to 'sapi/apache2handler')
-rw-r--r--sapi/apache2handler/sapi_apache2.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c
index d7f18f1131..72b181371b 100644
--- a/sapi/apache2handler/sapi_apache2.c
+++ b/sapi/apache2handler/sapi_apache2.c
@@ -112,9 +112,7 @@ php_apache_sapi_header_handler(sapi_header_struct *sapi_header,sapi_headers_stru
apr_table_add(ctx->r->headers_out, sapi_header->header, val);
}
- sapi_free_header(sapi_header);
-
- return 0;
+ return SAPI_HEADER_ADD;
}
static int