summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2008-02-22 05:04:34 +0000
committerRasmus Lerdorf <rasmus@php.net>2008-02-22 05:04:34 +0000
commit28e4a3d4dd6a0acb0808a8df0e838771b8380c20 (patch)
tree929f933495c9fa41dde87096bc91dbda5f46ab40 /ext/soap/php_http.c
parent31ba224d9009273417354d9d2671f5271e57372d (diff)
downloadphp-git-28e4a3d4dd6a0acb0808a8df0e838771b8380c20.tar.gz
Missing footer
Diffstat (limited to 'ext/soap/php_http.c')
-rw-r--r--ext/soap/php_http.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c
index f82eea4a31..2df0482563 100644
--- a/ext/soap/php_http.c
+++ b/ext/soap/php_http.c
@@ -1333,3 +1333,11 @@ static int get_http_headers(php_stream *stream, char **response, int *out_size T
(*out_size) = tmp_response.len;
return done;
}
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */