From: Andrei Zmievski Date: Thu, 30 Nov 2006 22:26:27 +0000 (+0000) Subject: get_headers() will keep headers as binary strings. X-Git-Tag: RELEASE_1_0_0RC1~868 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45e2197619cc7c6482c7f0d08dc0ef80ac427ee5;p=php get_headers() will keep headers as binary strings. --- 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) {