X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_negotiate.c;h=a74875b7378647664a1fe35a63b72c8f17995d79;hp=2352e672a6dec40b31fb1497c3ec97ac9994fc5c;hb=046973e332c1475f9bf7717af9d33a75283deb37;hpb=3aee7891076f2ced989ab589df41c4a1a070670d diff --git a/php_http_negotiate.c b/php_http_negotiate.c index 2352e67..a74875b 100644 --- a/php_http_negotiate.c +++ b/php_http_negotiate.c @@ -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-2014, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -99,7 +99,7 @@ static int php_http_negotiate_reduce(void *p TSRMLS_DC, int num_args, va_list ar return ZEND_HASH_APPLY_KEEP; } -PHP_HTTP_API HashTable *php_http_negotiate(const char *value_str, size_t value_len, HashTable *supported, const char *primary_sep_str, size_t primary_sep_len TSRMLS_DC) +HashTable *php_http_negotiate(const char *value_str, size_t value_len, HashTable *supported, const char *primary_sep_str, size_t primary_sep_len TSRMLS_DC) { HashTable *result = NULL; @@ -141,7 +141,7 @@ PHP_HTTP_API HashTable *php_http_negotiate(const char *value_str, size_t value_l add_index_double(&arr, key.num, q); } - STR_FREE(key.str); + PTR_FREE(key.str); } #if 0