X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_buffer.c;h=5a3927e17cfc7dc9071641fc2d68da5d65ca6e75;hp=41fd48a54655ac09cf5e142dfc0d2d49e840e132;hb=4407379af8d886b627c88572e9da69c38cdbda58;hpb=0a0f485c70d8571a954cb5fccc53e104540b9a30 diff --git a/php_http_buffer.c b/php_http_buffer.c index 41fd48a..5a3927e 100644 --- a/php_http_buffer.c +++ b/php_http_buffer.c @@ -1,7 +1,16 @@ - -/* $Id: php_http_buffer_t.c 211942 2006-04-24 17:17:09Z mike $ */ - -#include "php.h" +/* + +--------------------------------------------------------------------+ + | PECL :: http | + +--------------------------------------------------------------------+ + | Redistribution and use in source and binary forms, with or without | + | modification, are permitted provided that the conditions mentioned | + | in the accompanying LICENSE file are met. | + +--------------------------------------------------------------------+ + | Copyright (c) 2004-2011, Michael Wallner | + +--------------------------------------------------------------------+ +*/ + +#include #include "php_http_buffer.h" PHP_HTTP_BUFFER_API php_http_buffer_t *php_http_buffer_init_ex(php_http_buffer_t *buf, size_t chunk_size, int flags)