X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_headers.h;h=88a988a0192ec301fbbd08596395c22e9aa348ff;hp=8eae254e1077075525d92bc40c53e432e4c4a4ce;hb=76f74c9bfd2e97c89e7184d85ea7a0c5322a5219;hpb=6f61c56b9d16c4fd68e388e629cc5a9248fe8281 diff --git a/php_http_headers.h b/php_http_headers.h index 8eae254..88a988a 100644 --- a/php_http_headers.h +++ b/php_http_headers.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2011, Michael Wallner | + | Copyright (c) 2004-2013, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -22,16 +22,7 @@ PHP_HTTP_API void php_http_headers_to_string(php_http_buffer_t *str, HashTable * PHP_HTTP_API zval *php_http_header_value_to_string(zval *header TSRMLS_DC); -zend_class_entry *php_http_header_get_class_entry(void); - -PHP_METHOD(HttpHeader, __construct); -PHP_METHOD(HttpHeader, serialize); -PHP_METHOD(HttpHeader, unserialize); -PHP_METHOD(HttpHeader, match); -PHP_METHOD(HttpHeader, negotiate); -PHP_METHOD(HttpHeader, getParams); -PHP_METHOD(HttpHeader, parse); - +PHP_HTTP_API zend_class_entry *php_http_header_class_entry; PHP_MINIT_FUNCTION(http_header); #endif