X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_request.c;h=9d4819d24eb13c6b39377ae7d7cb1ee89a59a62b;hb=a458b9a25cf0ec9b4d8bde2b22e43c44d71427c8;hp=7320856b5390f980cf405a2eb438fb33d5f51865;hpb=4062420a5e5d301db4a3d820be881e7675a242e1;p=m6w6%2Fext-http diff --git a/php_http_request.c b/php_http_request.c index 7320856..9d4819d 100644 --- a/php_http_request.c +++ b/php_http_request.c @@ -6,19 +6,16 @@ | 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: php_http_request_api.c 298591 2010-04-26 11:46:55Z mike $ */ - #include "php_http.h" #include #include #include - PHP_HTTP_API php_http_request_t *php_http_request_init(php_http_request_t *h, php_http_request_ops_t *ops, php_http_resource_factory_t *rf, void *init_arg TSRMLS_DC) { php_http_request_t *free_h = NULL;