X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_headers.c;h=24a4854a080bf713f22b83108140a99f636f812e;hp=0c4cbfa354fe6c5396ef3654fb5a396e823457b8;hb=8d05291f42b3b42159b3fe91492aa4862f3d4405;hpb=4062420a5e5d301db4a3d820be881e7675a242e1 diff --git a/php_http_headers.c b/php_http_headers.c index 0c4cbfa..24a4854 100644 --- a/php_http_headers.c +++ b/php_http_headers.c @@ -6,12 +6,10 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2010, Michael Wallner | + | Copyright (c) 2004-2011, Michael Wallner | +--------------------------------------------------------------------+ */ -/* $Id: http_headers_api.c 300300 2010-06-09 07:29:35Z mike $ */ - #include "php_http.h" PHP_HTTP_API STATUS php_http_headers_parse(const char *header, size_t length, HashTable *headers, php_http_info_callback_t callback_func, void **callback_data TSRMLS_DC)