X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_headers.h;h=0d67f127d1fa7d6c9b39de8b65a7002970bc89d3;hp=bb6b19f8bc95f4c3f2d977f956f739ca35a63eae;hb=7b028d0cbb030f9610084314f67b77907d8474a2;hpb=abbb42df325117e48521ab7f71b37c5338d20252 diff --git a/php_http_headers.h b/php_http_headers.h index bb6b19f..0d67f12 100644 --- a/php_http_headers.h +++ b/php_http_headers.h @@ -17,11 +17,10 @@ PHP_HTTP_API STATUS php_http_headers_parse(const char *header, size_t length, HashTable *headers, php_http_info_callback_t callback_func, void **callback_data TSRMLS_DC); -extern zend_class_entry *php_http_header_class_entry; -extern zend_function_entry php_http_header_method_entry[]; +zend_class_entry *php_http_header_get_class_entry(void); PHP_METHOD(HttpHeader, __construct); -PHP_METHOD(HttpHeader, toString); +PHP_METHOD(HttpHeader, serialize); PHP_METHOD(HttpHeader, unserialize); PHP_METHOD(HttpHeader, match);