From 45e2197619cc7c6482c7f0d08dc0ef80ac427ee5 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Thu, 30 Nov 2006 22:26:27 +0000 Subject: [PATCH] get_headers() will keep headers as binary strings. --- ext/standard/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/url.c b/ext/standard/url.c index 2017c0373e..610d85b9a5 100644 --- a/ext/standard/url.c +++ b/ext/standard/url.c @@ -653,7 +653,7 @@ PHPAPI int php_raw_url_decode(char *str, int len) } /* }}} */ -/* {{{ proto array get_headers(string url[, int format]) +/* {{{ proto array get_headers(string url[, int format]) U fetches all the headers sent by the server in response to a HTTP request */ PHP_FUNCTION(get_headers) { -- 2.40.0