X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_request_object.c;h=a380125fac6708a08174cf89307c30f12e5a4a5b;hb=refs%2Ftags%2FRELEASE_1_5_0_RC1;hp=cd1a30348877eb3828bec2c112f11fd2f4f2d52d;hpb=accf1817e811a7edabd687ef6105983f39f13942;p=m6w6%2Fext-http diff --git a/http_request_object.c b/http_request_object.c index cd1a303..a380125 100644 --- a/http_request_object.c +++ b/http_request_object.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2006, Michael Wallner | + | Copyright (c) 2004-2007, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -744,7 +744,7 @@ STATUS _http_request_object_responsehandler(http_request_object *obj, zval *this static int apply_pretty_key(void *pDest, int num_args, va_list args, zend_hash_key *hash_key) { if (hash_key->nKeyLength > 1) { - hash_key->h = zend_get_hash_value(pretty_key(hash_key->arKey, hash_key->nKeyLength - 1, 1, 0), hash_key->nKeyLength); + hash_key->h = zend_hash_func(pretty_key(hash_key->arKey, hash_key->nKeyLength - 1, 1, 0), hash_key->nKeyLength); } return ZEND_HASH_APPLY_KEEP; }