X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_params.c;h=4e34ee3f1d5b08dce441d1159853d56be955c41a;hb=a458b9a25cf0ec9b4d8bde2b22e43c44d71427c8;hp=e4d4a6fb88c7a78a6febf9988feca22c52b10423;hpb=e76f27074a23b1cf83fdd81f97a5c767399225a6;p=m6w6%2Fext-http diff --git a/php_http_params.c b/php_http_params.c index e4d4a6f..4e34ee3 100644 --- a/php_http_params.c +++ b/php_http_params.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_api.c 300299 2010-06-09 06:23:16Z mike $ */ - #include "php_http.h" PHP_HTTP_API void php_http_params_parse_default_func(void *arg, const char *key, int keylen, const char *val, int vallen TSRMLS_DC)