X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_message.c;h=d6a7f755c76b73e0b6a6719f5ac1d42b80d222b1;hp=20ed46f2648dfc2bde6cf1c1f6543d5bd63a1dfe;hb=aacbe6aa75ca07853bf88d5b3647f67f107d1af7;hpb=4062420a5e5d301db4a3d820be881e7675a242e1 diff --git a/php_http_message.c b/php_http_message.c index 20ed46f..d6a7f75 100644 --- a/php_http_message.c +++ b/php_http_message.c @@ -6,17 +6,11 @@ | 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_message_api.c 298689 2010-04-28 06:50:06Z mike $ */ - -#include "php_http.h" - -#include
-#include -#include +#include "php_http_api.h" PHP_HTTP_API zend_bool php_http_message_info_callback(php_http_message_t **message, HashTable **headers, php_http_info_t *info TSRMLS_DC) {